That's not the problem, when I have the physics.qb in my hands i decompile it using roq.exe and the program (roq.exe) give me a new file called Physics.txt that file I open it with notepad++ and without problems I edit it changing the values etc... THEN when I finish editing the decompiled physics.txt I CANT compile it again and i need compile physics.txt to transform it to physics.QB for then import it in the game... That's the problem...
Wait I'm going to be more clarity
In the direction THUGPro/data/pre exist a PRX file called "thugpro_qb.prx" I took that file and I use PreTool to OPEN IT when I open it I can see the qb's files and one of those qb's files it's physics.qb so, I extract physics.qb to my desktop and then using roq.exe I decompile it and physics.qb pass to physics.txt, I open physics.txt with Notepad++ or anything program like notepad and I can edit the values of the physics of the game like gravity or that things, THEN when i finish edition of the physics.txt obviously I need to COMPILE IT again to get back a new physics.qb modified to import it again in "thugpro_qb.prx", so the only problem of this is I can't compile the physics.txt again to physics.qb becouse when i try compile it again using roq.exe appears a new file called "temp.dumb" and that files its empty.. i don't know im so close to make it but that happens USING PRO TOOL..... if I use PRXReaper program with the file "thugpro_qb.prx", the program create a new folder called QB, into that folder contains some folders and the qb's of thugpro_qb.prx, so I take physics.qb ans I decompile it using roq I edit it and I compile it again but when I compile it appears the same file called temp.dump .. as you can see guys I have 2 ways to do this one with PreTool and the second it's using PRXReaper... so that's the problem...