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!

tutorial


pspboy
 Share

Recommended Posts

OBJECT CREATION

 

Hey everyone, its pspboy! I noticed alot of people struggling with making islands and stunt parks and other stuff.

Then my friend Moneyman53 asked me to help him so I said I would teach him, so I thought I would write a tutorial while im teaching him.

This is not a long tutorial cause I am writing it fast but I think it will help.

 

(STEP 1) First open the object creator.

---Also have your psp on and gta: lcs on.

 

(STEP 2) Ok now turn on "display corrdinates cheat" if its not already on.

---Now to find a location.

 

(STEP 3) Now turn on "display corrdinates cheat" if its not already on.

---Ok my corrdinates are (298.34, -447.78, 26.02) these are outside the staton safehouse so thats where ill do it.

 

(STEP 4) Alright first enter the name in the object creator. I used stauton axe

---Try not to make it to long

 

(STEP 5) You should know which item you want, so find it and select it.

---Im going to use an axe for this one.

 

(STEP 6) Ok now in the object creator put the first corrdinate in the X slot, second in Y, and third and Z

---Now some items require you to lower them by 2m, so you can do that manualy or press the button.

 

(STEP 7) Now select no rotation, you will learn that later.

---I'm going to cover simple rotation in a later part of this tutorial.

 

(STEP 8) Then click make at the bottom of the screen.

---The code for my cheat came out like this, yours should look like somewhat like it.

 

#cheat stauton axe

// Made with ObjectCreator v.02

// by -DeMoN-

setfloat(0x9591760, 298.34,-447.78,26.02)

setshort(0x9591788, 0x10a)

 

user posted image

 

(STEP 9) After you have your cheat, post it in your "cheats.txt" file in the root of your memory stick.

---The root of your memory stick is the folder with "PSP" in it.

 

(STEP 10) Your done!!!

---Congrats, read on for simple rotation.

 

user posted image

 

 

SIMPLE ROTATION

 

Alright now that you can make items you need to know simple rotation, so read on and you can learn simple rotation.

 

the three top lines of these cheats decide which direction it is:

 

#cheat oebject facing front

setfloat(09591670, 1,0,0);

setfloat(09591680, 0,1,0);

setfloat(09591690, 0,0,1);

 

 

#cheat object infront 90 degree rotation

setfloat(09591670, 0,-1,0);

setfloat(09591680, 1,0,0);

setfloat(09591690, 0,0,1);

 

 

#cheat object infront 90 degree rotation opposite direction

setfloat(09591610, 0,1,0);

setfloat(09591620, -1,0,0);

setfloat(09591630, 0,0,1);

 

 

#cheat object infront 180 degree rotation opposite direction

setfloat(095915B0, -1,0,0)

setfloat(095915C0, 0,-1,0)

setfloat(095915D0, 0,0,1)

 

 

(STEP 1) Read the above ^

--- Add one to the code above everything but under #cheat bla bla bla. read example below.

 

Example: this is my code now.

 

#cheat stauton axe

// Made with ObjectCreator v.02

// by -DeMoN-

setfloat(0x9591760, 298.34,-447.78,26.02)

setshort(0x9591788, 0x10a)

 

Example: then this if my code with a 180 rotation

 

#cheat stauton axe

// Made with ObjectCreator v.02

// by -DeMoN-

setfloat(095915B0, -1,0,0)

setfloat(095915C0, 0,-1,0)

setfloat(095915D0, 0,0,1)

setfloat(0x9591760, 298.34,-447.78,26.02)

setshort(0x9591788, 0x10a)

 

(STEP 2) Thats it

---Now you know simple rotation.

 

 

 

Thanks to:

-DeMoN - for the object creator colgate.gif

waterbottle - for finding this!

edison - for the cheat device

moneyman53 - for getting me to write this lol biggrin.gif

Edited by pspboy
Link to comment
Share on other sites

 

Everybody knows how to find X Y Z in the game and put them into textboxes (Quite helpfully labeled X Y Z )

 

bored.gif

                  ~Fenn

Sarcasticly *shut up fenn lol*

oh Wesyeed, what is ec working on now? colgate.gif

Link to comment
Share on other sites

oh Wesyeed, what is ec working on now? colgate.gif [/color]

A built in construction mode in the CD

Link to comment
Share on other sites

oh Wesyeed, what is ec working on now? colgate.gif [/color]

A built in construction mode in the CD

wowah really? how would he do that?

Link to comment
Share on other sites

oh Wesyeed, what is ec working on now? colgate.gif [/color]

A built in construction mode in the CD

wowah really? how would he do that?

cause hes a geneis

Link to comment
Share on other sites

oh Wesyeed, what is ec working on now? colgate.gif [/color]

A built in construction mode in the CD

wowah really? how would he do that?

cause hes a geneis

Yes... and after he releases it I hope to god that there is going to be a very detailed and good tutorial cuz I'm trying to follow the CheatDevelopment topic and I'm lost...

Link to comment
Share on other sites

Theres a tutorial in the folder in the new version of my program anyway. Yeah Construction Mode pretty much blows my program out of the water. Its a hell of a lot easier though so im thankful edison made it.

Link to comment
Share on other sites

Everybody knows how to find X Y Z in the game and put them into textboxes (Quite helpfully labeled X Y Z )

 

bored.gif

                  ~Fenn

Sarcasticly *shut up fenn lol*

Sorry dude. blush.gif ~Fenn

Link to comment
Share on other sites

Everybody knows how to find X Y Z in the game and put them into textboxes (Quite helpfully labeled X Y Z )

 

bored.gif

                  ~Fenn

Sarcasticly *shut up fenn lol*

Sorry dude. blush.gif ~Fenn

haha I was just kidding tounge.gif

Link to comment
Share on other sites

Good tutorial. icon14.gif You should request it to be moved to the tutorial section, or copy/ paste it into the tutorial section.

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.