Renpy Universal Variable Operator and viewer

5.00 star(s) 1 Vote

Normenia Koi

Newbie
Jul 30, 2022
37
20


Overview:
This mod can list and modify all variables within game and which are currently under use.it provides usage of each variable, its easy to use you can change any variable's value by click that variable, also you can search for your variables by name or values, working 100% for all ren'py games.​

Updated:12/31/2022
Game/Creator:NoMoneyDev
Mod Version:2.21
Language: English

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.


 
Last edited:

barsik

Newbie
Aug 21, 2017
44
24
Can't make it work with any renpy game so far. Get this similar error on all:
-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn)
Exception: Could not load file \gamefolder/game/UVO_2_1_Done.rpyc.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
 
  • Like
Reactions: Normenia Koi

Normenia Koi

Newbie
Jul 30, 2022
37
20
Can't make it work with any renpy game so far. Get this similar error on all:
I don't know where the problem is but try adding this rpy file to your game dir and delete UVO_2_1_Done.rpyc file and relunch your game, let me know if it worked, Thanks
 

barsik

Newbie
Aug 21, 2017
44
24
I don't know where the problem is but try adding this rpy file to your game dir and delete UVO_2_1_Done.rpyc file and relunch your game, let me know if it worked, Thanks
Did a quick test and it fixed the issue with My New Neighbors. Now launching without any errors (y)

edit: with Big Brother: Ren'Py - Remake Story both the rpy and rpyc are not working.
UVO_2_1_Done.rpy:
File "game/UVO_2_1_Done.rpy", line 474: end of line expected.
call screen finalit_str
^

File "game/UVO_2_1_Done.rpy", line 580: end of line expected.
call screen minute_setter
^

File "game/UVO_2_1_Done.rpy", line 596: end of line expected.
call screen apply_character_names
^

Ren'Py Version: Ren'Py 7.4.11.2266
UVO_2_1_Done.rpyc:
-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() ## sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn)
Exception: Could not load file \gamefolder/game/UVO_2_1_Done.rpyc.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
 
Last edited:

JamesPT85

Newbie
Oct 25, 2022
42
131
  1. When I go to "Strings", I'm not seeing any options, even if I search. Am I using it wrong?
  2. If I want to change something like the amount of money my character has or stats and I am not finding it in the Integral variables option, does it mean that this program just isn't detecting it? I've found it in different games.
I don't know anything about programming, so I'm doing a lot of guesswork and testing with this program.

I don't know where the problem is but try adding this rpy file to your game dir and delete UVO_2_1_Done.rpyc file and relunch your game, let me know if it worked, Thanks
I had to do this for another game in order to get it to work.
 

Normenia Koi

Newbie
Jul 30, 2022
37
20
  1. When I go to "Strings", I'm not seeing any options, even if I search. Am I using it wrong?
  2. If I want to change something like the amount of money my character has or stats and I am not finding it in the Integral variables option, does it mean that this program just isn't detecting it? I've found it in different games.
I don't know anything about programming, so I'm doing a lot of guesswork and testing with this program.



I had to do this for another game in order to get it to work.
There are some types of variables that doesn't show yet... I am working on it stats money and etc will appear separately.... In next update
 

Hellion71

New Member
Sep 2, 2022
2
0
Can we get the updated version? I'm getting a message on all the games I have installed. Only a couple are giving me error messages, they say that they are not loaded from an archive so it cannot be updated. Help!!
 
5.00 star(s) 1 Vote