Terrow Posted September 17, 2014 Report Share Posted September 17, 2014 Okay, I must be missing something because I went through hoppahs tutorial 100 times and still can't figure it out. My models go in the game fine, lights work, commands work yada yada. Whenever I go to check the Name, Purpose or Tooltip I just get "ID_NAME_MyunitID" etc. Nothing that I filled out is in there, just that. What could I be missing? I already compared my current scripts to the rest and they're perfect. portraits <strings><string name="ID_PORTRAIT_NYSPT">NYSP Taurus Lightbar</string><string name="ID_PORTRAIT_ECSOE">Erie County SO Explorer</string> infotexts <string name="ID_NAME_NYSPT">NYSP Taurus Lightbar</string><string name="ID_PURPOSE_NYSPT">test</string><string name="ID_TOOLTIP_NYSPT">NYSP Taurus Lightbar</string><string name="ID_NAME_ECSOE">ECSO Explorer</string><string name="ID_PURPOSE_ECSOE">test</string><string name="ID_TOOLTIP_ECSOE">ECSO Explorer</string> My Unit ID is the same on both. Quote Link to comment Share on other sites More sharing options...
The Loot Posted September 17, 2014 Report Share Posted September 17, 2014 Three files total: Portraits and Infotexts under the Lang folder, and Portraits under the Specs folder. The last one is probably where you still need to add/change things. Quote Link to comment Share on other sites More sharing options...
Terrow Posted September 17, 2014 Author Report Share Posted September 17, 2014 Three files total: Portraits and Infotexts under the Lang folder, and Portraits under the Specs folder. The last one is probably where you still need to add/change things.Nope, have that assigned already, unless I did it incorrectly. Quote Link to comment Share on other sites More sharing options...
EmC-Unit Posted September 17, 2014 Report Share Posted September 17, 2014 In case all other texts are fine, check in unit.xml for erors Quote Link to comment Share on other sites More sharing options...
Terrow Posted September 17, 2014 Author Report Share Posted September 17, 2014 In case all other texts are fine, check in unit.xml for erors Only thing I changed was the Unit ID and price of the car. Everything works fine in game, the money that it costs to buy comes out fine, the units that are attached to it show up fine. Only the descriptions are messed up. Quote Link to comment Share on other sites More sharing options...
Hoppah Posted September 18, 2014 Report Share Posted September 18, 2014 You probably forgot to edit/add metastrings.xml which directs the mod to the right language files. Quote Link to comment Share on other sites More sharing options...
Terrow Posted September 18, 2014 Author Report Share Posted September 18, 2014 You probably forgot to edit/add metastrings.xml which directs the mod to the right language files.I tried switching it around, deleting the en folder then trying. Does this look wrong? Quote Link to comment Share on other sites More sharing options...
Hoppah Posted September 18, 2014 Report Share Posted September 18, 2014 Eww windows 8 Compare the metastrings file with the one in the LA Mod, NYC Mod or US Army mod and you probably know what u gotta do. The files that are present in your language folder need a path change in that metastrings file. For example: <file name="mod:Lang/en/infotexts.xml" /> in case yours is located in the "\Lang\En\" folder in your mod. Quote Link to comment Share on other sites More sharing options...
Terrow Posted September 18, 2014 Author Report Share Posted September 18, 2014 Eww windows 8 Compare the metastrings file with the one in the LA Mod, NYC Mod or US Army mod and you probably know what u gotta do. The files that are present in your language folder need a path change in that metastrings file. For example: <file name="mod:Lang/en/infotexts.xml" /> in case yours is located in the "\Lang\En\" folder in your mod.It came pre-installed Yeah, I'll download one and see what's wrong with it. Thank you all Quote Link to comment Share on other sites More sharing options...
Terrow Posted September 18, 2014 Author Report Share Posted September 18, 2014 It's because I didn't capitalize the L in Lang.... my life.. Quote Link to comment Share on other sites More sharing options...