My Summer Car
0 of 0

File information

Last updated

Original upload

Created by

DonnerPlays

Uploaded by

DonnerPlays

Virus scan

Safe to use

715 comments

  1. DonnerPlays
    DonnerPlays
    • premium
    • 54 kudos
    Locked
    Sticky
    Parts are not in the Shop / Mods Shop by piotrulos

    This mod DOES NOT USE "Mods Shop" by piotrulos!!!
    Neither this mod nor my "MscModApi" (https://github.com/MarvinBeym/MscModApi) have any conflicts with ModsShop!

    This mod uses MY OWN implementation (included in MscModApi)
    There is no conflict. There will never be conflicts.

    My Shop can be found on the right most table section on fleetaris desk or on teimos desk.
    It's brown with a wooden stand!
    That is My Shop, not the one on the left desk section nor in the new "ModsShop" location in the inspection building!

     
  2. DonnerPlays
    DonnerPlays
    • premium
    • 54 kudos
    Locked
    Sticky
    ModLoader "PRO" is not supported!!

    • If it works. It works.
    • If it doesn't. It doesn't and will never do so.
    • From now on I will delete any questions about ModLoader "PRO"
  3. yoplop
    yoplop
    • member
    • 0 kudos
    USE THIS GUIDE IF YOU WANT TO USE ECU


    https://www.reddit.com/r/MySummerCar/comments/15h6itp/make_the_donnertech_ecu_and_turbo_mod_work/
    1. asdasdasd676565356
      asdasdasd676565356
      • member
      • 0 kudos
      OMG THANK YOU
  4. yoplop
    yoplop
    • member
    • 0 kudos
    okay i might be retarded but do you put the image folder anywhere?
  5. Badbloodnelson
    Badbloodnelson
    • member
    • 0 kudos
    I have the ecu mod downloaded and the game says I do in the mod list, but it does not appear in the catalog, even though the turbo does. What do I need to do?
    1. zManoelGamer13
      zManoelGamer13
      • member
      • 0 kudos
      Mine has the same error in the mod catalog, but it doesn't appear in the purchase section, only the turbo appears.
  6. yoplop
    yoplop
    • member
    • 0 kudos
    I was looking through the output.log file I don't know if any one can deicifer this but here:



    MSCLoader ERROR: Mod DonnerTech_ECU_Mod throw an error!
    Details: Method not found: 'MscModApi.Parts.Part..ctor'. in Boolean MoveNext()
    System.MissingMethodException: Method not found: 'MscModApi.Parts.Part..ctor'.
      at MSCLoader.ModLoader+<LoadModsAsync>d__45.MoveNext () [0x00000] in <filename unknown>:0 
    NullReferenceException: Object reference not set to an instance of an object
      at SpeedyPost.HUD.Update () [0x00000] in <filename unknown>:0 
    1. yoplop
      yoplop
      • member
      • 0 kudos
      I also found that after the ECU throws an error it still loads after that but does not get added to the mscmodapi store
  7. sebisthebest
    sebisthebest
    • member
    • 0 kudos
    I have one tiny  tiny question, where do I put the chip in??? like I look everywhere. Also rename part. Please help me as this makes it no work!!!!
  8. Vitorholiveira01
    Vitorholiveira01
    • member
    • 0 kudos
    Seriously man, you said that it would receive update for the new version of the game like the Turbocharger mod back months ago, at least give us some news or something about how is it going, is a good mod and we really would like to use it on newer versions of my summer car with all the features of the last updates of the mod.
  9. granto1008
    granto1008
    • member
    • 0 kudos
    From one procrastinator to another, donner, PLEASE UPDATE THIS DAMN MOD.

    fr dawg just do it. It was a good mod before it became all buggy
  10. uselessmoron
    uselessmoron
    • member
    • 0 kudos
    For anyone who can use visual studio.
    Download MSCModAppi 1.0.4 source code from github.
    In the project properties change "Assembly Name" from MscModApi to MscModApi1 or whatever.

    In MscModApi.cs change the ID and name to MscModApi1.

    Change line
    private const string assetsFile = "msc-mod-api.unity3d";
    to
    private const string assetsFile = "msc-mod-api-1.unity3d";
    Copy and paste the MscModApi assets folder to get a 'MscModApi - copy' of it and rename it to MscModApi1
    go into this folder and rename the file to "msc-mod-api-1.unity3d"

    Go into "Shop.cs" in the project's "Shopping" filer
    Look for the code

    case ShopLocation.Fleetari:
                            shopCatalogParent = Cache.Find("REPAIRSHOP/inspection_desk 1");
                            position = new Vector3(0.8f, -0.2f, 0.35f);

    Change the position line to
    position = new Vector3(0.8f, 0.0f, 0.35f);

    (This creates a second shop menu thing on the desk behind the existing one, It's the easiest way tlo do it barring fixing the ecu mod to use the new MscModApi file.)

    Compile it and copy into mods.

    Download the Ecu source code from github.
    Load it up in VS and under the gui folder in the project delete the three files it says are missing and right click the "gui" folder, add existing item and find the files in the source code's gui folder and add them.

    Do the same for the four files under "shop", ignoring "Shop.cs" and "ProductInformation.cs"

    Go into the project's "references" and delete "MscModApi" and right click "references", select "add reference" and select the file "MscModApi1.dll" that you copied the mods folder after you built it.

    Build the project, if it compiles but has warnings just ignore the warnings, they're nbd.

    Copy the dll to the mods folder and play.

    Test it in game to see if all the logic is working since I haven't really bothered.
    1. JoshBenson
      JoshBenson
      • member
      • 0 kudos
      Why don't you just upload a temporary fix to GitHub or something?
    2. uselessmoron
      uselessmoron
      • member
      • 0 kudos
      I don't know how and haven't looked into how but I may try to have look.  I've only ever been a "lurker" on github.  I'm only the most amaturish of programmers so tinkering is all I usually do.

      Edit:  It throws error sometimes and not others.  The mod is just too broken to work.
    3. DeloCz126
      DeloCz126
      • member
      • 0 kudos
      bro please upload it to github i dont know how ot work in vs
  11. johnburke
    johnburke
    • member
    • 0 kudos
    i can use the turbo but not the ecu the shop isnt on the desk at the repair shop
    1. Dimon4ik7777
      Dimon4ik7777
      • member
      • 0 kudos
      +
  12. Toma23442634
    Toma23442634
    • member
    • 0 kudos
    Hello! I have a error saying "method not found: 'MscModApi.Parts.Part..ctor'. in Boolean MoveNext ()". I have the latest version of ModApi installed, 1.3.2 .
    1. eeeee234234243
      eeeee234234243
      • member
      • 0 kudos
      mod doesent work