Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
So basically what you are saying is everything has to be lowercase. Example I found: needle.projectile and Needler.weapon the Needler should be needler, correct? Sorry I've never done this before, just don't want to screw anything up.
the upper/lower case thing shouldnt be an issue with anything that is default content like smoke effects and the like, i would focus on the weapons and look for differences in the file names of the UNSC flood and covenant stuff and expand your search from there if those are not the culprits. Most likely it will be in my referencing within the .weapon files of the halo stuff so ref=m4a1 when the file is named M4A1. check all the .weapon .xml files and then the faction armories and primary/secondary files to make sure all the references to the items are uniform that should work in theory if not it could be a much larger issue, let me know if you need any more help!
<sound key="fire" fileref="Rocket_Launcher_shot.wav" />
After searching through the "sounds" folder, I couldn't find a Rocket_Launcher_shot.wav nor could I find an uncapitalized version. Is this a problem?
<model filename="rocketlauncher.xml" />
And I will now start focusing only on weapons and the referenced model filenames. Hopefully I didn't screw anything up xD.
the Log will tell you how far the game got before it was forced to exit the boot, so finding that will save us all hours of work if you could!
once you find your crash log, scroll to the bottom and then work your way up until you find 15% and the last item it tried to load is the culprit!
weapon:Plasma Rifle Flood
loading projectile in Plasma_bullet.projectile, path=
CHECK: projectile element not found
!!!EXECUTION HALTED!!!
pretty sure I changed that, but oh well. I'll go back and fix it. Now that I found the crash log, this will be much easier. I will check back when I have more info.