I've been playing for a while and generally enjoyed it. It bothers me that I can't have strippers in the lower buildings. It's like I'm being told 'we put them in game but don't use them'
Personally I've been in a dive bar that had one small stage and one girl working, so it can be done in a tiny building.
I got a little motivated and got a lot of packs. There are at least 80
pic folders and the game won't run 'new game'. First error reads
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 198, in script
python: # Move to a World AI method:
File "game/script.rpy", line 200, in <module>
pytfall.populate_world()
File "game/code/core/support.rpy", line 110, in populate_world
populate_ea()
File "game/code/locations/main_street/shops/employment_agency.rpy", line 34, in populate_ea
give_bt_items=True)
File "game/code/core/characters/functions.rpy", line 469, in build_rc
for skill, chance in data["magic_skills"]:
ValueError: too many values to unpack
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 198, in script
python: # Move to a World AI method:
File "D:\Games\PyTFall-0.72-and-take-their-shit...-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\PyTFall-0.72-and-take-their-shit...-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 200, in <module>
pytfall.populate_world()
File "game/code/core/support.rpy", line 110, in populate_world
populate_ea()
File "game/code/locations/main_street/shops/employment_agency.rpy", line 34, in populate_ea
give_bt_items=True)
File "game/code/core/characters/functions.rpy", line 469, in build_rc
for skill, chance in data["magic_skills"]:
ValueError: too many values to unpack
Windows-8-6.2.9200
Ren'Py 7.2.2.491
PyTFall 0.72 and take their shit...
Wed Feb 05 09:08:57 2020
```
I get the feeling that the system didn't assign enough memory to handle all my girls and all their pics.
Before this I had a tag error because an Orihime pic didn't have any tags.
I've also had errors from scripts that wanted to change stats for specific girls by name and the code failed on the name reference.
Right now I can't play because I moved too many girls around for my saves to work and I can't start a new game without several errors.
I tried ignore on all of them and the game opened with no girls populated past main street, none at tower, beaches, park, or the slave market.
I played the first six turns trying to recruit a whore and a stripper and no girls were populated into the empty areas. Too frustrating...
2/20/2020 - I moved the girls around and verified the girls in /chars have a data file, but the game isn't using ANY of them, only the generic girls in /rchars/random. I also fixed the errors caused by scripts not finding what they were looking for. The game will start without an error, but only using generic girls is still a problem. Earlier I removed all the special girls from their origin named folders and grouped them all in /chars, would this cause my issue with the girls not being used?