Jump to content

[V] Modifying PC GXT2 files w/ GXT2Tools


SonofUgly

Recommended Posts

Hi, guys. Thanks for sharing useful info.

 

I have a trouble.

 

I tried to change some car name, but It coudn't.

For example, Zentorno.

 

These names have found in many of global.gtx2 files.

(mppilot, mplts, mpindependence, mphipster, mpbusiness2, mpluxe, and mpheist)

 

I changed all of these files, but not displayed. "Zentorno" still appear in game.

 

Also, I'm Japanese player. So I changed global.gtx2 of Japanesedlc.rpf.

Of course, many of other cars could change name.

 

Please help me.

And, thanks for reading my bad English X)

Link to comment
Share on other sites

These names have found in many of global.gtx2 files.

(mppilot, mplts, mpindependence, mphipster, mpbusiness2, mpluxe, and mpheist)

 

I changed all of these files, but not displayed. "Zentorno" still appear in game.

Check the global.gxt2 file in update.rpf, the names are probably in there too.
Link to comment
Share on other sites

 

These names have found in many of global.gtx2 files.

(mppilot, mplts, mpindependence, mphipster, mpbusiness2, mpluxe, and mpheist)

 

I changed all of these files, but not displayed. "Zentorno" still appear in game.

Check the global.gxt2 file in update.rpf, the names are probably in there too.

 

 

Thanks for your quick reply :)

I searched record in update.rpf, but I couldn't find "Zentorno".

 

The hash, 0xAC5DF515 is being included in other dlc.rpf.

It is mpbusiness2,

 

And I found the problem of translated game.

 

I changed name of 0xAC5DF515 in "American" rpf.
Modified name appeared!

Next, I did same modification to "Japanese" rpf. But nothing happened X(

"Zentorno" appeared.

 

I think record of "Zentorno" is in other place at translated game.

Link to comment
Share on other sites

  • 1 month later...
akshaybhanawala

Hey Guys, Help Me Out Please...

I'm having the Same Problem as UHDFreddyEST

 

[Cars having No Name]

 

See Below Screen Shots:-

 

Game SS:- http://i.imgur.com/LA5Pu8H.png

content.xml:- http://i.imgur.com/GOBKZEK.png

dlclist.xml:- http://i.imgur.com/B1mquSf.png

dlctext.meta:- http://i.imgur.com/vsF3ZOH.png

hashes:- http://i.imgur.com/QtuT7UI.png

ModStructure in OpenVI:- http://i.imgur.com/j4YiX51.png

vehicles.meta:- http://i.imgur.com/03Nb5kS.png

 

 

all Above in One:- http://i.imgur.com/3it004w.png

 

 

There is another mode i Installed Which is Working Fine With Proper Naming [Nissan Skyline GTR].

But This One is not Working With Naming, Everything that I checked btween both Mods is Same, IDK what i'm Missing!!! :panic:

 

 

Please Help me out.

Tried Everything that i can..

:*( :*( :*( :panic: :panic: :panic:

Edited by akshaybhanawala
Link to comment
Share on other sites

  • 4 weeks later...

Hello guys.

 

Thanks for this gtreat software, but I made small modifications,

 

I a bit change design and add hotkeys

next I add functions for searching, export/import from/to CSV

 

for import you must create a new file and it will enabled import button.

 

Image

gtx2.png

 

Download

https://mega.nz/#!AwtiHSaJ!Jqe19fAa4z_3ylz6y0etzwSpbxeUzv96ADbR5wak2Mo

 

Good Modification, but i cant search. the Application doesn't Search. Just dont do anything. Please Help

Edited by ElateRex35653
Link to comment
Share on other sites

  • 3 weeks later...

Hello everyone,

I have a problem with gxt 2.editor. (many users also)

By opening global.gxt2 file in my language [FR], all special characters are replaced. :(


Look:

536652Capturegxt2tool.png



I think the problem is that the application is encoded in ASCII.

Someone could make a UTF8 version of this tool.


Find the last source code here: (latest release on 30 september 2015)



Many users are blocked because of that.

Thank you in advance for your help.

Bye


  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

hello all

 

kindly any one can help me if i need to change font of subtitles text on the game with my own font.

i aready tried to edit gxf file which contain fonts file but still not change on the game

 

also what if i need to make text to be from right to left.

 

thanks on advice

Link to comment
Share on other sites

  • 1 month later...

Very useful tool, thanks, I have a lot of errors when I open the source with Visual Studio 2015.

I found this http://stackoverflow.com/questions/20275824/c-how-to-convert-ascii-or-ansi-to-utf8-and-stores-in-stdstringfor french characters trouble, if someone can open the source it will be great:

char* iso_latin_1_to_utf8(char* buffer, char* end, unsigned char c) {    if (c < 128) {        if (buffer == end) { throw std::runtime_error("out of space"); }        *buffer++ = c;    }    else {        if (end - buffer < 2) { throw std::runtime_error("out of space"); }            *buffer++ = 0xC0 | (c >> 6);            *buffer++ = 0x80 | (c & 0x3F);    }    return buffer;}
Link to comment
Share on other sites

  • 8 months later...
akshaybhanawala

Hello guys.

 

Thanks for this gtreat software, but I made small modifications,

 

I a bit change design and add hotkeys

next I add functions for searching, export/import from/to CSV

 

for import you must create a new file and it will enabled import button.

 

Image

gtx2.png

 

Download

https://mega.nz/#!AwtiHSaJ!Jqe19fAa4z_3ylz6y0etzwSpbxeUzv96ADbR5wak2Mo

Can You Send me Source Code For This.... Please

Link to comment
Share on other sites

You don't have to use any external tool, just export files to .oxt via OpenIV.

Link to comment
Share on other sites

  • 3 months later...

Sorry to bump was gonna start ne thread. I made a dlc vehicle i have my lang folder with rpfs. Global.gxt2 is edited to my vehicle name n hash correct hash but it was just shows ,industrial in game.

Edited by flynhigh09
Link to comment
Share on other sites

  • 1 year later...
ramydarkness

hey guys, i am translating GTA V to ARABIC... i made some tries but translation didn't appear ... can you tell me what files to change exactly ... and what tools except OPENIV ... thanks.

 

Update:

i made it, i translate gta v to arabic , but i have a problem, in loading screen it shows flipped lines upsidedown meaning the first line is at the bottom, don't know why??!!

please help,

Thanks anyway

Edited by ramydarkness
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.