Mod Project

This is the base for everything that is built in Mods Studio 2. Mod project determines what game the created mod is for and what output it will produce. 


 

Properties

Property Name Optional Description / Notes
ProjectName No  
ProjectInternalName Yes  
ProjectDescription Yes  
ProjectImage   Yes  
ProjectBaseFolder No  
ProjectExportFileFilter   Yes  
TemplateLocation No  
ModTemplates   Yes  
MS2LibraryVersion   Yes  

 

Example

<Project> 
	<ProjectName>Example Project</ProjectName> 
	<ProjectInternalName>example_project</ProjectInternalName> 
	<ProjectDescription>Mod project for an imaginary game</ProjectDescription> 
	<ProjectImage>header.jpg</ProjectImage> 
	<ProjectBaseFolder>.\Data\ModProjects\Example\</ProjectBaseFolder> 
	<ProjectExportFileFilter>Test files (*.test)|*.test</ProjectExportFileFilter> 
	<TemplateLocation>.\Templates\</TemplateLocation> 
</Project>

Available Mod Projects

ScsProject

Intended for SCS Software game Euro Truck Simulator 2 and American Truck Simulator.

Comments

Leave a comment

Please note that we won't show your email to others, or use it for sending unwanted emails. We will only use it to render your Gravatar image and to validate you as a real person.