A Quality-of-Life, MSCLoader mod for the My Summer Car game.
- Visual Studio 2022 setup with MSCLoader
- Steam copy of My Summer Car installed with MSCLoader
- Set environment variable
STEAM_APPS_COMMON
for your user. This is used by:- Visual Studio project to find project references (
.dll
) inside the game folder - Post-build script to copy mod build file to Mods folder (assumes MSCLoader Mods folder is in game install) Example value:
- Visual Studio project to find project references (
C:\...\Steam\steamapps\common
- Open the Visual Studio solution file
Don't want to watch a video just to know where exactly the bolts of a specific part are located? Maybe you just find it hard to see them among lots of pieces and awkward crouching or leaning? Or you just want to unbolt something quickly? Then this mod is for you.
This mod displays little semi-transparent spheres as indicators, which can be seen from behind objects, at each bolt of the part you are looking at are.
- Look at a car part and visualize where the bolts are:
- Toggle indicators using Shift+G
- Change the style of the indicators such as size and color
- Toggle between indicators showing up only in tool mode or not
- Does not work with every part. Due to how bolts are coded or behave within certain parts, the indicators may not appear when looking at them. I have not tested every part, especially late-game ones.
- Does not work with most already bolted wheel-related parts. (wishbones, breaking discs, coils, etc) However, if you fully unbolt all bolts of that part, they should show up.
- Some parts may not work immediately, but if you look at the bolt of that part, the indicators will appear (check subframe example image)
- For some parts, or when looking at some parts from certain angles, indicators will show up for multiple parts, and may overlap.
- Display Bolt Sizes by AToxicNinja: Inspiration for this mod
- Developer Toolset II by Fredrik: Made modding this game bearable
- MSCLoader by piotrulos: Great documentation