|
 |
|
|
|
|
|
GTA: Liberty City Stories
SCM Editor I'm making an SCM creator for GTA LCS
 |
|
 |
| |
trjack  |
Posted: Saturday, Aug 27 2011, 01:35
|
Player Hater

Group: Members
Joined: Mar 11, 2009


|
Hello guys. I'm currently developing an SCM creator for GTA LCS. I might put a beta out for you lot in the morning. Heres an example script: | CODE | PLAYER_CHAR <- getValue(24); PLAYER_ACTOR <- getValue(28); ONMISSION <- getValue(48);
nameThread("MAIN"); loadSkin(0,"PLR3"); playerSkin("PLR3"); loadRequestedModels(); createPlayer(0,0.0,0.0,0.0,PLAYER_CHAR); setPlayerZAngle(PLAYER_CHAR,0.0); getPlayerActor(PLAYER_CHAR,PLAYER_ACTOR); setInteger(ONMISSION,0); setOnMissionFlagTo(ONMISSION); fade(4000,1); setCarDensityTo(0.0); setPedestriansDensityTo(0.0); endThread();
|
Obviously that script doesn't do much but it works and requires that your PSP/PS2 can play backup copies so that you can overwrite the MAIN.SCM with the custom one. Soon there might be some mission mods for LCS
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
| |
 |
|
 |
|
|
|
|