Changes

Jump to navigation Jump to search

Documentation/Engine/Game data

259 bytes added, 12:57, 8 March 2016
Company definitions
Companies are entry and exit places on map for player missions (e.g. trailer delivery). So when defining new company make sure to include it in company storage file "'''/def/company(.infix).sii'''" otherwise company won't appear in the game.
Company definition folder with included company "'''<company_namecompany_name_1>'''" would look like:
<div class="folder_structure">
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=def|link=#Definitions}}
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=company|mark_current=1}}
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=<company_namecompany_name_1>}} ''Folder defining company data, named same as it's corresponding company data file.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=editor}} ''Folder containing definitions for cities in which this company exists and which prefab will be used for it.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=in}} ''Folder containing SII files for cargoes this company accepts.'' └{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=out}} ''Folder containing SII files for cargoes this company is shipping out.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=<company_name_2>}} └{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=...}} ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=...}} ''Rest of the folders defining other companies data.'' ├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=<company_namecompany_name_1>.sii}} ''File defining company: name, trailer look and sounds.'' ├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=<company_name_2>.sii}} └{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=...}} ''Rest of companies definitions.''
</div>

Navigation menu