-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
EgoLeX edited this page Jul 12, 2018
·
10 revisions
Now you are ready to create your own launcher for your OMSI2 Map.
- now start Eclipse Oxygen (or any other eclipse version)
- import the downloaded "OmsiMapLauncher" Project into Eclipse
File -> Import -> General -> Existing Workshop into Project -> Select Root Directory (select the OmsiMapLauncher directory) - add the downloaded common-io api to the project. For this add it into it by open the following:
"rightclick on projects folder in eclipse" -> properties -> Java Build Path -> Add external JARs
and choose their the downloaded common-io jar file.
Now is the Project in your Package Explorer available.
First off all we need the following files:
*config.java
*and stringlist.properties
The stringlist is the easiest part. Change the available String into your preferred language or edit the existing strings. The config.java is a little bit more complex and will be more described in the next Tutorial ...
<- Previous Step || Next Step ->
Any further questions? Contact me via Email: [email protected] (English or German!)