Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/23/22 in all areas

  1. [COMMUNITY MANAGER] @Coolio85 leaves the team due to lack of motivation. We thank him for all that he has done for the project in the past years.
    100 points
  2. [SENIOR COMMUNITY MODERATION MANAGER] @Bastet. removed from the team due to internal reasons. [EVENT MANAGER] @Raymond_ has been suspended from the team due to internal reasons.
    92 points
  3. [GAME MODERATOR] @Tony [UK] leaves the team due to personal reasons.
    73 points
  4. [GAME MODERATOR] @PallePuh leaves the team due to personal reasons.
    72 points
  5. [EVENT TEAM] @Smacky. leaves the team due to lack of time.
    64 points
  6. [ADD-ON TEAM] @TFM_Void leaves the team due to personal reasons.
    63 points
  7. [OFFICIAL STREAMER] @jamesdgaming leaves the team due to personal reasons. [OFFICIAL STREAMER] @R1ch1e leaves the team due to personal reasons.
    56 points
  8. [REPORT MODERATOR + DISCORD MODERATOR] @Koneko has been promoted to the position of Game Moderator.
    36 points
  9. [EVENT TEAM] @Strad leaves the team due to personal reasons.
    35 points
  10. [TRIAL SUPPORT] @Polyxena has been promoted to Full Support.
    31 points
  11. [SUPPORT] @JJay joins the Community Moderation Team as a Trainee (Language Forum Moderator), while remaining as Support. Language Moderators are a revised ranks, that focus on the language sections of our community and provide translation support to full moderators. This includes Language Forum Moderators & new Language Discord Moderators. More information on these will be provided soon!
    23 points
  12. [RETIRED TEAM MEMBER] @Mangiskills rejoins the team as a Game Moderator.
    10 points
  13. [COMMUNITY MODERATOR TRAINEE] @[GökBörü] DepperitoR leaves the team due to personal reasons.
    5 points
  14. [REPORT MODERATOR] @Matt #CarLadMatt has been promoted to Game Moderator.
    4 points
  15. [PLAYER] @DepperitoR rejoins the Team as Community Moderation Trainee (Discord).
    3 points
  16. [REPORT MODERATOR] @Gullbrann has been promoted to Game Moderator.
    3 points
  17. Thanks for all the great WARP events! It was really a pleasure to help at these convoys!
    2 points
  18. I miss you in the team already. I don't blame you for leaving though, thanks for all the memories you clapped pepega. Take care
    2 points
  19. Thanks for your follow!
    2 points
  20. See you bro Thanks for your hard word
    2 points
  21. List of changes from 23rd May 2022: Support for ProMods Canada v1.2.0. Updated the TruckersMP HQ city addition to the 1.44 game version. Updated the Calais - Duisburg map modification to the 1.44 game version with bug fixes and performance improvements.
    2 points
  22. ??? ????? ???? ?????? Oh yeah, video out soon. ?
    2 points
  23. 2 points
  24. 2 points
  25. Good Night all ? 5000 hours reached!
    2 points
  26. ? Elih's Community Convoys ? Yesterday was our first convoy. Many thanks to the people who attended!
    2 points
  27. [GAME MODERATOR] @Sikret has been removed from the Game Moderation Team due to inactivity.
    2 points
  28. [ADD-ON TEAM] @GetForkStabbed leaves the team due to personal reasons.
    2 points
  29. [GAME MODERATOR] @Allex2k leaves the team due to lack of time. [REPORT MODERATOR] @DarkScream[TR] leaves the team due to lack of time.
    2 points
  30. [GAME MODERATOR LEADER] @Ashley has been promoted to Game Moderation Manager.
    2 points
  31. [RETIRED TEAM MEMBER] @Polyxena rejoins the team as Trial Support.
    2 points
  32. EDIT: There is now a video tutorial at the bottom of the thread. (2019-05-02) Do you want to get started with save editing? If your answer is yes, then you came to the right place. Before you remind me, I am fully aware there's already a topic on this: I wanted to create an in-depth tutorial for those who wants to learn save editing. It contains pretty advanced technical information. And It's easy to make mistakes, I do it quite often too. Please note I will only support Windows OS (64 bit) users. Step 0: Obtaining game def (definition) files Before we start, you can create a folder where you'll copy and extract the def files from ETS2 (and ATS, depending which game you play). It's not mandatory, but it's highly recommended in order to see the path and where each def files are located. You can use this tool provided by SCS Software, and place it in the folder you created. Then you'll have to copy the def file (def.scs) in that folder too. The file is located in the game installation directory: "C:/Program Files (x86)/Steam/steamapps/common/MY TRUCK GAME/" (Please note that when you're in the file explorer, it uses the back slash '\'). If it's a non-steam version, it would be in the Program Files. When you have both files in the folder, just drag the scs file into the extractor. Then wait until the black window disappears. You should be able to see some files and folders. You can explore the files in that def folder to get familiar with it. For example, if I want the chassis from the cement mixer trailer, it would go like: "def/vehicle/trailer/cement_mixer/chassis.sii" Step 1: Downloading required files -Text editor You can try the vanilla Notepad from Windows, but I personally recommend using Notepad++. Any other text editors should do. Another reason I love Notepad++ is because I can search for all occurance of a certain value and replace it with another value. Notepad++ Website -Sii file decrypter for ATS & ETS2 You'll need it to decrypt the save files. You can try to find or compile a different one if you want. Download Non Java based decrypter (404 not found) Sii_Decrypt for format 2 Sii_Decrypt for any format There's a new version with a GUI. Thanks to @Ali365Dash for mentioning it. Step 2: Applying necessary changes You'll need to make sure your save games will save in the appropriate format. Open your File Explorer and go to your Documents. For ATS and ETS2, the folders should be respectively American Truck Simulator and Euro Truck Simulator 2. Once you found the folder, open config.cfg with your text editor. Then search (Ctrl+F keys on keyboard) for g_save_format, and change the number value to '2'. Then save the file (Ctrl+S keys on keyboard). If you want to do it on both games, you need to change it for each one. You'll also need to start the game in single-player, load the save game you want to modify later, save it, and quit the game. This will update your profile in the new save format. You only need to do it once for each profile you want to edit. Step 3: Save editing (now the fun part begins!) Very important! Always create a backup before each modifications! I simply make a copy before editing each time. I do not take responsibility for broken save files, game crashes or unexpected game behaviors. In the truck game folder (Documents->Your Truck Game), go in profiles folder (don't touch the ones that has ".bak"). At this point, I would recommend to sort the folders by modified date if you have a lot of them. Go in the folder that has been modified the most recently. Then go in save->autosave, and you should see a file called game.sii where all the magic is going to happen. Why autosave folder? Because that's the last modified folder when you quit the game. Another personal recommendation: copy the decryptor here for quick use. Make sure you are not running the game while doing this. Drag the game.sii (hold left click) into SII_Decrypt.exe. When you release your mouse button, a black screen should popup with some text in it. When the black screen disappears, open game.sii with your text editor. Bad result: Good result: Those _nameless.xxx.xxxx.xxxx are just addresses to differentiate each block. From here, I'll separate the different sections of save editing you can mess with. I also recommend to copy the address of each block you plan to modify, so you can refer to it quickly. You'll have to do it each time you save the game and decrypt the profile. -Bank -Player -Vehicle (truck) -Player Job -Trailer -License Plate -Paintjob/Skin -Color -Accessories Videos I might add more to this tutorial, or share knowledge from users with expertise in save editing.
    1 point
  33. Hello Truckers! WELCOME TO TRUCKER MP HQ POLICE STATION SUGGESTION DESCRIPTION: Game Moderators play an important role in the Truckers MP community. Truckers MP HQ city is the place where the Truckers MP community gathers. The place is important also for the Game moderators who do an important job. The city contains fine buildings and large terminals. but it needs a police station. The station will be a place where you can watch Game moderators get off or on duty. The suggestion contains two suggestion for stations. (Blue and Purple) LOACTION EXSAMPLE IMAGES (PURPLE) PURPLE STATION ___ TRAILERS YOU CAN DELIVER (PURPLE) POLICE CAR TRANSPORT PLAYER REPORTS __________________________________________________________________________________________________________________________________________________________________________________________________________________________ EXSAMPLE IMAGES (BLUE) THE PAGE GETING UPDATED Why should it be added?: I hope the place can represent the important job the game moderator do. Regards, Kzumstormz
    1 point
  34. Suggestion Name: Change the information about website reports with permanent ban Suggestion Description: When the report is accepted, we can see this information: Any example images: Why should it be added?: You can delete the "PLUS thirty (30) days." because when the user get perm ban, we must keep the evidence forever, so information about plus 30 days is useless.
    1 point
  35. Thanks for your hard work on the team, sad to see you go.
    1 point
  36. ??????? ℝ?????: ?????? ????????
    1 point
  37. Hello @Tortilla_C ? Welcome to the forum, and congrats on creating your first forum post ? In order to fix this issue, please try the following: 1. Go to \Documents\Euro Truck Simulator 2 2. Open "config.cfg" 3. Change "uset cf_asus_aura 1" to "uset cf_asus_aura 0" 4. Test to see if your issue has been solved I hope it helps, we await your return! ? Sincerely, General18 TruckersMP - Support
    1 point
  38. 1 point
  39. 1 point
  40. Great to see that you joined back to the team
    1 point
  41. 1 point
  42. 1 point
  43. [COMMUNITY MODERATOR + EVENT TEAM] @xBestBBx Leaves Event Team while remaining as a Community Moderator.
    1 point
  44. 1 point
  45. 1 point
  46. 1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.