pspboy Posted February 20, 2006 Share Posted February 20, 2006 (edited) 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) (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. 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 waterbottle - for finding this! edison - for the cheat device moneyman53 - for getting me to write this lol Edited February 21, 2006 by pspboy Link to comment Share on other sites More sharing options...
Wesyeed Posted February 20, 2006 Share Posted February 20, 2006 Do you know about what EC's working on right now? Link to comment Share on other sites More sharing options...
Faye Posted February 20, 2006 Share Posted February 20, 2006 Everybody knows how to find X Y Z in the game and put them into textboxes (Quite helpfully labeled X Y Z ) ~Fenn Link to comment Share on other sites More sharing options...
pspboy Posted February 20, 2006 Author Share Posted February 20, 2006 Everybody knows how to find X Y Z in the game and put them into textboxes (Quite helpfully labeled X Y Z ) ~Fenn Sarcasticly *shut up fenn lol* oh Wesyeed, what is ec working on now? Link to comment Share on other sites More sharing options...
Waterbottle Posted February 20, 2006 Share Posted February 20, 2006 oh Wesyeed, what is ec working on now? [/color] A built in construction mode in the CD Link to comment Share on other sites More sharing options...
pspboy Posted February 21, 2006 Author Share Posted February 21, 2006 oh Wesyeed, what is ec working on now? [/color] A built in construction mode in the CD wowah really? how would he do that? Link to comment Share on other sites More sharing options...
Sousanator Posted February 21, 2006 Share Posted February 21, 2006 oh Wesyeed, what is ec working on now? [/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 More sharing options...
mike0101 Posted February 21, 2006 Share Posted February 21, 2006 oh Wesyeed, what is ec working on now? [/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 More sharing options...
-DeMoN- Posted February 21, 2006 Share Posted February 21, 2006 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 More sharing options...
Faye Posted February 21, 2006 Share Posted February 21, 2006 Everybody knows how to find X Y Z in the game and put them into textboxes (Quite helpfully labeled X Y Z ) ~Fenn Sarcasticly *shut up fenn lol* Sorry dude. ~Fenn Link to comment Share on other sites More sharing options...
genaga Posted February 21, 2006 Share Posted February 21, 2006 the best bit is it is in the game so u dont have to go off edit go back on etc Link to comment Share on other sites More sharing options...
Durka Durka Mahn Posted February 21, 2006 Share Posted February 21, 2006 EC said that 0.9 is going to have 200kb for ur cheats.txt! Finally! Link to comment Share on other sites More sharing options...
genaga Posted February 21, 2006 Share Posted February 21, 2006 thats also great also mine is 34 i thought limit was 32 Link to comment Share on other sites More sharing options...
pspboy Posted February 21, 2006 Author Share Posted February 21, 2006 Everybody knows how to find X Y Z in the game and put them into textboxes (Quite helpfully labeled X Y Z ) ~Fenn Sarcasticly *shut up fenn lol* Sorry dude. ~Fenn haha I was just kidding Link to comment Share on other sites More sharing options...
the_king Posted February 22, 2006 Share Posted February 22, 2006 Good tutorial. 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 More sharing options...
The-end Posted February 22, 2006 Share Posted February 22, 2006 Good tutorial but you made it a bit late as in a few days we will have construction mode Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now