My Summer Car Wiki
Advertisement

This page shows you how to mod textures, models and sounds in My Summer Car.

Plate

New license plate texture.

Even though the game doesn't have official modding support, there are some textures that you can change without additional programs, as well as adding your own music. For more advanced modding you can use the Unity Asset Explorer to export and import assets out of the game to modify them.

For the Steam version, the game files can be found from *steam_install_directory*\steamapps\common\My Summer Car\

Importing Custom Music 

The radio is only compatible with .ogg files. Placing the files in the "Radio" folder will allow the music to play after pressing the "Import Music" from the main menu and tuning into the right Radio Station. Be sure to change the name of the files to "track1.ogg, track2.ogg and track3.ogg" etc, Theres a limit of 99 songs.

Once done, enable the Import of player songs on the game's start menu.

You can also use custom songs in CDs.

Changing Default Images

In the "Images" folder you can change your drivers license photo, the "Custom paint made by artist" and the rear window stickers for the Satsuma, your garage flag, the posters in your room and Jonnez ES skin.

NOTE: Make sure all the files are saved as .png's or they will not show in-game, keep the original file name.

Garage Flag

Garage flags must be named flag_garage.png

Posters

Posters must be named poster1.png, poster2.png and poster3.png respectively

Car Skin

A lot of Satsuma skins can be found at the /r/MySummerCar Satsuma skin thread. You can also make your own skins by using the templates below.

Car skins must be named car.png

Car Window Sticker

After Steam update 13.03.17 you no longer have to use UAV to mod window stickers!

Window stickers must be named window_sticker.png

Jonnez ES Skin

Jonnez ES skins must be named jonnez.png

Texture Editing

Use this guide to edit texture that aren't changeable by default, you will need UAE and software able to edit DDS textures. Paint.net is a good free option, GIMP and Photoshop both require a free plug-in to edit DDS files.

Using Unity Asset Explorer, select "Open Assets-file" and open an .assets file (sharedassets1, 2 or 3 for the latest version, 1 or 2 for pre-13.03.17 builds, 0 or 1 for pre-08.11.16 builds). After the load is done, right click on the file you want to extract and select "Extract This File". All texture files will be type "Texture: 2D". Your extracted file will be found in a folder next to UAE's executable corresponding to the asset file name. To import it back, right click the file in Unity Asset Explorer and select "Import this file from DDS". After you are done, select "Save assets-file" and overwrite the .assets file.

You can enable DDS preview to help you find the correct textures from the right.

The DDS files are upside down, so either deal with it or when loading the file to photoshop select "Load Flipped Vertically" and then when saving "Save Flipped Vertically". When saving an edited DDS file; make sure 'Generate MIP Map' is enabled, as it is disabled by default on some software.

Notes for texture-editing

  • DXT5 files have an additional monochrome alpha channel for transparency hidden with the RGB channels.
  • Textures ending in "_spec" are specular maps which are used to set how reflective/shiny something is.
  • Textures ending in "_emission" are used for glowing surfaces, like lights and screens.
  • Some texture replacements work with quit & continue, some need you to close the game completely.
  • UAE doesn't work with ARGB4444 or RGB565 textures. Try UAV, however this can cause texture bugs.

Sample textures

Motorparts atlas colourguide

Visual guide to motorparts_atlas texture.

You can find an Imgur album with some rather quick and crude example changes here.

