Create and Fuck your AI Cum Slut -70% OFF
x

D3vTheModder

Enjoyer
Donor
Jan 12, 2018
23
83
31
By the powers recieved from D3vTheModder, I present the lazy brothers with 0.3.8 gallery code: SELINA

Cheers everyone.
Glad I could help :)
I didn't even think of pulling out cheat codes from console, since it already gives you full power.
Feel free to post the variables that you used to find out the cheat code, it might help some future adventurers.
 

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,451
2,044
461
They are side girls. In this case he is using the street girls first. Since they are more weak.
And ALL based in NY for some reason.. Is it all about them teaming up to take down the Fantastic 4?, that would be odd.. Are all Marvel Heroines based in NY in recent comics?
 
  • Like
Reactions: MarcelPappas

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,451
2,044
461
MAGBULL said something about that in a conversation with Doom. He wanted to expand from NY. He wanted America Chavez, Kate Bishopp and She-Hulk
I need to replay from the start as I can't remember the lore reasons besides taking down Spider-Man and spying on Fantastic 4.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
22,956
309,050
998
Doomination [v0.3.8] [HardCorn] - Compressed

Win/Linux [387 MB]
- - - -

Mac [382 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

BigBoi2735

New Member
Apr 28, 2020
13
5
102
Cheat Codes are great and all but lets take it a step further (This works for all renpy games its not exclusive to Doomination).

Go to the game's folder -> renpy -> common.
Find "00library.rpy" open it with whatever editor you want. Find the line config.developer, there will be two next to each other.
Code:
    if config.script_version:
        config.developer = False
        config.default_developer = False
    else:
        config.developer = True
        config.default_developer = True
Change this section into this:
Code:
    config.developer = True
    config.default_developer = True
This is python code so make sure that the spacing is inline with the other 'config.' lines and not too far right or left.

In the same folder as the previous file find "00console.rpy". Open it and find config.console = False change False to True.

Save both files and start the game. You now have access to developer tools meaning you can change values of everything in the game. No need for cheats provided by the developer :)

To open the console press SHIFT + O, to open the developer tools SHIFT + D

Developer Tools allows you to view variables in the game (BEWARE: Changing variables can break your game!!).
"Variable Viewer" shows you all the variables that have been set and vaguely describe what they do. Once you find a variable that sounds interesting you can then use the console to change its values and interact with it.

Here's an example. Let's edit the money.

Open the console (SHIFT + O) -> type in inventory.money -> Press Enter.
It will tell you its an object. Which doesn't mean much to us, but we can dig deeper. Python has a function called dir which basically lists all the functions of an object. If we use dir(inventory) we find that there's some functions available for this object. We can call those functions/variables to alter the inventory object. One that interests us the most is probably earn_money.
So in your console type in inventory.earn_money(99999) -> Press Enter.
That's it, you now have 99999 money in your account.
(If you looked through the output of dir() you may have noticed that inventory.money can also be edited directly with inventory.money = 99999, either is valid.)

This is much more convoluted than just typing in cheat codes in the game but it does give you full power to go wild and break the game :)

Here's some fun finds.
Code:
void_corruption.health = 1000 // This changes the damage of the void corruption spell
void_corruption.cooldown = 1 // This changes the cooldown of the void corruption spell
void_corruption2.health = 1000 // Same as above but for the level 2 spell
fist_of_doom.health = 1000 // This changes the damage of the fist of doom spell
doomstats.addchm(100) // Adds 100 points to doom's charm
doomstats.addint(100) // Adds 100 points to doom's inteligence
doomstats.addstr(100) // Adds 100 points to doom's strength
inventory.items // shows the list of all items you have
inventory.items[x].name // shows the name of an item you have (where x is the position in the items list counting from 0)
inventory.items[x].itemcount = 100 // Changes the amount of an item you have (where x is a position in the items list counting from 0)
If you are struggling to figure out positions of items here's a little helper function that you can use that will output the position and name for each item.
Code:
for i, item in enumerate(inventory.items): print(f"{i} is {item.name}")
Paste this into console and you should see a list of items and their positions.
Then you can use the position like this inventory.items[3].itemcount = 50 for example.

There's probably more but these are the fun ones that might help :)
You can apply the same rules to any renpy game though the variable names will obviously be different.
Enjoy the newly acquired knowledge!
I tried this and the game wouldn't start and said that everything was doubled
 

Dwarin

Member
Jul 3, 2018
109
164
184
I need to replay from the start as I can't remember the lore reasons besides taking down Spider-Man and spying on Fantastic 4.
IIRC, it was because he was "known" to have been defeated and depowered by the FF4 and was trying to be subtle about rebuilding his power base. So going after the people without strong connections or who wouldn't be noticed right away.

Plus, seem to remember Magneto being mentioned as a major threat early on (around the start of the Hydra stuff) so maybe that is his reason for avoiding mutants in general.

That was all a while ago though. Kinda surprised it hasn't pivoted to more of the "mainstream" heroines by now but can't fault the devs taste as it's been fun seeing who he did pick and the arts stayed pretty good for them all.

And it seems like ~80% of the Marvel hero population does live in or around NYC (if you include Jersey and upstate for the old X-Mansion, varies depending on if there is a West Coast Avengers team or if the main Avengers team has a space base/Celestial corpse mountain base or how recently a mutant genocide happened scattering their population) so not a bad place to start from.

Actually... Kinda want the dev to look up either the old or newer NYX series to look at the young mutant community there. X-23 and others, etc.
 

wizardgoku

Member
Apr 5, 2020
249
277
169
By the powers recieved from D3vTheModder, I present the lazy brothers with 0.3.8 gallery code: SELINA

Cheers everyone.
Thanks a million for the gallery code enterthevex, much appreciate your time and effort, please share money and nude version codes too, God Bless enterthevex
 

stark23

Newbie
Apr 6, 2019
51
33
136
IIRC, it was because he was "known" to have been defeated and depowered by the FF4 and was trying to be subtle about rebuilding his power base. So going after the people without strong connections or who wouldn't be noticed right away.

Plus, seem to remember Magneto being mentioned as a major threat early on (around the start of the Hydra stuff) so maybe that is his reason for avoiding mutants in general.

That was all a while ago though. Kinda surprised it hasn't pivoted to more of the "mainstream" heroines by now but can't fault the devs taste as it's been fun seeing who he did pick and the arts stayed pretty good for them all.

And it seems like ~80% of the Marvel hero population does live in or around NYC (if you include Jersey and upstate for the old X-Mansion, varies depending on if there is a West Coast Avengers team or if the main Avengers team has a space base/Celestial corpse mountain base or how recently a mutant genocide happened scattering their population) so not a bad place to start from.

Actually... Kinda want the dev to look up either the old or newer NYX series to look at the young mutant community there. X-23 and others, etc.
It will be interesting with the system battle, defeating heroes. I want doom to solo the defenders (Daredevil, Luke Cage, Iron Fist and Punisher)
 
4.30 star(s) 32 Votes