• Mafia II Megathread - v2
    3,649 replies, posted
[QUOTE=Tovleman;24465261]Damnit quick, someone give me the console command for lotsa monehh?![/QUOTE] [code]game.game:GetActivePlayer():InventoryAddMoney(99999)[/code]
@Tovleman: [code]game.game:GetActivePlayer():InventoryAddMoney(100*99999)[/code]
2 Trophies away from platinum, all the wanted posters and complete the game on hard. I really cannot be bothered, i've played this game to no end.
[QUOTE=Tovleman;24465261]Damnit quick, someone give me the console command for lotsa monehh?![/QUOTE] I know this may sound like a ridiculous question, but can you use the trainers on the steam version of the game or are they only for the cracked versions?
[QUOTE=PhantomGamers;24465157]I only got the limit. I don't think they let you get all of them. For me the second I got the last one he said 'better get back to henry' or something like that. Though the game told me to go back to Joe's Apartment.[/QUOTE] Now that you mention it, I remember seeing those messages too, maybe further evidence of stuff they cut from the game?
Someone made a petition for the devs to unlock the content, I signed it even if theres no point in it. Petition: [url]http://www.petitionspot.com/petitions/mafia2fullgame[/url] Thread: [url]http://forums.2kgames.com/forums/showthread.php?t=83669[/url]
[QUOTE=Tacooo;24465711]Someone made a petition for the devs to unlock the content, I signed it even if theres no point in it. Petition: [url]http://www.petitionspot.com/petitions/mafia2fullgame[/url] Thread: [url]http://forums.2kgames.com/forums/showthread.php?t=83669[/url][/QUOTE] We already unlocked the content the devs locked away. But there's more that was cut and can't be unlocked. Don't expect the Developers to give it away for free, anything that comes back will be paid DLC.
Yeah thats what they mean I think, they want them to release is as DLC for free or whatever
[QUOTE=Tacooo;24465793]Yeah thats what they mean I think, they want them to release is as DLC for free or whatever[/QUOTE] That's never going to happen now-a-days.
[url]http://forums.2kgames.com/forums/showpost.php?p=909369&postcount=253[/url] Aka HURR DURR $30 DLC FOR FREE RIDE! /caps
[QUOTE=Tacooo;24465907][url]http://forums.2kgames.com/forums/showpost.php?p=909369&postcount=253[/url] Aka HURR DURR $30 DLC FOR FREE RIDE! /caps[/QUOTE] Lucky for us PC users, we get it for free. All because the noob developers left Freeride in the game code.
Can someone give me the command for all weps? Sorry if I'm peing a pain in the ass. + The [CODE]#lua game.game:GetActivePlayer():SetDemigod(true) #lua game.game:GetActivePlayer():EnableInjury(false) #lua game.game:GetActivePlayer().invulnerability = true[/CODE] combination does not give me godmode, I can still loose health.
[QUOTE=PhantomGamers;24465982]Lucky for us PC users, we get it for free. All because the noob developers left Freeride in the game code.[/QUOTE] this
@Tovleman: [code] -- ALL Weapons (Remove -- on the follow lines to use) -- for i = 1, 100 do -- game.game:GetActivePlayer():InventoryAddWeapon(i,50) -- game.game:GetActivePlayer():InventoryAddAmmo(i,5000) -- end [/code] @Woovie: Watch them make a patch that removes it from the code.
[QUOTE=PhantomGamers;24466090]@Tovleman: [code] -- ALL Weapons (Remove -- on the follow lines to use) -- for i = 1, 100 do -- game.game:GetActivePlayer():InventoryAddWeapon(i,50) -- game.game:GetActivePlayer():InventoryAddAmmo(i,5000) -- end [/code] @Woovie: Watch them make a patch that removes it from the code.[/QUOTE] I could see it. Good thing my version doesn't auto update. Also, I have been working on the front page for mafia-empire. [url]http://mafia-empire.com/[/url] It looks a little better. Still touching it up. It's kind of illegible at the moment. Need to add background to the post part of the table.
[quote]We have a lot of different criticism threads - we don't need to keep creating more unless they have a new topic (which this doesn't.) Thanks![/quote] Ahhhhhh hahaha, I want to see them in the office they're probobly not giving a shit.
the last mission on Hard is fucking rock solid. What the fuck
I played the game through on hard and I thought it was a cakewalk.
[QUOTE=ragawaga;24466230]the last mission on Hard is fucking rock solid. What the fuck[/QUOTE] Use the tommy gun or any automatic weapon on every hostiles coming down the stairs in the first section, just rush through a bit and take small covers while proceeding to the observatory, take out the guy hiding in the corner and the guy in the balcony, as well as on the rooftop window. Avoid the grenade when proceeding to the rooftop, shoot everyone, and when you're in the final section, just take cover on the farthest corners with the tables and stuff, should be easy to take out the rest of the enemies and the boss.
[QUOTE=kevlar jens;24466340]I played the game through on hard and I thought it was a cakewalk.[/QUOTE] This.
[QUOTE=NachoPiggy;24466418]Use the tommy gun or any automatic weapon on every hostiles coming down the stairs in the first section, just rush through a bit and take small covers while proceeding to the observatory, take out the guy hiding in the corner and the guy in the balcony, as well as on the rooftop window. Avoid the grenade when proceeding to the rooftop, shoot everyone, and when you're in the final section, just take cover on the farthest corners with the tables and stuff, should be easy to take out the rest of the enemies and the boss.[/QUOTE] Ahh thanks. Im in the last room, the one where you [sp]kill the head guy[/sp] So go right to the corner yeah?
Damn, godmode still aint working ): Disable police command?
@Tovleman: Disable Police [code] ai.police:SetDensity(0) game.traffic:SetPolice(false) ai.police:IgnorePerson(game.game:GetActivePlayer():GetGuid(), true) [/code] Godmode [code] game.game:GetActivePlayer():SetDemigod(true) game.game:GetActivePlayer():EnableInjury(false) game.game:GetActivePlayer().invulnerability = true [/code]
[QUOTE=ragawaga;24466622]Ahh thanks. Im in the last room, the one where you [sp]kill the head guy[/sp] So go right to the corner yeah?[/QUOTE] Yeah, just hide/take cover in the corners, should be easy to ambush any incoming goons, after you kill them all, [sp]Falcone[/sp] should be easy peasy.
[QUOTE=PhantomGamers;24466670]@Tovleman: Disable Police [code] ai.police:SetDensity(0) game.traffic:SetPolice(false) ai.police:IgnorePerson(game.game:GetActivePlayer():GetGuid(), true) [/code] Godmode [code] game.game:GetActivePlayer():SetDemigod(true) game.game:GetActivePlayer():EnableInjury(false) game.game:GetActivePlayer().invulnerability = true [/code][/QUOTE] Do I need to plug every command in or just one of all of them?
@Tovleman: All of them. It'd be easier if you used S0beit's Trainer but for Dev Console I think it has a script execution feature.
Car damage mod - full dynamic damage [url]http://mafia-empire.com/forum/index.php?topic=33.0[/url] [URL=http://img821.imageshack.us/i/maf220100830140614.png/][IMG]http://img821.imageshack.us/img821/1999/maf220100830140614.th.png[/img][/URL][URL=http://img256.imageshack.us/i/maf220100830140616.png/][IMG]http://img256.imageshack.us/img256/7594/maf220100830140616.th.png[/img][/URL][URL=http://img839.imageshack.us/i/maf220100830140632.png/][IMG]http://img839.imageshack.us/img839/3374/maf220100830140632.th.png[/img][/URL][URL=http://img841.imageshack.us/i/maf220100830140653.png/][IMG]http://img841.imageshack.us/img841/4514/maf220100830140653.th.png[/img][/URL]
[QUOTE=NachoPiggy;24466685]Yeah, just hide/take cover in the corners, should be easy to ambush any incoming goons, after you kill them all, [sp]Falcone[/sp] should be easy peasy.[/QUOTE] Thanks, i just done it , im doing the chapters backwards in hard mode, [i]should[/i] be easier that way?
[QUOTE=westernsys;24466798]Car damage mod - full dynamic damage [url]http://mafia-empire.com/forum/index.php?topic=33.0[/url] [URL=http://img821.imageshack.us/i/maf220100830140614.png/][IMG]http://img821.imageshack.us/img821/1999/maf220100830140614.th.png[/img][/URL][URL=http://img256.imageshack.us/i/maf220100830140616.png/][IMG]http://img256.imageshack.us/img256/7594/maf220100830140616.th.png[/img][/URL][URL=http://img839.imageshack.us/i/maf220100830140632.png/][IMG]http://img839.imageshack.us/img839/3374/maf220100830140632.th.png[/img][/URL][URL=http://img841.imageshack.us/i/maf220100830140653.png/][IMG]http://img841.imageshack.us/img841/4514/maf220100830140653.th.png[/img][/URL][/QUOTE] Can you make a version with ALL cars having Dynamic Damage? Including DLC Cars.
Well that's bullshit. I did every level on hard, got the gold medal thing for every chapter, but no achievement.
Sorry, you need to Log In to post a reply to this thread.