Niche mod examples can be found here , with an imported flair. (Sli.mg broke, here's an image dump from the album)

Model Editing

Extracting and importing models is quite complicated, this guide will reference using Blender but it's fully compatible with 3DS, Maya, or any other software that can import and edit .obj files. There's plenty of online resources if you're new to model editing and want to learn.

General knowledge of 3D modeling is recommended. Including: How to set a UV Map, naming an object, editing nodes and Normalizing/Smoothing/Dissolving/Triangulating objects. If you only want to lightly edit an object and not create a new model, naming and general editing is all you really need.

Software use is UABE, Unity 5.4 (Unity Personal) and UAE - Knowledge of UAE is recommended.

To avoid flooding this page with images, check this guide here as it's got many. Full credit to Roman Evgenev for the linked images.

Extracting the Model

You'll need Unity Assets Bundle Extractor. Select File -> Open -> sharedassetsX.assets (X = 1, 2 or 3). From here a new window will open with a long list of all the assets, sorted by their type. The search function can be found under View -> Search by Name, your item must be spelled perfectly though so it's recommended to use UAE to find the model, then copy the name into UABE's search.

All models are Type: Mesh, select the item's name and click 'Plugins' on the right, then 'Export to .obj'. Save it anywhere outside of the games folder. Some in game items use multiple models to create an object (for example, wheels and tires are a separate mesh).

Editing the Model

Example blender

Blender with example Dice replacement

Import your newly extracted .obj into your favorite editing software, for blender this is File -> Import -> Wavefront (.obj). Remember to delete that daft cube first though (you'll see what I mean). Once your item is in, feel free to edit the object, here's Blenders guide page if you're stuck or new to Blender. You must create a UV map if you're making a completely new model, make sure it's the same resolution as the original models texture and saved as the originals name.

Using the smooth function will make sure your texture looks nice, remember to normalize all the nodes to avoid transparent textures (unless this is your aim). Unity uses triangular faces, so if you're creating new faces as squares, use Blender's triangulate function as it'll do a better job than Unity turning squares into two triangles.

Once you're happy with the new model, use File -> Export -> Wavefront (.obj) to save over the old model.

Importing the Model

This is the hardest part, it's silly how long-winded the technique is. Brace yourself!

Create a new blank scene in Unity Personal, then go find the Assets folder for this new scene in Windows Explorer. Copy your new model .obj into this Assets folder, you will now see the model in Unity's assets section, drag the model onto the scene. Click File -> Save Scene... And save it. The name and location do not matter. Now click File -> Build Settings... A new window will open, leave everything as it is and click 'Build'. Save the .exe anywhere, the name doesn't matter, the folder that opens up when complete will have your *SceneName*_Data folder inside. Inside that _Data folder will be your scene's sharedassets0.assets file, just like My Summer Car has one.

Now go back to UABE and open up your new assets0 file, there will be a model inside, it's your new model! Highlight it and click "Export Raw", save the .dat file as the models name. Now re-open up My Summer Car's Assets file from before and highlight the model you want to replace, click 'Import Raw' using your .dat file. Now click File -> Save and save the assets file as anything EXCEPT it's original name (stick an X on the end or something).

Example model edit

In game mod example

Now, using Windows Explorer, cut the original assets file from MSC's Data folder and replace it with your new re-named assets file, get rid of that X on the end so it's the same name as the original.

If all has gone to plan your new model will be in game!

If you've made a new model or edited the UV Map (texture) then you'll need to use UAE to replace the original game's texture with the updated one (See texture editing above).

Issues

  • If your model has texture artifacts, try normalizing the nodes or checking the resolution of your new texture.
  • If your model has weird lines all over, try using Limited Dissolve and make sure your item is Triangulated in Blender/3Ds/Maya. Can't help to normalize the model either, normalizing solves many issues.
  • If your texture is missing a random section of the model, it maybe cause you've extruded a section or added a new section to the model and the UV map is ignoring it. Try re-assigning/creating a UV Map for the new model, it should find the bald spots.
  • When you make a change to body panels or other deformable items, you may need to delete the meshsave.txt from your AppData folder. It's under %AppData%/Amistech/My Summer Car
  • Updates for MSC often re-arrange the contents of the .assets files, a mesh previously in assets2 may now be in assets3.

Audio Editing

A fantastic guide is available over on RaceDepartment. Full credit to ajanhallinta for his wonderful work.

To avoid making this page any bigger, use the above guide. Feel free to ask questions on here or at racedepartment regarding Audio Editing.

Issues

  • Make sure your new edited .resource file is in the _Data folder next to the assets files and that M-Source is spelled exactly correct (including .resource on the end).
  • It's common that the executable builder will give errors, that part isn't necessary unless you want to release your mod to the public easily. Click 'Save' instead, save as sharedassetsX.assets, remove the original assets file and rename your saved assets file as the original was.

Downloads

Type File Creator Description Screenshots
Parts Clean Satsuma (requires login) Glien No rust/clean parts SS1, SS2, SS3
Motor Yellow Engine Paint (outdated) RAD32X Yellow Cover/Block/Filter -
Lights TrackTape Headlamps Some sort of username Crossed tape headlamps. SS1, SS2
RegPlate 'TIS-51' Reg plate JohnEdwa TIS-51 plate from Napapiirin Sankarit SS1
Misc Cleaner Windows V1 JohnEdwa Greatly reduces the amount of dirt and scratches in the windows. SS1
Dice Fluffy Fox Dice Some sort of username Replace those drab dice with fluffy foxes SS1
Wheel

Skin

Momo Rally Wheel MicrowaveOven♔ Momo steering wheel skin for rally wheel SS1
Wheel skin Nardi Wooden Wheel RAD32X Wooden rally steering wheel SS1
Plugin Developer Toolkit zamp A toolkit to read and tweak game logic/variables x
Tire skin Dirty Gobra tires Some sort of username Dusty Finnish gravel on worn tires SS1, SS2

More texture and model modifications can also be found on RaceDepartment's MSC Mod section

Tools

Type File Creator Description Screenshots
Backup MSC Save/Load Auksasful Backs up and saves multiple saves SS1
Editor MSCeditor

[1]

durkhaz My Summer Car savegame editor SS1
Explorer UAE Haoose Unity Assets Explorer 1.6 (Recommended)

DXT1, DXT3, DXT5 Compatible

SS1
Explorer UAV Alex Sadonis Unity Assets Viewer

ARGB4444, ARGB32 Compatible

SS1
Explorer UABE DerPopo Unity Assets Bundle Extractor

Model and Audio extraction

SS1
Editor Unity - Ver. Archive UT SF Unity Personal - Ver. 5.4.x confirmed working x
Editor Blender SBF Blender Free model editor SS1 SS2
Plugin Loader MSC Mod Loader piotrulos Mod Loader for My Summer Car x
Plugin

Loader

MSC Mod Loader Pro MSCLoader Pro Team Mod Loader for My Summer Car x

General FAQ and other Issues

  • Error Wrong Size DDS: Make sure you have MIP Maps enabled and the texture is the correct TYPE (usually DXT1 or DXT5), also that you haven't accidentally resized the canvas. Rarely a texture will have no MIP Maps so try with them disabled too (usually with textures like repair shop orders, inspection paper and car parts magazine...) .
  • Transparent Texture: This can happen if a DXT5 DDS opens in your editor as the Alpha Channel, usually in a program like Paint.net. You can solve this by using programs like DXTBmp with Paint.net or try another image editing software.
  • Texture upside down: You forgot to flip the canvas back round! DDS' are flipped by default, save them upside down.
  • White marks on body: Even with rust removed, the metallic sheen texture has the rusk marks overlaying the body, causing white marks in sunlight. Edit the body_metallic.text (sharedassets1) to be a solid black texture. For a metallic effect without singling the Alpha, make it an opaque black; lighter = more metallic.
  • Missing texture on edited model: If you changed a model in game, but the texture is wrong, it's because your model isn't tagged to the correct UV map. Create a new UV map with your chosen texture, make sure it's the same resolution as the game's original model. You'll then need to re-name and insert your new UV map as whatever the original model's texture was using UAV.
  • Texture turns white at distance: This could be caused by using UAV. Only use UAV for ARGB# files and use UAE for other textures.
  • Your Unity assets won't open in UABE: This is usually caused by using Unity 5.5.x, try using Unity 5.4.x from here . Your version of UABE may also have an effect, always use the latest.
  • Your assets2 files have broke: A recent steam update moved some files out of assets2 and into a new assets3. Create a new sharedassets3 folder in UAE's exe location and move the affected files there.
  • Error building executable: UABE's executable builder is rather rickety, there's a high chance it will fail. Try reloading the application, or skipping this part if you don't with to publicise your mod.

Updates

As of Steam Update 08.11.16 the location of textures in sharedassets has changed, the update will have replaced your modified textures with the original game ones. Be wary of this for future updates.

As of Steam Update 13.03.17 the location of some sharedassets2 textures have been moved to sharedassets3. This means you may have to relocate some texture save locations using UAE.

References

Advertisement