downtoo2015
Member
- Sep 21, 2022
- 144
- 122
It's not about the the set, but the predictive condition. In other games, before a IF condition, there is like a path detection with a notification.
It's not about the the set, but the predictive condition. In other games, before a IF condition, there is like a path detection with a notification.
there is no "predictive condition"It's not about the the set, but the predictive condition. In other games, before a IF condition, there is like a path detection with a notification.
Isn't the path detection for actual paths, like actual dialogue that renpy can pause on. It would be racing against a menu instead here and URM can only do so much without getting in the way of the actual game.It's not about the the set, but the predictive condition. In other games, before a IF condition, there is like a path detection with a notification.
That's why I'm reporting it. In most every games, I have a notification when there is a IF.and yeah "other games" ... every game has different a code
naaah , its okThat's why I'm reporting it. In most every games, I have a notification when there is a IF.
Sorry to disturb you.
Damn that's a bummer. I have to click on that little icon to overwirte save every time, it's annoying but hope you find a way to change this. Thanks for the useful mod though, I use oftenly.you dont
not my modDamn that's a bummer. I have to click on that little icon to overwirte save every time, it's annoying but hope you find a way to change this. Thanks for the useful mod though, I use oftenly.
From the FAQ post (first post after the OP):Hello fellas!
Been encountering an issue on Pale Carnations, if people have a hint
- What version of URM are you using (make sure it's the latest)?
Not sure where to check, but sure it's the last one, dl'd yesterday through this page- Which game has the issue (preferable a link to the game's thread)
https://f95zone.to/threads/pale-carnations-ch-4-up-5-public-mutt-jeff.50281/ chap 4 up 5- If it's a crash (grey screen) attach the "traceback.txt" file
Attached- What did you do that caused the issue?
I'm a noob to this mod, what I wanted to do was get the consequences of each choice easily, without having to go to the "choices detected > code show" all the time. Thought it would be possible to just have it next to the choice.
So I tried and honestly kinda touched things a bit randomly, especially there :
View attachment 4785425
Now, whenever I try to launch URM in PaleCarnation, instant crash (check attached file). Game runs OK without URM.
I did save a preset for PaleCarnation, then went in my Windows files to delete it, didn't change much
- Attach a screenshot of the issue (if possible)
Open PaleCarnation > either new game or load game > instant
View attachment 4785435- When URM gave an error (not a grey crash screen), check the log.txt file for lines starting with "0x52:"
- File "0x52-URM/screens/main.rpy.x52", line 20, in execute
File "0x52-URM/screens/main.rpy.x52", line 20, in execute
File "0x52-URM/screens/main.rpy.x52", line 69, in execute
File "0x52-URM/screens/main.rpy.x52", line 70, in execute
File "0x52-URM/screens/progress.rpy.x52", line 16, in execute
File "0x52-URM/screens/progress.rpy.x52", line 16, in execute
File "0x52-URM/screens/progress.rpy.x52", line 19, in execute
File "0x52-URM/screens/progress.rpy.x52", line 19, in keywords- What OS are you on?
- Windows 11 family 24H2
- Do you have any other mods installed? Does the issue still exist without the other mod(s)?
Only mod used is Universal_Gallery_Unlocker_2024-01-24_ZLZK
However, it was already in use before installing URM, and trying it, so I doubt it had any kind of impact
Thanks a bunch, hope you have any idea what seems to be the issue. Or what else I could use to just get the results of choices ingame xD
URM doesn't have tuple support, since it's quite uncommon. But I will add it in the future.URM seems to not handle tuple types well/properly. I think display (without the ability to edit) would be sufficient for most people. Editing tuples could get complicated given their flexibility and immutability.
Here are the ways that tuples don't interact well in URM
Edit: Fixed formatting
- A simple tuple is not searchable.
To reproduce
- Create a tuple
$ testtuple = (1,2,3)
- Search for that name in URM
- Notice that the variable is not found
- A simple tuple will display in snapshots, but will have "unknown" as their values.
To reproduce
- Create a tuple (see above)
- Create a snapshot
- Replace the tuple with a new value
- View the snapshot
- Notice that the tuple variable has "unknown" for previous and new values
- NOTE: this impacts newly created tuples, as well
- A dict with tuple values can be searched, but they do not display properly.
To reproduce
- Create a dict with one key with a tuple value
$ dictttuple = { "a":: (1,2,3) }
- Search and find the variable
- Attempt to edit the variable
- Notice that the dict appears empty, including displaying "No Items" text
- A dict with tuple values does not show changes in snapshots.
To reproduce
- Create a dict with one key with a tuple value
$ dicttuple = { "a":: (1,2,3) }
- Create a snapshot
- Add an item with a tuple value, to the dict
$ dicttuple["b"] = (4,5,6)
- View the snapshot again
- Notice that the dict variable does not display in the list of changes
This! I've tried to show all relevant information. I agree this can be a lot, but in my opinion this way is better than missing relevant information.With all of the conditionals in the current-URM example, the older version of URM is not giving you accurate or complete information for this game particularly.
This also came up because a lot of people complained about missing choice consequences that were being hidden behind a jump, or below other code blocks, which is how the new implementation came about.
For instance, your example of the older version says nothing about whether that choice affects any other variables (and I'm positive that it does).
If the older format was used for the second choice, all it would say is:lea_hug == True
. Nothing else. It wouldn't even mentionlea_relationship
at all, since that's behind a conditional statement (and the current implementation in URM even tells you whether that condition is met), but the more detailed version lets us know what the conditions for it are.
What you're asking for is providing less information, and providing less-accurate information.
This has been mentioned before. URM (currently) doesn't support this screensizeSo, is there a way to scroll left to right or anything? Because some games now do a "phone resolution" and this happens if I try to use URM there... :x
View attachment 4781191
Thanks friend! My bad for not seeing the FAQ, will be careful about that in the future!From the FAQ post (first post after the OP):
View attachment 4785670
Also, searching this thread for "Pale Carnations" brings up many posts specifically about this workaround, because Pale Carnations is probably the most prominent game where the dev made this mistake and hasn't fixed it.
reset everything, started original game, same error again....not a URM error
its a error at the turkish translation
It doesn't I tried the dev made it alt s, and it is annoying as I miss taking screenshots when I want to.just the S for screenshots should work
i assume you want to unbind the "alt" key ?