Jennawright Posted November 15, 2021 Share Posted November 15, 2021 Figured I'd turn this into a topic so it doesnt get lost 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 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 Wannted Reneggade and -Anti- 2 Link to comment https://gtaforums.com/topic/977510-gtavcde-gxt-to-locres-conversion-tutorial-documentation/ Share on other sites More sharing options...
pavelbarretov Posted November 16, 2021 Share Posted November 16, 2021 Man, how to extract Game.locres, for example, from the Russian localization? Link to comment https://gtaforums.com/topic/977510-gtavcde-gxt-to-locres-conversion-tutorial-documentation/#findComment-1071725892 Share on other sites More sharing options...
Jennawright Posted November 23, 2021 Author Share Posted November 23, 2021 On 11/16/2021 at 6:35 AM, pavelbarretov said: Man, how to extract Game.locres, for example, from the Russian localization? just use ru folder instead of en folder Link to comment https://gtaforums.com/topic/977510-gtavcde-gxt-to-locres-conversion-tutorial-documentation/#findComment-1071733042 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now