-
Guss
[Release] Group.tex ressource editor v0.1.1
hi all a tool of my own made to edit file inside group.tex file of the client.
I have made it with Qt normaly I have add all needed file to launch the application without qt on windows 7 (must work for 10)
if you have a trouble install Qt (5.8 with 32 bit dependency as I was lazy to use int32 instead of int)
the file:
good link
have fun with that small tool.
Last edited by decarvk; 28-08-17 at 12:18 AM.
Reason: bad link from my part
-
-
Enthusiast
Re: [Release] Group.tex ressource editor v0.1.1
-
Re: [Release] Group.tex ressource editor v0.1.1
This is a archive with config and database files, i couldn't spot any program, so are you sure you got the right dl link? @decarvk
-
Guss
Re: [Release] Group.tex ressource editor v0.1.1
true, I have set the good link now just a bad mistake from my part
-
Re: [Release] Group.tex ressource editor v0.1.1
Seems to be a clean release.
https://www.virustotal.com/#/file/62...c1cc/detection
Didn't worked with my 4.6 Group.tex but that can be caused by other circumstances.
But still good Release tho^^
-
Re: [Release] Group.tex ressource editor v0.1.1
It's an interesting design for that tool. Iirc the group.tex has a tree structure, so to visualize that with tables is interesting. This is what I've come up with, but abandoned at some point (there were a bunch of file saving issues):
-
Guss
Re: [Release] Group.tex ressource editor v0.1.1
it's edit only resource inside you must extract group.tex file with one of the many ripper existing ;)
it's must work for 4.6 one (if massang haven't change this file format), I have done it fast for my own need lot of thing can be done in a better way.
@Future I have use the view-model table of Qt just setup data model on file parsing, and write a serializer for my model used when I save the file.
for people lazy to do this kind of software it's around 450 line of code ;)
Last edited by decarvk; 28-08-17 at 11:19 PM.
Reason: add information about the number of code line
-
Guss
Re: [Release] Group.tex ressource editor v0.1.1
GoupTexRessourceEditorSource.7z
I give the source too as it's more valuable than sharing a tool built