- Aug 1, 2017
- 1,633
- 1,816
I have forgotten a lot of things you haven't striked ^^I'm downloading office right now, but have some reallife deadlines coming up. Will amend the files then with v2.0, v2.0.1 and v2.1 changes.
qwertyu12359 I need some input on this section, what I have now:
Planned but not (yet) Implemented Features
The new UI.Un-censoring the new added slaves.Fixing all the incorrect images path.The day/night system. Replacing characters (slave buyers). Cleaning the game unnecessary pictures.Painting activity.Music system overhaul.Trophy system overhaul. Give a purpose to the slums houses. Game over menu. Data terminal overhaul.Proper in game display of this version’s name.Additional earnings (artist selling paints/prostitution/music playing/mercenary…),fixing the tutorial.Replace the small pictures when traveling in the city.
Did I strike out all the things implemented since the beta?
You got a bit mix-up, I see. In the "L. patch", the config.xml file still states it's the "(no-loli version)"...EDIT: fucking hell, you fix one bug, and create more bugs... sorry for the delay, but need to fix this first.
EDIT2: base-game:You must be registered to see the linkspatch:You must be registered to see the linksmy mod:You must be registered to see the links
qwertyu12359 Hopefully there are no bugs left... But I don't really have time for the rest of the week, so can't do further testing. Wanted to release v2.1 before the weekend though, so here it is. EDIT: Updated my mod too, fuck it.
Zurrlock here's v2.1 of the main game, and an updated version of my mod, that should not let you get Julia when you have an assistant... I hope there's no bugs, can't fix stuff until the weekend, though.
Because they were integrated in Sandbox mode. Not in the story or custom mode. We discussed about it in the last pages; we're avoiding a sense of "cheatablenessability" for players who want to overcome the initial challenge.Not sure if the mod is supposed to still have the cheat mod integrated as was mentioned on the mod's thread, but if so those do not function in the latest version, there is no [Cheat] section in the Game Options menu as it was in the previous 2.0.1 version of the mod.
Forgot to use my updated lolipatcher, it's fixed on the git too now though. Thanks for the keen eye. I hope that's the only bug, I did not do an entire playthrough but I did test various things that seemed to work fine.You got a bit mix-up, I see. In the "L. patch", the config.xml file still states it's the "(no-loli version)"...
I hope that's the only error of inattention, I will modify and upload it. Still, thank you for your work
This weekend I'm working on an update for my mod, the plan is to enable cheats globally with my mod because that's what I prefer personally. There's also a tutorial on changing it back yourself a few pages back that I made on how to patch it yourself. (It's 5 seconds work).Not sure if the mod is supposed to still have the cheat mod integrated as was mentioned on the mod's thread, but if so those do not function in the latest version, there is no [Cheat] section in the Game Options menu as it was in the previous 2.0.1 version of the mod.
Of course, there you goqwertyu12359 I see you replaced a picture in the lab, could you send that to me so I can add it to the .git? I rather not download the entire archive again just for that.
Seems to be .jpg, is that correct?Of course, there you go
Oh snappSeems to be .jpg, is that correct?
Are you saying that there's a bug in 2.1 when you tried to download the cheat mode from Durpledore? It's normal, he has to update it.The problem is the infinite energy cheat no work well as in the story mode
infinite energy is must have cheat. Durpledore or anyone can check the code please?
I've tested the infinite energy cheat in sandbox mode and it works for me. I just went to option, clicked the "off" button under Energy, and then it became infinite. And nothing I did after consumed energy.i don't say there is a bug. only the cheat infinite energy no work in sandbox mode.
Those are things from the cheat menu itself, not things I changed. Can try to look into why they work like that and change them this weekend. There's also a weird 'bug' where pressing + on certain stats for the slave doesn't instantly update the screen. Also, can you send a .rar with the .png files for the lab.I've tested the infinite energy cheat in sandbox mode and it works for me. I just went to option, clicked the "off" button under Energy, and then it became infinite. And nothing I did after consumed energy.
However, i107760 , I'm noticing some bugs and UI disparities within the cheat menu:
1) Some text boxes are gray when they are off. But anything that is "off" in the game is unclickable/unavailable (any options in the real estate agency). If the options are clickable (unless there is a visible choice), they should be written in yellow, even if they are off (example in the options, AUTOSAVE "everydecade", Off is written in yellow).
2) When modifying the master's stats, it is a bit weird. I can't just click "+", I have to rape the mouse click. And, for exemple if I want to get from guild reputation: Guild Lacky, to a higher state, I just can't.
I do too, and it works for me. What actions are causing energy loss that shouldn't?i use the .qsp from your mod the new one
I've added it into the changelogThose are things from the cheat menu itself, not things I changed. Can try to look into why they work like that and change them this weekend. There's also a weird 'bug' where pressing + on certain stats for the slave doesn't instantly update the screen.
Did you go in the option menu, clicked "cheats", then clicked the "Off" button under "Energy"?i don't say there is a bug. only the cheat infinite energy no work in sandbox mode.
edit: also before the infinite energy no work in sandbox mode.
Does it work with the .qsp file from the game, as opposed to with the .qsp from i107760's mod?of course
I diffed my modded jack.txt and base game jack.txt, and nothing in regards to energy or the cheat mod is different, so I don't see any reason for it not to work. If you send me the jack.qsp where it is not working, I can see if I can find the problem in it. I also use my own mod, and there infinite energy works, so I have no explanation. Maybe, if you're using an old save where you had it turned on before, perhaps...Does it work with the .qsp file from the game, as opposed to with the .qsp from i107760's mod?
i107760 I haven't changed anything to the .qsp you gave in the full archive of last page, anyway.
Code in your qsp is the following for slave energy drop and master energy drop, they should work the same.here you go, not always but when go to shop and back the slave lose energy.
edit: nevermind i back to 2.0.1 until fixed everything.
$slave_energy_drop = {
if cheat_inf_en = 0:
slave["energy"] -= 1
END
if slave["energy"] < -5: slave["energy"] = -5
if slave["energy"] < 0: slave_rate["stamina"] += slave["energy"]
slave["calories"] -= 1
}
$master_energy_drop = {
if cheat_inf_en = 0:
master_energy -= 1
END
if master_energy < -5: master_energy = -5
if master_energy < 0 and bull_ring_on = 0: master_str_rate += master_energy
}
slave["energy"] -= 1
" in shopping anywhere. One bug I have noticed, in the brothel, Paizuri in the cheapest option does not have an image. Not sure if I caused that, or it was already there."menu_item_fastpaizuri": "<li style=\"background: url('content/pic/ui overhaul/fast paizuri brothel.png') no-repeat left top;\">",
is still in the .json file, so I don't think it's something I did, I did not remove that image.That's because pictures in the brothel are called "pazuri" instead of "paizuri"... That's my fault. There's always been a typo in the folders for "paizuri" and "bukkake". This one in the "whore" scenes were well hidden, so oops.Code in your qsp is the following for slave energy drop and master energy drop, they should work the same.
And this didn't happen on 2.0.1? Which shopping action are you talking about in specific? I can't find any instances of "Code:$slave_energy_drop = { if cheat_inf_en = 0: slave["energy"] -= 1 END if slave["energy"] < -5: slave["energy"] = -5 if slave["energy"] < 0: slave_rate["stamina"] += slave["energy"] slave["calories"] -= 1 } $master_energy_drop = { if cheat_inf_en = 0: master_energy -= 1 END if master_energy < -5: master_energy = -5 if master_energy < 0 and bull_ring_on = 0: master_str_rate += master_energy }
slave["energy"] -= 1
" in shopping anywhere. One bug I have noticed, in the brothel, Paizuri in the cheapest option does not have an image. Not sure if I caused that, or it was already there.