Skip to content

Commit 900fecc

Browse files
authored
Merge pull request #1 from Kevin0M16/v1.6
v1.6 for CMS 1.6.2.1
2 parents 2136b40 + e0d23f2 commit 900fecc

File tree

10 files changed

+728
-475
lines changed

10 files changed

+728
-475
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Swiss-Selector CHANGELOG
2+
3+
## V1.6 for CMS 1.6.2.1 (DEC 25 2019)
4+
- Resized windows and added tabbed navigation
5+
6+
## V1.5 for CMS 1.6.2.1 (MAY 2019)
7+
- Same Swiss Selector, just updated dll for CMS 1.6.2.1
8+
9+
## V1.5 for CMS 1.6.2
10+
- Added a new compact view mode - Mini Mode can be selected at: File --> Mini Mode, Closing in Mini Mode Saves this preference.
11+
- You can now select your spawncar location either Garage Entrance 1 or Paintshop at: Prefererences --> Spawn Options --> Spawn Car Locations
12+
- Removed the delete car ability, this caused many errors
13+
- Updated icon on top left of Window.
14+
15+
## V1.4.1
16+
- Added ability to set license plates on Spawncar and Fixed bug that deleted car when deleting barns
17+
18+
## V1.4
19+
- New button to launch CMS2018
20+
-Fixed junkyard generator - if you use it, be patient, it will load but takes a few.
21+
- Ability to delete a car at garage entrance 1
22+
- Ability to delete all barns with shift + delete
23+
- Ability to set a preference to skip the Intro
24+
- Ability to set a preference to spawn a car with or without all parts examined
25+
26+
## V1.3
27+
- Added entire car is examined and part is examined. Fixed some file locating issues
28+
29+
## V1.2
30+
- On first startup, tool now prompts to create ini files and comboboxes are greyed out
31+
- Added a select under File to delete all files created by tool
32+
33+
## V1.1
34+
- Added small image preview of mod cars and added 24 cars to junkyard

README.md

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,28 @@
1-
<img src= "SwissSelector1.5_big.png"/>
2-
<img src= "SwissSelector1.5_mini.png"/>
1+
<img src= "SwissSelector1.6_big.png"/>
2+
<img src= "SwissSelector1.6_mini.png"/>
33
<link rel="shortcut icon" type="image/x-icon" href="ss3.ico">
44

55
# Swiss-Selector
66
CMS 2018 Mod
77

88
Swiss Selector is a tool for Car Mechanic Simulator 2018. It uses a modded version of the original dll file.
99

10-
## Download
10+
## Download - Update V1.6 for CMS 1.6.2.1 (DEC 25 2019)
11+
12+
New Look! Resized windows and added tabbed navigation
1113

1214
<pre> <a href="https://github.com/Kevin0M16/Swiss-Selector/releases/latest/download/Swiss-Selector.zip"><img src="https://img.shields.io/badge/dynamic/json.svg?label=download&url=https://api.github.com/repos/Kevin0M16/Swiss-Selector/releases/latest&query=$.assets[0].name&style=for-the-badge" alt="download"/></a></pre>
1315

1416
<!--<a href="https://github.com/Kevin0M16/Swiss-Selector/releases/latest/download/Assembly-CSharp-firstpass.dll"><img src="https://img.shields.io/badge/dynamic/json.svg?label=download&url=https://api.github.com/repos/Kevin0M16/Swiss-Selector/releases/latest&query=$.assets[0].name&style=plastic" alt="download"/></a></pre>
1517
<a href="https://github.com/Kevin0M16/Swiss-Selector/releases/latest/download/Swiss.Selector.exe"><img src="https://img.shields.io/badge/dynamic/json.svg?label=download&url=https://api.github.com/repos/Kevin0M16/Swiss-Selector/releases/latest&query=$.assets[2].name&style=plastic" alt="download"/></a>-->
1618

