czastack / RszTool

RszTool is a tool that edit and create resource file for RE ENGINE game. Currently support .user, .pfb and .scn files.
14 stars 3 forks source link

Issues and Requests #4

Open kTeo-0 opened 6 months ago

kTeo-0 commented 6 months ago

System.Single values have an issue where we can't type "." and instead have to use ",". Ctrl+Z also do not work on these values i believe is because of this problem. Speaking of Ctrl+Z, it would be very helpful to have the option to undo the last actions in case we accidentaly delete or move something.

Additionaly, i think this tool would benefit a lot of an option to duplicate multiple enemySpawnParams, with the added feature of automatically setting the ContextID of them. For example, i want to clone 10 entries, all will have Group = 1, and ContextID will start from the set value of 5000 and increment by 1 from there, In the end, we will have 10 entries with ContextID starting from 5000 and ending in 5009. EDIT: worth to mention that the same could be applied to items and gimmicks