Aug 28, 2024
100
61
not really still stuck on the bridge lol but yeah this whole war arc has been a flop and logically makes zero sense
eh its not "logically makes zero sense" so much
kinda makes sense when the "biggest threat" is eliminated the other 3 factions go at each of their throats (or more like 2 since eldritch seem to be just vibing in their 2 locations not bothering anyone)
what id say is bigger problem is dev not really focusing on main story more putting attention on smaller "neat things" he finds like the semi recent explorable enviroments, im guessing either arc just put story on hold or doesnt know where to take it (its most likely the former since there is clear sign what he wants to do with bridge and the eldritch issue) so untill then i guess we can only wait
since im waiting multiple years for new game from one dev to release for god knows how long now so i can stomach another project taking their sweet ass time to update wish kemono work with his subscribestar account so i could see something proper when it comes to updates and news though

basicaly my tip is just look for some other projects to busy yourself with and ocassionaly check out this place to see if there is any news (dont hold your breath though most of the time id assume there wont be any news)
 

VPedge

Member
Sep 19, 2019
344
409
eh its not "logically makes zero sense" so much
kinda makes sense when the "biggest threat" is eliminated the other 3 factions go at each of their throats (or more like 2 since eldritch seem to be just vibing in their 2 locations not bothering anyone)
what id say is bigger problem is dev not really focusing on main story more putting attention on smaller "neat things" he finds like the semi recent explorable enviroments, im guessing either arc just put story on hold or doesnt know where to take it (its most likely the former since there is clear sign what he wants to do with bridge and the eldritch issue) so untill then i guess we can only wait
since im waiting multiple years for new game from one dev to release for god knows how long now so i can stomach another project taking their sweet ass time to update wish kemono work with his subscribestar account so i could see something proper when it comes to updates and news though

basicaly my tip is just look for some other projects to busy yourself with and ocassionaly check out this place to see if there is any news (dont hold your breath though most of the time id assume there wont be any news)
yea i only show up ever so often lol i have more or less wrote this down on the list for me with twisted world tho the UI change has to be the dumbest move i seen in awhile here.

as for the make zero since i am more talking about how the whole city is locked down and jammed and no one asking questions. Tho like you said this is mostly because there has been no real progress in the plot and only one smaller stuff as you said
 
Aug 28, 2024
100
61
as for the make zero since i am more talking about how the whole city is locked down and jammed and no one asking questions.
hmm best explanation i could think of is that its been around 3 months since end of act 2 so maybe the citizens that surived just given up on it especialy since they are cut off from rest of the world by one of the factions
but yea because of that 3 month jump we just kinda got everyone acting "Yea its just like that" for the most part and only the player character get confused and i guess pixie one time we saw morgana's new dogs
 
Sep 23, 2021
296
304
again didn't he already change them a long while age like at the start of 2020 they look fine why now
so he's already off Koikatsu as a base? I just new that to get on steam he couldn't use Koikatsu models due to ToS, and building models in another engine or from scratch is a whole different beast. this could cause a style change out of
necessity. say for example, if they use prebuilt meshes. I used to edit skyrim mods for myself and working with different "bones" so to speak makes a big difference. honestly whatever happens I just don't want this project to stall on funding. already seeing support die on other projects due to long stretches with no word form the devs. the [Abandoned] tag has kinda made me paranoid tbh. when I see "rework" I get a tad concerned
 

broly19882004

