|
Post by snickett on Oct 2, 2019 4:23:08 GMT -8
Happy 5 years of Sunrider! In celebration, here's the full release of Kryska's REturn arc. drive.google.com/open?id=1JYNcIG2GWM65WAaDERS1iDl8XMB1fJ-uUnpack this in Sunrider: Liberation Day's "game folder," (e.g. Steam\steamapps\common\Sunrider Liberation Day\game) then launch [RE]Turn as you normally would. You'll have a Kryska option to explore now. Enjoy!
|
|
kalwinters
Marine
You don't know the power of intersecting faces...
Posts: 26
|
Post by kalwinters on Oct 3, 2019 2:22:47 GMT -8
That's really awesome. Thanks so much!
|
|
|
Post by EcchiOujisama on Oct 25, 2019 4:43:20 GMT -8
Sounds awesome, but it's crashing on the 8th line of text. While running game code: File "game/REturnplus.rpy", line 47, in script $dshow(81311,ypos=1650) File "game/REturnplus.rpy", line 47, in <module> $dshow(81311,ypos=1650) File "game/functions.rpy", line 1428, in dshow d = store.sprites[input_string] KeyError: 'out of range' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/REturnplus.rpy", line 47, in script $dshow(81311,ypos=1650) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\ast.py", line 805, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\python.py", line 1461, in py_exec_bytecode exec bytecode in globals, locals File "game/REturnplus.rpy", line 47, in <module> $dshow(81311,ypos=1650) File "game/functions.rpy", line 1428, in dshow d = store.sprites[input_string] KeyError: 'out of range'
|
|
|
Post by ranpie on Oct 26, 2019 17:27:32 GMT -8
EcchiOujisama The 'out of range' error is due to image/sprite #81601 requested in REturnPlus doesn't exist or isn't defined. I merely switched the line after "You have suffered...etc" in REturnPlus.rpy from: alp "You have suffered... but I seek to create a universe where we can finally be safe..." $dshow(81601,ypos=1650)
to alp "You have suffered... but I seek to create a universe where we can finally be safe..."
$dshow(81300,ypos=1650) here so that it'll result in the same image being shown as previous. This error frequently pops up throughout the arc. Just fix all the errant sprite numbers with some previous sprite that works (I used 81300, as that was the easiest one I found), although you probably won't get the intended facial expressions or body language. I'll try to look into the sprite numbers, although, I myself am relatively new to the ren.py scene. Maybe someone can help out with explaining sprite numbers. :/ In other news: The introductory cutscene shows Sola instead of Alice, although I don't know the sprite number for Alice's animations. Will check into it when I've finished Kryska's REturn arc.
|
|
|
Post by snickett on Oct 27, 2019 9:34:49 GMT -8
Thanks for the feedback! We've discovered that some of the mods are throwing the numbering sequence for a loop and they either break or look up the wrong character. This will likely be true for the original Liberation Day mod as well, so please uninstall other mods.
|
|
|
Post by ranpie on Oct 31, 2019 21:23:09 GMT -8
snickettI fixed it... According to one of the mods (don't remember which one), I had to transfer over the Character files... but I already had a separate character file for the MoA port. So I basically doubled the files and messed up the numbers. Nothing wrong with the mod. Sorry for the false alarm because of stupidity.
|
|
|
Post by demaiste on Mar 30, 2021 23:58:25 GMT -8
It is a MASTERPIECE.
I cannot recommend this mod enough-fitting seamlessly into the [RE]turn pattern and with excellent writing that is compelling and unique, it gives one of the best characters in Sunrider the care and attention she deserves.
The moment you load in, it feels as though Kryska is truly a part of your team-offering her unique skills and outlooks, the mod expertly matches the already existent challenges and scenario of [RE]turn with our very own Spec-Ops expert. There are moments that will catch you offguard, moments that will make you weep and moments that will fill your heart with joy. Do yourself a favor and try the mod!
|
|