Jump to content

GTAVC:DE GXT to Locres Conversion Tutorial & Documentation


Recommended Posts

Figured I'd turn this into a topic so it doesnt get lost

 

unknown.png?width=1246&height=701

 

I've wrote down as many of the new button and hud icon syntax as I can find for Vice City found below you'll need these to make your mod text nice and pretty.

 

this should work for SA and III but I haven't Documented the new Syntax

 

Spoiler

BUTTONS
::ACCEL::
::ASCEND::
::ATTACK::
::BRAKE::
::BUY::
::BUY2::
::CAMERA::
::CAR::
::DESCEND::
::DOOR::
::DROPBOMB::
::EXIT::
::EXITCAM::
::FIRE::
::FIREVEH::
::HANDBRAKE::
::HORN::
::LEFT::
::LOOKLEFT::
::LOOKRIGHT::
::LOCKON::
::MENUOK::
::MOUSEFLIGHT::
::MOVEAROUND::
::MOVEUP::
::MOVEDOWN::
::MOVELEFT::
::MOVERIGHT::
::NEXTRADIO
::NEXTWEAPON::
::PHONE::
::PREVRADIO::
::PREVWEAPON::
::RADAR::
::RIGHT::
::SAVE::
::SPRINT::
::SUBMISSIONS::
::SWAP::
::TANKLEFT:: 
::TANKRIGHT::
::JUMP::
::VEHB::
::WEAPWHEEL::
::WHEELIE::
::ZOOMIN::
::ZOOMOUT:


HUD ICONS
::*hud_gun::
::*hud_tshirt::
::*hud_property::
::*hud_radar_lawyer::
::*hud_hardware::
::*hud_radar_strip::
::*hud_radar_save::
::*hud_radar_phil::
::*hud_radar_kent::
::*hud_radar_diaz::
::*hud_radar_cortez::
::*hud_radar_biker::
::*hud_radar_avery::
::*hud_radar_north::
::*hud_radar_centre::
::*hud_phone::
::*hud_tommy:: 
::*hud_spray::
::*hud_sunyard::
::*hud_printworks::
::*hud_lovefist::
::*hud_kcabs:: 
::*hud_icecream::
::*hud_haitians::
::*hud_filmstudio::
::*hud_cubans::
::*hud_club::
::*hud_boatyard::
::*hud_bikers::
::*hud_arrow::

Differences in the DE

all radio icons are either missing or have new names i could not figure out.

gxt line "Potion" which reads "you have drank a magical elixir and have turned into FRANKENTOMMY " from the android release is still present

the text box now auto resizes its self if there's too much text, though not always ideal as it can be very tiny

 

Well enough background work lets get started!

 

download UnrealLocres.exe

drop the exe into a folder you can easily get to

this tutorial relies on you understanding the windows command line interface.

 

open CMD and CD to the directory you moved UnrealLocres.exe

 

extract the CSV by entering the command

UnrealLocres.exe extract "x:\your path to VCDE Extracted pack contents\Localization\GTAVC\Game\en\Game.locres" 

 

it'll extract the info to a csv table next to UnrealLocres.exe, next open that file in google spreadsheets

now to my current knowledge adding new lines just doesn't work so we need to edit Pre-Existing text we cant edit the text directly though we need to make the changes in Table C

 

it'll look something like this

unknown.png

 

now we need to compile the new Game.locres so back in CMD we enter this line

 

import UnrealLocres.exe import "x:\your path to VCDE Extracted pack contents\Localization\GTAVC\Game\en\Game.locres" Game.csv [-f{csv}]

 

this will drop a new file next to your Game.locres in "x:\your path to VCDE Extracted pack contents\Localization\GTAVC\Game\en\"

the new file will be named Game.Locres.new

 

copy that to your new pak file making sure the directory looks the same and build your pak.

 

Congratulations you have customized the new text format for VC DE!

 

 

Bonus:

You can add custom fonts by simply downloading a TTF opening it in unreal engine, clicking yes on make a font, hit cook and copy and rename the cooked file to the one you want to replace in

\yourmod\Gameface\content\common\fonts and build the pak

 

unknown.png?width=1246&height=701

  • Like 2

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
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

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