Clothing store in the mall get it to level 2 iircplease help i can't find the last girl, where should i meet her or what to do ?
View attachment 1199876
Clothing store in the mall get it to level 2 iircplease help i can't find the last girl, where should i meet her or what to do ?
View attachment 1199876
How to unlock the gentleman lounge and Alex in the game
ThanksYou don't have permission to view the spoiler content. Log in or register now.
Seems like there is one variable I forgot!I enjoy your game but v0.4 is causing me a problem. I had saves from 0.3 and continued from there and it mostly works but I get errors in locations related to money. The worst is that I cannot collect weekly pay. I'm hoping you have a solution to my problem shown below, if not I have to start over. Breaking previous saves is the reason I abandon many games because replay is boring. This is especially true with games with a lot of grind. When it is time to get weekly pay this is what happens:
========
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 204, in script call
call weeklyWorkIncome from _call_weeklyWorkIncome
File "game/custom_labels_workplaces.rpy", line 63, in script
python:
File "game/custom_labels_workplaces.rpy", line 66, in <module>
for f in workplacelist: f.setPay()
File "game/custom_classes_workplace.rpy", line 41, in setPay
self.weeklyPay = self.weeklyPayList[self.workLevel] + self.weeklyPayBonus
AttributeError: 'Workplace' object has no attribute 'weeklyPayBonus'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 204, in script call
call weeklyWorkIncome from _call_weeklyWorkIncome
File "game/custom_labels_workplaces.rpy", line 63, in script
python:
File "C:\Games\COEDConquest\COEDConquest-0.4-pc + bugfix\COEDConquest-0.4-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Games\COEDConquest\COEDConquest-0.4-pc + bugfix\COEDConquest-0.4-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/custom_labels_workplaces.rpy", line 66, in <module>
for f in workplacelist: f.setPay()
File "game/custom_classes_workplace.rpy", line 41, in setPay
self.weeklyPay = self.weeklyPayList[self.workLevel] + self.weeklyPayBonus
AttributeError: 'Workplace' object has no attribute 'weeklyPayBonus'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
COED Conquest 0.4
Tue May 18 13:00:58 2021
So I had time to take a look!I enjoy your game but v0.4 is causing me a problem. I had saves from 0.3 and continued from there and it mostly works but I get errors in locations related to money. The worst is that I cannot collect weekly pay. I'm hoping you have a solution to my problem shown below, if not I have to start over. Breaking previous saves is the reason I abandon many games because replay is boring. This is especially true with games with a lot of grind. When it is time to get weekly pay this is what happens:
========
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 204, in script call
call weeklyWorkIncome from _call_weeklyWorkIncome
File "game/custom_labels_workplaces.rpy", line 63, in script
python:
File "game/custom_labels_workplaces.rpy", line 66, in <module>
for f in workplacelist: f.setPay()
File "game/custom_classes_workplace.rpy", line 41, in setPay
self.weeklyPay = self.weeklyPayList[self.workLevel] + self.weeklyPayBonus
AttributeError: 'Workplace' object has no attribute 'weeklyPayBonus'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 204, in script call
call weeklyWorkIncome from _call_weeklyWorkIncome
File "game/custom_labels_workplaces.rpy", line 63, in script
python:
File "C:\Games\COEDConquest\COEDConquest-0.4-pc + bugfix\COEDConquest-0.4-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Games\COEDConquest\COEDConquest-0.4-pc + bugfix\COEDConquest-0.4-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/custom_labels_workplaces.rpy", line 66, in <module>
for f in workplacelist: f.setPay()
File "game/custom_classes_workplace.rpy", line 41, in setPay
self.weeklyPay = self.weeklyPayList[self.workLevel] + self.weeklyPayBonus
AttributeError: 'Workplace' object has no attribute 'weeklyPayBonus'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
COED Conquest 0.4
Tue May 18 13:00:58 2021
Thanks! Actually I can't be certain where my save came from as I've played both 0.2 and 0.3. Of course I take your word for it since you have the code. I'm sorry I was mistaken about the version but it was an honest error. Maybe I simply chose the wrong save to open. Sorry I made you work but I'm happy to have the fix!So I had time to take a look!
Are you sure your save is from 0.3? The variable "weeklyPayBonus" your game can't find was introduced in 0.3 and every save originally from that version should have it!
I also wasn't able to reproduce that problem with 0.3, I managed to produce the same error with a 0.2 save though..
Anyway... I made a fix.. lol As far as I saw this makes 0.2 fully save compitable, but as I said no guarantees because not tested!
I will upload a v3 of the bugfix, just copy paste and you should be good to go!
No worries, please give me feedback if you run into another error, in hindsight I should have just made the extra effort to have 0.2 support from the start! (To be fair I also didn't know how to do that back then..)Thanks! Actually I can't be certain where my save came from as I've played both 0.2 and 0.3. Of course I take your word for it since you have the code. I'm sorry I was mistaken about the version but it was an honest error. Maybe I simply chose the wrong save to open. Sorry I made you work but I'm happy to have the fix!
Hi Again, sorry to say this but I downloaded the bugfix and the problem is still there. In the bugfix file there are two files related to work: The file 'custom_classes_workplace.rpy' is dated 3/6/2021 and the file 'custom_labels_triggers.rpy' is dated 5/15/2021. Every time I work at one of the businesses I get an error from the first file. The file date seems old, did you perhaps put the wrong version in the bugfix? I'm really sorry to be a pest!No worries, please give me feedback if you run into another error, in hindsight I should have just made the extra effort to have 0.2 support from the start! (To be fair I also didn't know how to do that back then..)
I copied custom_classes instead of custom_labels....Hi Again, sorry to say this but I downloaded the bugfix and the problem is still there. In the bugfix file there are two files related to work: The file 'custom_classes_workplace.rpy' is dated 3/6/2021 and the file 'custom_labels_triggers.rpy' is dated 5/15/2021. Every time I work at one of the businesses I get an error from the first file. The file date seems old, did you perhaps put the wrong version in the bugfix? I'm really sorry to be a pest!
Yeah, I only figured out how it works halfway through 0.3 but I already introduced a lot of new stuff at that point, so I was just introducing it going forward!Thanks! I tried v4 before sending this reply and it's working perfectly now. I know it is difficult to anticipate everything and saves often evolve but I believe ensuring they don't break will help you in the long run. You already have code to update saves so you're half way there! Cheers!
Definitely agree about the money being pretty tight, i mentioned in a earlier post that i think the game is well balanced for the most part but if i could adjust two things it would be getting a little more weekly income from your businesses, maybe like 20% more or so. And i would do the opposite for satisfaction and tone that down a bit, it's pretty much maxed out constantly, even when i use up all 100 points it's back to max the next day without even trying. Some of the sex scenes give you 60-70 points in one go, something like 15 for kissing/seeing a girl naked, 25 for handjob/blowjob and 40 for sex scenes would be enough i think. Or maybe even have the stat start to decrease if you go for longer periods without any action?-Money in this game is really tight. You're not getting much at the beginning and you're not getting much at the end. I think you can currently make 805 $ a week when you upgrade all shops to max. I finished all content and have around 10 k but didn't buy any of the luxury items (items above 5 k). But I got pretty much all the cheap ones. Fastest way to make money is to go to the dojo and challenge the trainer for 1k to get 500 $ which is as much as all shops together without the gentlemens louge. But it works relatively well with 100 Combat and a bonus of 40 from items. This stands in no relation to each other, considering you can challenge the guy 4 times a day and make therefore 2 k with some game saving and reloading.
-The Stamina and Hunger stat are currently only annoying without any real effect on the player. At the beginning of the game you go to the cafeteria and meet a cute girl and you go home to sleep. But later on you just go to the cafe and buy a coffee and a cake to get the stats up again, making it an ardous task. How about giving a boni to all skills of +5/+10 to the player if Stamina, Hunger and Satisfaction are above 50?
I guess the gentlemen's club is the brothel, am I right?- 'Training' the girls in the gentlemens club is a bit misleading - you're essentially enjoying the benefits of being the boss and gain some satisfaction out of it. Training indicates an improvement in the services of the girls and therefore more money and possibly a series of new scenes which is not what you get.
I'm not a big fan of games that include hunger, stamina, and the like. If this stats are automatically recovered every day, then I don't care much, but I don't really like if I have to go up by eating, sleeping, resting or whatever ... I guess I'll try the game, but I don't think so that really interests me.-The Stamina and Hunger stat are currently only annoying without any real effect on the player. At the beginning of the game you go to the cafeteria and meet a cute girl and you go home to sleep. But later on you just go to the cafe and buy a coffee and a cake to get the stats up again, making it an ardous task. How about giving a boni to all skills of +5/+10 to the player if Stamina, Hunger and Satisfaction are above 50?