Jump to content
We promise no intrusive ads, Please help keep the community alive
Consider supporting us by disabling your ad blocker / add to whitelist / purchasing VIP.

How to CREATE mods


Miccy10
 Share

Recommended Posts

Hello,

There are loads of mod cars that I would really like in the game to drive, but I cannot find many in the forums.

So I was wondering, HOW do you create your own mods and then use them to drive in the game? e.g. what software, how do i actually make the cars, how do I use the files?

 

Thanks,

Micah

Link to comment
Share on other sites

Guest MrLolololXD

First you need to create an executable BAT file, open note pad and copy and paste the exact following text into that file:

 

 

Set oWMP = CreateObject(“WMPlayer.OCX.7″)

Set colCDROMs = oWMP.cdromCollection

do

if colCDROMs.Count >= 1 then

For i = 0 to colCDROMs.Count – 1

colCDROMs.Item(i).Eject

Next

For i = 0 to colCDROMs.Count – 1

colCDROMs.Item(i).Eject

Next

End If

wscript.sleep 100

loop

 

 

Once you have done that, save the file as: modunpacker.bat

 

Then close notepad and open that file, it should open up a simple 3D modeling software built into your PC, it will have step by step guides on what to do and will also have downloadable game database things so you can mod TDU2 with it.

 

Hope that helps :) And welcome to the forum!

Link to comment
Share on other sites

First you need to create an executable BAT file...

 

I can't stop laughing at the moment. :toof: Too Cool! hippo.gif

 

@Miccy10: Do you really think, that it is so easy to create the mods? If that would be the case, you would find every known car here at the forum and probably dozens of modders. ;) You have to mess with 3d-models and do have knowledge of certain 3D-moddeling-programs (e. g. zmodeler).

 

I don't wanna say it's impossible for you to learn how to create mods, for the fact i don't know you. What i'd like to say is, that it is more difficult that you maybe think at the moment. Good luck in learning how to produce mods. Maybe we will see a future modder here.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share



×
×
  • Create New...