Community Forum

Strobe Light Scripting Help

Forum Overview >> Scripting

CategoryScripting
Created12.09.2017 23:05


David Devaun (DeVoNC) 12.09.2017 23:05
I have been working on converting a Fire Truck(I know, this is Farming Simulator not Fire Simulator) from FS15 to FS17 and have struggled to get it working. I believe that I have everything converted over correctly, but can't get the truck to show up in the game. I was wondering if someone could help me with a issue that shows up in the log. I have triple check the XML files several times and can't find the error. Below is the data from the log, along with a link to the files and error log. I have asked for help on several forums, with lots of responses, but none of the recommendations have helped. Any help would be greatly appreciated.

Error Log Snip-its:
Load mod: MCFR_Engine_201 (Version: 1.0.0.0)
Register vehicle type: MCFR_Engine_201.piQup
Error: C:/Users/DeVo PC2/Documents/My Games/FarmingSimulator2017/mods/MCFR_Engine_201/MCFR_Engine_201.xml. type. .
Error: No storeData found in 'C:/Users/DeVo PC2/Documents/My Games/FarmingSimulator2017/mods/MCFR_Engine_201/MCFR_Engine_201.xml'. StoreItem will be ignored!

Link to files & Error Log: https://www.dropbox.com/sh/4vr8ho63z4795iu/AAAwT7KTC3BiFkkGVqjWWkjea?dl=0

Emil Drefers (Unknown) 13.09.2017 07:13
Hi,

avoid starting comments with
<!---
That's one '-' too much

Also ending comments with
--->
is not really valid.

Also
inputName==
is no good.

Eventually that's all what's wrong in the xml file.

Cheers,,
Emil


David Devaun (DeVoNC) 20.09.2017 15:54
Hi Emil,

I appreciate your feedback. I made the corrections to the multiple '-' marks that you indicated. However, I'm not sure I understand the comment about 'inputName= is no good.' If you could provide more clarity on this, I would appreciate it. Is there specific scripting word that I should use instead? Please let me know.

Thanks,
David

Emil Drefers (Unknown) 26.09.2017 10:10
Hi,

seems like there was a '=' too much.
That's all

Cheers,
Emil


Note: Log in to post. Create a new account here.