Pretty sure it's all his mods. He's been out of the android business for a while.Does that go for all your mods or just this one in particular?
It is a shame though I like this dev I will just have to wait till it will work for this
I don't have a lot of time and only play on Android so walkthrough mods/cheat mods are so incredibly useful for me to enjoy the game with only playing on Android and the limited time I have to play and I find your mods are exceptionally good so to not be able to use it is quite heartbreaking to me I do appreciate all the time and effort you put into creating your mods they are quite valuable to people like me actually to everyone that uses it so for that thank you
Thank you for your time
RtS is built on RenPy 8.1.1Error...
Sun Jul 9 08:42:12 2023
Unknown platform.
Ren'Py 8.0.3.22090809
...
RtS is built on RenPy 8.1.1
So, you have either really fucked shit up or pulling shenanigans... or both.
From your log file:
Code:Sun Jul 9 08:42:12 2023 Unknown platform. Ren'Py 8.0.3.22090809 ...
Sorry for the inconvenience, I did not look into it right away, I had no time...That won't work bud, at all.
The proper installation process is two steps, and only these two (for PC in English):I've installed the multimod as described in the first post, but it isn't showing up ingame. What am I doing wrong? I've extracted all the contents to the game folder and even manually dragged all the contents in the mod folder into the game folder, still same issue
You asked for it... wall of text inbound...Hello, is it possible to change stats? Like athletic, social or nerdy?
Most logical would probably be taking a hint from the Personality AI phone app in the game and use a single triangular input where one could place their desired values for all three traits with a single click. It's easy then to calculate back from triangular coordinates. I think the more pressing question would be how this would interact with the game progressing. Fixing the traits to a certain value at one point is easy, but when you continue with the game and pick choices, the game doesn't simply add or subtract from whatever the values might be, it just records the choices and applies some medium-fancy maths to all of the choices you did until that point as Sancho already said.So, if I give you say three sliders (one for each trait) and you adjust one, that means I must code it in such a way that the other two are increased/decreased by a certain (weighted) amount to maintain that ratio. Because it's not a 1:1 ratio (there's three traits, not two) that presents itself where the code must alter the other two's correlation. Now, if you after adjusting the one decide that one of the other two are not to your liking and adjust either of them, then the first one you changed where you want is altered, add nauseam until infinity.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1299, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1299, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1301, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1306, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1814, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1814, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1816, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 738, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 738, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 745, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 750, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 753, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 755, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 776, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1816, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1833, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1306, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1313, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1314, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1315, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1316, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1316, in keywords
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1322, in keywords
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1322, in keywords
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1324, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1299, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1299, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1301, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1306, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1814, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1814, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1816, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 738, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 738, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 745, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 750, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 753, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 755, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 776, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1816, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1833, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1306, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1313, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1314, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1315, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1316, in execute
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1316, in keywords
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1322, in keywords
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1322, in keywords
File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1324, in <module>
File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Rovering to Sussex 0.3.0
Sat Dec 23 09:36:21 2023
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/functionality/validity.rpy", line 17, in <module>
Exception: This copy of the game contains corrupted image files, probably due to compression.
Some files in this game must not be compressed for the game to work properly.
Please do not compress files in images/minigames.
If your copy of the game came with the corrupted image files, please get in contact with the distributor of this copy and make them aware of the issue.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/functionality/validity.rpyc", line 1, in script
File "W:\Game Files\Rovering To Sussex\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "W:\Game Files\Rovering To Sussex\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/functionality/validity.rpy", line 17, in <module>
File "W:\Game Files\Rovering To Sussex\renpy\exports.py", line 2788, in error
_error_handlers[-1](msg)
File "W:\Game Files\Rovering To Sussex\renpy\exports.py", line 2765, in _error
raise Exception(msg)
Exception: This copy of the game contains corrupted image files, probably due to compression.
Some files in this game must not be compressed for the game to work properly.
Please do not compress files in images/minigames.
If your copy of the game came with the corrupted image files, please get in contact with the distributor of this copy and make them aware of the issue.
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
Rovering to Sussex 0.3.0
Sat Dec 23 11:47:53 2023
I get this Error upon clicking on SanchoGallery, clean install with just the mod.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1299, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1299, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1301, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1306, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1814, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1814, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1816, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 738, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 738, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 745, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 750, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 753, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 755, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 776, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1816, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1833, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1306, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1313, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1314, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1315, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1316, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1316, in keywords File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1322, in keywords File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1322, in keywords File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1324, in <module> IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 3579, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 4052, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) [Previous line repeated 1 more time] File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\screen.py", line 476, in visit_all callback(self) File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\core.py", line 4052, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\screen.py", line 487, in per_interact self.update() File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\display\screen.py", line 680, in update self.screen.function(**self.scope) File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1299, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1299, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1301, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1306, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1814, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1814, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1816, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 738, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 738, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 745, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 750, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 753, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 755, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 776, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1816, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1833, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1306, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1313, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1314, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1315, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1316, in execute File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1316, in keywords File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1322, in keywords File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1322, in keywords File "game/SanchoMod/SanchoMod RoveringToSussex.rpy", line 1324, in <module> File "D:\Downloads\RoveringToSussex-0.3.0-pc\renpy\revertable.py", line 217, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Windows-10-10.0.19045 AMD64 Ren'Py 8.1.1.23060707 Rovering to Sussex 0.3.0 Sat Dec 23 09:36:21 2023
Apologies for the delay responding, it's very busy IRL for me near the holidays.The Gallery Mod doesn't work on the (uncompresst) Mac version either...
Here we have; „IndexError: list index out of range“
Unfortunately I don't have time to take a closer look at it right now.