Jump to content

Snow on MC, replace don't work..


x86

Recommended Posts

Posted

Hi,

I have found a mod for mount chilliad in snow..

But i don't know the object/model id's..

I have this script:

  
        engineImportTXD(engineLoadTXD("cs_coast.txd"), 0) 
        engineImportTXD(engineLoadTXD("cs_forest.txd"), 0) 
        engineImportTXD(engineLoadTXD("cw_changemecs_t.txd"), 0) 
        engineImportTXD(engineLoadTXD("mtbfencecs_t.txd"), 0) 
        engineImportTXD(engineLoadTXD("w_town3cs_t.txd"), 0) 
        engineImportTXD(engineLoadTXD("cs_lod_town.txd"), 0) 
        engineImportTXD(engineLoadTXD("cs_roads.txd"), 3792) 
        engineImportTXD(engineLoadTXD("mtbtrackcs_t.txd"), 0) 
        engineImportTXD(engineLoadTXD("mtb_banners.txd"), 0) 
        engineImportTXD(engineLoadTXD("w_town2cs_t.txd"), 0) 
        --engineImportTXD(engineLoadTXD("ChiliadExp.txd"), 0) 
        engineImportTXD(engineLoadTXD("cs_lod.txd"), 0) 
        engineImportTXD(engineLoadTXD("cs_mountain.txd"), 0) 
        engineImportTXD(engineLoadTXD("cs_town.txd"), 0) 
        engineImportTXD(engineLoadTXD("w_towncs_t.txd"), 0) 
  

thank you.

Posted

I guess he doesnt know what ide files are.

These files are in your GTA (not MTA) folder. they should be like *.ide

Open them with a text editor and look up the right ID.

But maybe Doomed is right, Map Editor would be easier

Posted
Try to search for "MEd gta" in Google. This is a very handy tool that allows you to move freely through the GTA world and select objects (get ID's).

:o That sounds and looks awesome! Why didn't I know of it yet? :P

((By the way, sebas. Edited, I read it wrong. ;) ))

Posted

hmm, this is not working..

engineImportTXD(engineLoadTXD("cs_forest.txd"), 694)

or is there a better mc snow mod :P

Posted

My best guess is that you are trying to replace objects in the GTA world (objects that are part of the original map). That isn't going to work. You can't replace original map objects like in SP.

Posted
hmm, this is not working..

engineImportTXD(engineLoadTXD("cs_forest.txd"), 694)

or is there a better mc snow mod :P

Have you tried like the example? Doing engineLoadTXD outside of engineImportTXD, instead of in it. I don't think it'll give better results, but worth trying! :P

EDIT: Huh? You can replace objects... Right? But the ones that are already present in the GTA map won't change... Or is that what you meant? :P

Posted
hmm, this is not working..

engineImportTXD(engineLoadTXD("cs_forest.txd"), 694)

or is there a better mc snow mod :P

Have you tried like the example? Doing engineLoadTXD outside of engineImportTXD, instead of in it. I don't think it'll give better results, but worth trying! :P

EDIT: Huh? You can replace objects... Right? But the ones that are already present in the GTA map won't change... Or is that what you meant? :P

i want replace gta map objects, not mine.. :P

Posted
i want replace gta map objects, not mine.. :P

Well, you can't replace objects you didn't place with any script or map. So any object that was originally in singleplayer, isn't replaceable... However if you placed them yourself, you can change it's model.

A solution is making a new map high in the sky, but it does limit aircraft. And creating a new map takes a lot of time ofcourse... =/

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...