i cant find .le_strings

Hi, I want to add some unlockables but then i need a .le_strings file (i think its called that) but i can't find them :(
thank you for help
 
i mean that if i add a new unlockable (like a new upgrade so you dont get damage from bullets) in unlockbales.xtbl it wont appear in the HUD (phone) upgrade list and i think that i need hud_us.le_strings for that orsomething :) just like the more super power upgrades it has hud_us.le_strings orsomething and because of that i can see the unlockables in the phone o_O
 
Just taking a random stab here;

I dont suppose they could be in interface.vpp? Or the preload_interface.vpp (not even sure of this one exists)

Just a random guess worth a look if you havent already :)
 
string files are only for in-game text. They wouldn't prevent an item from showing up or unlocking. You have deeper problems.
 
If you want the normal english strings for the Hud they are here but the game uses other strings in game to cant rember where they are but here are the english hud strings, and as Idol said if they are not showing up at all then the ishue is not to do with the strings you should have a blacked out entry where you are adding in somthing new it will show up in game fine just have no text thats what strings are for :)

I got them all without hash values asinged from Hoeward a while back as hes cool like that :D, so if you wish to add any support for other lang let me know, but first you might wana get the other ishues sorted :p
 

Attachments

  • hud_us.txt
    86.3 KB · Views: 348
hey another question, I added a upgrade and it works now, and i see them in the upgrade list :) but the strings are still not working
i tried to put them as a normal text file and as .le_strings in my saints row 4 folder but when i do it as text file it isnt working and if i do as .le_strings my game crashed and says that i'm already running saints row 4 help plzz :)
 
hey another question, I added a upgrade and it works now, and i see them in the upgrade list :) but the strings are still not working
i tried to put them as a normal text file and as .le_strings in my saints row 4 folder but when i do it as text file it isnt working and if i do as .le_strings my game crashed and says that i'm already running saints row 4 help plzz :)
They need to be in .le_strings to work and it sounds like you have done them rong or made an error like having a double entry I done this before and was 100% I had it all right checked loads and totaly over looked a bit of code used twice in row, best thing is start again make sure you take your time then re pack to strings then try again :)
 
Back
Top