New Member
Mar 11, 2018
2
3
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script/flat.rpyc", line 121, in script call
File "script/flat.rpyc", line 121, in script call
File "script/college.rpyc", line 388, in script
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\ast.py", line 2560, in execute
Say.execute(self)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\exports.py", line 1494, in say
who(what, *args, **kwargs)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 1045, in do_display
display_say(who,
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 519, in display_say
c("begin", interact=interact, type=type, **cb_args)
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Corrupted Kingdoms v0.22.3 0.22.3
Fri Jan 24 20:14:12 2025

Just got to the college and basically every interaction with Veronica throws this error. Any ideas on a cause or a fix?
 

Soulpuppet

Active Member
Sep 10, 2020
703
2,320
read his update. Huge in a way that he has to change the game engine and all the graphics for STEAM, since Patreon kicked him off. Its either that or never doing it anymore. He doesnt want to do Subscribestar
He isn't going to steam. Everyone went and joined substar so he wouldn't. This was over a year ago I believe. He said if he didn't get enough people he would have to change for steam.
 
  • Like
Reactions: Logan3000x

iyapo

New Member
Oct 28, 2020
3
12
If you want to fix the Veronica madness, download unren into the folder. Just download the unren at the bottom of that post. Unren should be in the Corrupted Kingdoms folder. Run it. Select 8 to unren everything.

Go into the game/script folder. Open the variables.rpy file with notepad. If you want you can do a search for ## Veronica where you'll see:
Code:
default cmVeronicaWarStance = "neutral" ## Character's stance/pose
default cmVeronicaWarOutfit = "normal" ## Character's outfit
You want to add a line after that which says:
Code:
default cmVeronicaStance = "neutral"
However, if you want you can actually add that line anywhere in the variables file and it'll be fine. Close and save the changes (not as a text file!) and voila.
 

broly19882004

New Member
Mar 11, 2018
2
3
If you want to fix the Veronica madness, download unren into the folder. Just download the unren at the bottom of that post. Unren should be in the Corrupted Kingdoms folder. Run it. Select 8 to unren everything.

Go into the game/script folder. Open the variables.rpy file with notepad. If you want you can do a search for ## Veronica where you'll see:
Code:
default cmVeronicaWarStance = "neutral" ## Character's stance/pose
default cmVeronicaWarOutfit = "normal" ## Character's outfit
You want to add a line after that which says:
Code:
default cmVeronicaStance = "neutral"
However, if you want you can actually add that line anywhere in the variables file and it'll be fine. Close and save the changes (not as a text file!) and voila.
That did the trick. Thanks friendo!
 

lobesod

Member
Mar 14, 2018
183
173
Just got to the college and basically every interaction with Veronica throws this error. Any ideas on a cause or a fix?
I have just testet all steps with Veronica in the college and i don't get any errors. I have not played the update yet only opened the game, made a new save and closed it again. I always make a save before playing the updates.
I have D/L the update from page 1 as i normally do! I
I only use fonttweak of the extras - maybee its something with the saves?

May you all have a nice weekend :coffee: :giggle:
 

youraccount69

Forum Fanatic
Donor
Dec 30, 2020
4,219
1,951
CorruptedKingdoms-0.22.3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

jahall

Well-Known Member
Feb 20, 2019
1,706
1,089
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script/flat.rpyc", line 121, in script call
File "script/flat.rpyc", line 121, in script call
File "script/college.rpyc", line 388, in script
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\ast.py", line 2560, in execute
Say.execute(self)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\exports.py", line 1494, in say
who(what, *args, **kwargs)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 1045, in do_display
display_say(who,
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 519, in display_say
c("begin", interact=interact, type=type, **cb_args)
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Corrupted Kingdoms v0.22.3 0.22.3
Fri Jan 24 20:14:12 2025

Just got to the college and basically every interaction with Veronica throws this error. Any ideas on a cause or a fix?
If you look at his latest public post on Subscribestar, you'll see that it's a bug that some people have reported and that the dev has now fixed. If I read what he wrote correctly, the fixed version is downloadable from the same file location as before, so if you just download it again you should be good.
 
  • Like
Reactions: lobesod

herrderr75

Newbie
Aug 5, 2019
33
53
ArcGames I just read about your troubles. The Steam/Koikatsu issue is entirely over my head, but I know Patreon's mission is to bring as much cowardice, stupidity, ignorance, assholery, and suffering to the world as humanly possible. At least they're good at what they do. I actually read their extensive content policies recently, and they were already mind-bogglingly ridiculous before they made this crap about non-sexualized minors an issue.

If sorry to say I can't contribute anything right now. However, though it may be of little consolation, I can promise to take delight in your wonderful work as long as you're able to continue putting it out in the world. I discovered CK sometime last year, and though I loved it, I've forgotten enough that I can start from the beginning and enjoy it all over again. Thank you for your efforts.
 

theillusionxo

Newbie
Jan 24, 2021
87
78
If either of you had bothered to read the last day or two's posts before posting, you'd have found the answer.
Yeah download the update and get this now on android
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/script/speak.rpy", line 11, in <module>
ModuleNotFoundError: No module named 'game.pydub'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "script/speak.rpyc", line 8, in script
  File "renpy/ast.py", line 827, in execute
  File "renpy/python.py", line 1178, in py_exec_bytecode
  File "game/script/speak.rpy", line 11, in <module>
  File "renpy/loader.py", line 892, in load_module
  File "pydub/__init__.py", line 1, in <module>
  File "renpy/loader.py", line 892, in load_module
  File "pydub/audio_segment.py", line 10, in <module>
ModuleNotFoundError: No module named 'game.pydub'
 
4.30 star(s) 239 Votes