Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Happy Holidays from the GTANet team!

[Q]How do I create a new map?


andyyy94
 Share

Recommended Posts

Hello everyone! I'm new at GTAForums, but not at gta modding. I got an idea from 'fireken32', he was creating a new city called "Buenos Aires" but he couldn't finish it. Ok, he was a fraud, he was making money with donations for his project... But I want to do a real job.

 

Well, as some amazing games as:

GTA Lviv:

 

GTA Berlin:

 

 

My question is: How did those teams to delete the original San Andreas map to their own cities? I tried to do this with a Map editor, but it's impossible, the game crashes or what I did doesn't work.

And if you create new objects, how did they put the traffic routes and the people?

 

This is a little mod I did with the Map editor:

user posted image

 

Also I got other questions like:

How do you save your game if you change the city?

How do you create the starting position of the player?

How do you create "portals" to enter into interiors?

 

Well, hope somebody knows how to do this. I use TXDWorkshop and Zmodeler to modify dff's. Does Zmodeler work with buildings? Or do I need something like Sketchup or 3DS Max?

 

Thanks for your help!

 

 

eliminate the map with san andreas map cleaner: link Here

you will have to recreate all the models(unless you choose not to by checking all boxes in 'Objects' tab)

the player start position: change with mission builder/sanny builder in the file main.scm

portals are scripts,you have to learn scripting

dont know if zmodeler works with building, im not a modeler

and the pathes are in gta3.img all the nodes files

 

Thanks a lot! I will try it. I was trying to do simple streets, let's see if I can create new buildings and stuff.

 

I'm going to add a question, how do you modify the .col so I can "crash" into objects that weren't in the original game?

This question is already answered, I know I need "Sketchup", "3DS MAX", a gta patch for 3ds, and a map editor, but I got a problem! :

 

I have deleted the map with mapcleaner 0.5 (I did the game backup), I replaced the files that are in the 'extra' folder, did everything that was in the Readme. But when I load the game, it crashes. Did I do something wrong?

 

 

 

just be careful!

dont delete the map before you backup EVERYTHING

this tool is very dangerous if you did an awful lot of work... cryani.gif suicidal.gif

lol don't worry, i'm not that stupid lol.gif

^

 

After you do any change in main.scm file, you aren't able to load saved game, you have to start new game

I go to the main menu, start game, and then new game...

Edited by andyyy94
Link to comment
Share on other sites

eliminate the map with san andreas map cleaner: link Here

you will have to recreate all the models(unless you choose not to by checking all boxes in 'Objects' tab)

the player start position: change with mission builder/sanny builder in the file main.scm

portals are scripts,you have to learn scripting

dont know if zmodeler works with building, im not a modeler

and the pathes are in gta3.img all the nodes files

Link to comment
Share on other sites

Delete this message, I modified the first post, my bad!

Edited by andyyy94
Link to comment
Share on other sites

just be careful!

dont delete the map before you backup EVERYTHING

this tool is very dangerous if you did an awful lot of work... cryani.gifsuicidal.gif

Link to comment
Share on other sites

 

Also I got other questions like:

How do you save your game if you change the city?

How do you create the starting position of the player?

How do you create "portals" to enter into interiors?

Save games and starting positions belongs to scripting, and creating enex or "portals" like you say, belongs to .ipl file.

 

For save game I'm not sure, you can search around, although if you want to change the start position of cj, open main.scm with Sanny Builder 3, and find this line:

 

 

$PLAYER_CHAR = Player.Create(#NULL, 2262.65, 80.1678, 60.7749)

 

Those numbers are XYZ coordinates. So 2262.65 is X, 80.1678 is Y and 60.7749 is Z. These coordinates defines where cj should be. If you're not sure which coordinates to write, open your map with MEd v0.32, take a tree and move it to the desired location, and then you can get your coordinates and write them into main.scm

 

Screenshot

 

And for enex, you can have a look here, so you can understand how they work.

Link to comment
Share on other sites

 

I have deleted the map with mapcleaner 0.5 (I did the game backup), I replaced the files that are in the 'extra' folder, did everything that was in the Readme. But when I load the game, it crashes. Did I do something wrong?

 

After you do any change in main.scm file, you aren't able to load saved game, you have to start new game wink.gif

Link to comment
Share on other sites

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
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.