1719
### Optional:
18-
<pre> <a href="https://drive.google.com/open?id=14KZkmiyXTpEYJoY10v_utPYAD3ZMWK3U"><img src="https://img.shields.io/badge/Download-Original Cars PNG files-<COLOR>.svg"/></a><br /> Note: extract Cars directory anywhere under steam folder</pre>
19-
20-
## Update Notes
21-
22-
* **Updated 1.5 for CMS 1.6.2** --
23-
* Same Swiss Selector, just updated dll for CMS 1.6.2
24-
25-
* **Updated to 1.5** --
26-
* Added a new compact view mode - Mini Mode can be selected at:
27-
* File --> Mini Mode, Closing in Mini Mode Saves this preference.
28-
* You can now select your spawncar location either Garage Entrance 1 or Paintshop at:
29-
* Prefererences --> Spawn Options --> Spawn Car Locations
30-
* Removed the delete car ability, this caused many errors
31-
* Updated icon on top left of Window.
32-
33-
* **Updated to 1.4.1** -- Added ability to set license plates on Spawncar and Fixed bug that deleted car when deleting barns
34-
35-
* **Updated to 1.4** --
36-
* New button to launch CMS2018
37-
* Fixed junkyard generator - if you use it, be patient, it will load but takes a few.
38-
* Ability to delete a car at garage entrance 1
39-
* Ability to delete all barns with shift + delete
40-
* Ability to set a preference to skip the Intro
41-
* Ability to set a preference to spawn a car with or without all parts examined
20+
<!--<pre> <a href="https://drive.google.com/open?id=14KZkmiyXTpEYJoY10v_utPYAD3ZMWK3U"><img src="https://img.shields.io/badge/Download-Original Cars PNG files-<COLOR>.svg"/></a><br /> Note: extract Cars directory anywhere under steam folder</pre>-->
4221

43-
* <i>**Updated to 1.3** -- Added entire car is examined and part is examined. Fixed some file locating issues</i>
44-
* <i>**Updated to 1.2** -- on first startup, tool now prompts to create ini files and comboboxes are greyed out
45-
Added a select under File to delete all files created by tool</i>
46-
* <i>**Updated to 1.1** -- added small image preview of mod cars and added 24 cars to junkyard</i>
22+
Original Car png's now included in the zip file above.
23+
24+
## Change Log
25+
* [Changelog](https://github.com/Kevin0M16/Swiss-Selector/blob/master/CHANGELOG.md) - For viewing version history.
4726

4827
## Features
4928
* Custom key mapping
@@ -91,15 +70,16 @@ The current version of Swiss Selector requires Car Mechanic Simulator 2018 versi
9170
3. Backup your dll file: Assembly-CSharp-firstpass.dll in the \Managed Folder<br />
9271
4. Place Swiss Selector.exe in Steam\steamapps\common\Car Mechanic Simulator 2018\cms2018_Data\Managed folder<br />
9372
5. Replace Assembly-CSharp-firstpass.dll with the dll from this repository<br />
94-
6. Create a shortcut to Swiss Selector.exe and place it on your desktop<br />
73+
6. Create a shortcut to Swiss Selector.exe and place it on your desktop<br />
9574
7. Remove any existing ini files from the \Managed directory<br />
9675
8. Run Swiss Selector.exe<br />
9776
9. When prompted, build swiss.ini and keys.ini note: Swiss Selector must be in \Managed folder!<br />
9877
10. If all fields populate then continue, otherwise manually select \Managed folder under File<br />
9978
11. Check if the car names have populated on the left. If car names listbox is empty, click Advanced\manually select \Managed location and Select your root directory of all your car files.<br />
10079
12. Now you can select your car to spawn, money and xp amounts, and key mapping. Be sure to save your key bindings!<br />
10180
13. Leave Swiss Selector Open and then Open CMS 2018. Action keys are listed on Main Form.<br />
102-
14. Enjoy!<br />
81+
14. Move the Cars directory anywhere under the Steam\ folder to get a preview of the stock cars. (Now included in zip file)
82+
15. Enjoy!<br />
10383

10484
## Default Key Functions
10585

@@ -151,4 +131,5 @@ This project is licensed under the MIT License - see the [LICENSE](/LICENSE) fil
151131
## Acknowledgments
152132

153133
* Thanks to the people of the Car Mechanic Simulator Modding forum on Steam
134+
* [Steam Community](https://steamcommunity.com/app/645630/discussions/1/1680315447982713687/) - CMS mod forum thread
154135

Swiss Selector/Swiss Selector/About.Designer.cs

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)