could you please send me a save file ?Just tried to use this on a save from Queen of the Seas, but every time I hit "Load Ren'Py save" and select the file to open, the editor just closes. Am I doing something wrong? I have the .Net framework.
yes, but maybe where talking about different games with the same name, im talking about the holiday island of darkhound1
Okay, please me give a save file and variable name you can't find in the editoryes, but maybe where talking about different games with the same name, im talking about the holiday island of darkhound1
don't worry about it, there's a mod (found it late) that let me do what i was trying to do with your editor, you don't need to overwork for one gameOkay, please me give a save file and variable name you can't find in the editor
no problem, i want to handle every casedon't worry about it, there's a mod (found it late) that let me do what i was trying to do with your editor, you don't need to overwork for one game
okay then,here's my save, lust,affection, anger and more variables of the girl doesn't show up when searching, only the general version of each one, and them doesn't affect anythingno problem, i want to handle every case
If I remember correctly of the game, they are stored in object, that's why they aren't seen yet ; or did I missed an update of the tool ?just happen the same problem with holiday island, there are some variables that your editor is missing but the online don't, i love your editor because is really easy to use and changes the values
but i was talking things like lust, affection, love, those are variables that have integer values the editor could modifyIf I remember correctly of the game, they are stored in object, that's why they aren't seen yet ; or did I missed an update of the tool ?
It's not because they are integers value, that they aren't part of an object.but i was talking things like lust, affection, love, those are variables that have integer values the editor could modify
@Last Moment said it somewhere in the thread, it's one of his next step. But, and I understand him, he want to ensure that the basic format are correctly handle before moving to this step.guess it's not that easy but usually the developers use defined states like player.strength = 1 or guy1.strength = 1 etc.
these values havent been visible in the editor, could it be?
could you rephrase that because i didn't get itIt's not because they are integers value, that they aren't part of an object.
integer :could you rephrase that because i didn't get it
money = 10
girl.money = 10
ohhhhhhhh, now i get it, because those variables are actually objects the editor can't modified yet, that's about right?integer :
object :Code:money = 10
Code:girl.money = 10
i'm studying computer science in my country and didn't grasp that just by reading it *facepalm*ohhhhhhhh, now i get it, because those variables are actually objects the editor can't modified yet, that's about right?
Right.ohhhhhhhh, now i get it, because those variables are actually objects the editor can't modified yet, that's about right?
You didn't miss an updateIf I remember correctly of the game, they are stored in object, that's why they aren't seen yet ; or did I missed an update of the tool ?
You are right i'm looking to handle the format step by stepIt's not because they are integers value, that they aren't part of an object.
@Last Moment said it somewhere in the thread, it's one of his next step. But, and I understand him, he want to ensure that the basic format are correctly handle before moving to this step.