- Oct 7, 2017
- 27
- 29
This is fine.XelaPy
exploration_guild.rpy line 1196 swapped min/max by accident?
Python:tier = max(.1, tier) tier = min(8, tier) # never build rChars over tier 8?
This is fine.XelaPy
exploration_guild.rpy line 1196 swapped min/max by accident?
Python:tier = max(.1, tier) tier = min(8, tier) # never build rChars over tier 8?
Yeap, in the next version MC can go on exploration runs but you'll skip the days he's away or get a game over if he dies.Damn. i didnt bother to check again since the official release of 0.72, you used to be able to send your MC on teams... guess not anymore. It makes more sense this way though since your MC was still in the city doing stuff while out on a mission.
Luck is a very difficult stat to raise, there is a small chance of Aine training doing it. There are also rings that increase it.how to raise the mc luck
Another stat that is hard/close to impossible to raise a max of.how to raise max vitality without books
couldnt u raise it with aineAnother stat that is hard/close to impossible to raise a max of.
Cool, looking forward to itYeap, in the next version MC can go on exploration runs but you'll skip the days he's away or get a game over if he dies.
Chances are, you were cheated by the person who provided you with the said cheat.I wanted to cheat a little bit and remove trait from a slave character.
I was opposed to MC going exploring, but manual control over the fights would solve it all (and perhaps allow some Angel capturing in the future)well it should be different if u the mc(main character) goes on exploration u should control the fights
where i need set "true"Some codes for console...
Code:While on menu or looking at hero hero.gold = x hero.baseAP = x -> base before changes the cap or max value. hero.AP = x -> will change the active or actual value. SKILLS_MAX = Get a list of the skills and the max exp needed or max all skills from hero. day = x Samples of codes while looking at any girl char.joy = x char.disposition = 1000 (max) char.sex(can be any of the modes) --> adds star or exp in sexual characterist of the girl, i experienced ti'll value 4000 that equals to 5 stars. Also work with hero. char.anal = x char.vaginal = x char.oral = x char.service = x char.bartending = x char.Strip = x char.refinement = x char.cleaning = x char.security = x char.management = x char.SKILLS -> get a list of possible habilities, no idea how is the command to add those though char.status = u'free' --> convert a girl into hired char.status = u'slave' --> convert a hired girl into a slave.
I didn't found lots, however player can activate developer mode by going to the path (gamename) -> game -> code -> devkit -> "debug". Open this with notepad and set up developer mode to true to be able to check some variables and so on, can also enable console with game opened like this or just do the usual with 00console. ALSO note that Esc don't work to close console... must type "exit" and press enter for it close.
how or where need use command? maybe i just stupid or i dont know use consoleChances are, you were cheated by the person who provided you with the said cheat.
The proper command is: remove(traits["Yourtraithere"])
Be wary some traits can be basetraits, bodytype traits, etc. and must follow their respective rules.
I was opposed to MC going exploring, but manual control over the fights would solve it all (and perhaps allow some Angel capturing in the future)
Very nice. A few tips you didn't mention:Wrote a little quick start guide (This is for version .72 and some of this may become outdated in future versions)
To quote the in-game tooltips:I don't know if it's intentional, but your first home doesn't seem to need any guarding or cleaning, so you can ignore maids and such for now. This may be fixed later?