VN Ren'Py Tavern of Spear [v0.31a] [Caro]

4.80 star(s) 5 Votes
Nov 8, 2021
287
186
pc so now im extra confused
You use this?


I for myself did not use external tools for month (maybe that's the reason I never saw those since that may be a new feature?) and instead use the renpy dev console to edit everything straight through the script while the game is running.
 
Nov 8, 2021
287
186
i did use saveedit. the dev console is completely alien to me, how do i use it?
Place the zzz.rpy file in the 'game' folder, where 'archive.rpa' is located. (e.g. Tavern_of_Spear-v0.29a-pc\game). It's content is simply:

Code:
init 999 python:
   config.console = True
   config.rollback_enabled = True
It enables the console and rollback with mouse wheel down. Who doesn't like some time travel? ;-). Now start the game and Shift+O opens the console at any time. Here I wrote some expressions and compiled a list of all items:
https://f95zone.to/threads/tavern-of-spear-v0-29a-caro.36115/post-11643474

Next you could extract all assets from archive.rpa and decompile all game script, read them and enter many more expressions like edit quests stages item properties etc.
You can extract the RPA with this:


And decompile with this:


But it needs some touchups for Renpy 8 though:


Many Renpy games do come with the not already compiled RPY scripts in the RPA but some creators do not want users to read them. So they exclude them from packing RPA. ;-)
 
Last edited:

Marruk51

New Member
Nov 9, 2021
3
4
Place the zzz.rpy file in the 'game' folder, where 'archive.rpa' is located. (e.g. Tavern_of_Spear-v0.29a-pc\game). It's content is simply:

Code:
init 999 python:
   config.console = True
   config.rollback_enabled = True
It enables the console and rollback with mouse wheel down. Who doesn't like some time travel? ;-). Now start the game and Shift+O opens the console at any time. Here I wrote some expressions and compiled a list of all items:
https://f95zone.to/threads/tavern-of-spear-v0-29a-caro.36115/post-11643474

Next you could extract all assets from archive.rpa and decompile all game script, read them and enter many more expressions like edit quests stages item properties etc.
You can extract the RPA with this:


And decompile with this:


But it needs some touchups for Renpy 8 though:


Many Renpy games do come with the not already compiled RPY scripts in the RPA but some creators do not want users to read them. So they exclude them from packing RPA. ;-)
Thanks!, i managed to make both Axel and Thane available in the good route although they now both sit on the same spot lol

1702105971866.png
 
  • Red Heart
Reactions: Averill Elwyn

nackedsnake

Engaged Member
Jan 29, 2019
2,331
3,058
Is the delay / trouble related to game development?
The post makes it looks like it's not actually a personal problem, but some looming trouble that could happen.
As bizarre as it sounds, I heard some countries' government actively hunting down people who make porn related stuff.
.........
And Not sure what the solution could be, better safe than sorry.
 
Nov 8, 2021
287
186
Oh that's actually quite nice
Did they talk about what was going wrong? Hopefully it's not something we have to on edge about happening soon or again in the future
Is the delay / trouble related to game development?
The post makes it looks like it's not actually a personal problem, but some looming trouble that could happen.
As bizarre as it sounds, I heard some countries' government actively hunting down people who make porn related stuff.
.........
And Not sure what the solution could be, better safe than sorry.
He is not that fluent in written english so there may be element lost in translation. I don't know what it was about. I assume some mental health issues he mentioned in the past. But he keeps a tight lip about it (which is understandaby his business). He talked about the indefinite hiatus before on Patreon and I believe (and hope) that's what he was referring to on Discord:


Nevertheless I'm happy for him managing whatever it is/was.
 
  • Like
Reactions: nackedsnake

Baralover001

Active Member
Nov 21, 2017
868
333
Why is the latest Android build of the this game always crashing when I start to play the game using techno go spark bf7 Android 12 phone to play the game
 

Bruhdashcon

Newbie
Mar 25, 2022
52
66
Would someone mind dropping a save file for windows? Moved to a different computer and I don't want to go through the rpg bullshit.
 
4.80 star(s) 5 Votes