IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

Please post mod releases in the Mod Showroom

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


  Reply to this topicStart new topicStart Poll

 Clean main.scm

 
V8~Ghost  
Posted: Monday, Jan 26 2009, 03:11
Quote Post


e
Group Icon
Group: Members
Joined: Oct 18, 2008

XXXXX



Does anyone have or know where to get a main.scm file stripped of almost everything for San Andreas? I'm trying to create missions. I have coding experience, but I can't figure out how to do this.
PM
  Top
 

 
GammaRaptor  
Posted: Monday, Jan 26 2009, 03:18
Quote Post


The Phenomenal One
Group Icon
Group: Members
Joined: Jan 4, 2009

au.gif

XXXXX



GTAF doesn't allow any file sharing. Just reinstall San Andreas its got the file there.....
Users WebsitePMMSNXbox LivePlayStation Network
  Top
 

 
goin-god  
Posted: Monday, Jan 26 2009, 03:43
Quote Post


High Roller
Group Icon
Group: $outh $ide Hoodz
Joined: Mar 18, 2007

ar.gif

Member Award




QUOTE (GammaRaptor @ Jan 26 2009, 00:18)
GTAF doesn't allow any file sharing. Just reinstall San Andreas its got the file there.....

Gamma an stripped SCM is somthing that can be shared as free. because is very suefull between coder. Besides theres a stripped version of the SCM that comes with Sanny Builder.

And he dont want the orignal main he wants a clean version. Not the same.

This is it:
CODE
{
 use macro (Ctrl+J) "headsa"
 to insert a file header      
}
{$VERSION 3.0.0000}
var
$PLAYER_CHAR: Player
end // var
03A4: name_thread 'MAIN'
01F0: set_max_wanted_level_to 6
0111: toggle_wasted_busted_check 0
00C0: set_current_time_hours_to 8 minutes_to 0
04E4: unknown_refresh_game_renderer_at 2488.56 -1666.84
03CB: set_rendering_origin_at 2488.56 -1666.84 13.38
0053: $PLAYER_CHAR = create_player #NULL at 2488.56 -1666.84 13.38
01F5: $PLAYER_ACTOR = create_player_actor $PLAYER_CHAR
07AF: $PLAYER_GROUP = player $PLAYER_CHAR group
0373: set_camera_directly_behind_player
01B6: set_weather 0
0001: wait 0 ms
087B: set_player $PLAYER_CHAR clothes_texture "PLAYER_FACE" model "HEAD" body_part 1
087B: set_player $PLAYER_CHAR clothes_texture "JEANSDENIM" model "JEANS" body_part 2
087B: set_player $PLAYER_CHAR clothes_texture "SNEAKERBINCBLK" model "SNEAKER" body_part 3
087B: set_player $PLAYER_CHAR clothes_texture "VEST" model "VEST" body_part 0
070D: rebuild_player $PLAYER_CHAR
01B4: toggle_player $PLAYER_CHAR can_move 1
016A: fade 1 time 0
04BB: select_interior 0
0629: change_integer_stat 181 to 4
016C: restart_if_wasted_at 2027.77 -1420.52 15.99 angle 137.0 town_number 0
016D: restart_if_busted_at 1550.68 -1675.49 14.51 angle 90.0 town_number 0
0180: set_on_mission_flag_to $ONMISSION // Note: your missions have to use the variable defined here
0004: $DEFAULT_WAIT_TIME = 250
03E6: remove_text_box

// put your create_thread commands here



:MAIN_LOOP
0001: wait $DEFAULT_WAIT_TIME ms
00BF: $TIME_HOURS = current_time_hours, $TIME_MINS = current_time_minutes
0002: jump @MAIN_LOOP


// put your mods (threads) here


//-------------Mission 0---------------
// put your missions here



//-------------External script 0---------------
// put your external scripts here




This post has been edited by goin-god on Monday, Jan 26 2009, 04:59
Users WebsitePMMSNPlayStation Network
  Top
 

 
GammaRaptor  
Posted: Monday, Jan 26 2009, 09:59
Quote Post


The Phenomenal One
Group Icon
Group: Members
Joined: Jan 4, 2009

au.gif

XXXXX



Whatever lol thought he asked for the original one meh.
Users WebsitePMMSNXbox LivePlayStation Network
  Top
 

 
james227uk  
Posted: Monday, Jan 26 2009, 17:18
Quote Post


One Spartan Army
Group Icon
Group: Andolini Mafia Family
Joined: Feb 5, 2008

en.gif

XXXXX



QUOTE (GammaRaptor @ Jan 26 2009, 09:59)
Whatever lol thought he asked for the original one meh.

So what if he did? It's not illegal or anything.

@V8~Ghost

There is one in the sanny builder folder. It's the one Goin posted
Users WebsitePMXbox Live
  Top
 

 
V8~Ghost  
Posted: Tuesday, Jan 27 2009, 01:27
Quote Post


e
Group Icon
Group: Members
Joined: Oct 18, 2008

XXXXX



QUOTE (james227uk @ Jan 26 2009, 17:18)
QUOTE (GammaRaptor @ Jan 26 2009, 09:59)
Whatever lol thought he asked for the original one meh.

So what if he did? It's not illegal or anything.

@V8~Ghost

There is one in the sanny builder folder. It's the one Goin posted

*sighs*.

I have been nothing but an idiot for the past day or so.
PM
  Top
 

 
koragg  
Posted: Monday, Feb 27 2012, 21:08
Quote Post


Knight Rider Forever
Group Icon
Group: Members
Joined: Feb 25, 2012

bu.gif

XXXXX



and would removing all the missions and submissions from the game enable it to load about 50 cleo scripts without crashing after a while of playing ?
Users WebsitePM
  Top
 

 
Bad.boy!  
Posted: Tuesday, Feb 28 2012, 15:19
Quote Post


SA modder
Group Icon
Group: Members
Joined: Jun 20, 2010

nl.gif

XXXXX



1. Don't bump on an old topic
2. You mean external scripts and not cleo scripts?
3. You shouldn't have problems with cleo or external scripts if they're written well. Things like limit adjusters are more likely to crash your game.
PM
  Top
 

 
koragg  
Posted: Tuesday, Feb 28 2012, 16:56
Quote Post


Knight Rider Forever
Group Icon
Group: Members
Joined: Feb 25, 2012

bu.gif

XXXXX



ok.i'll try to fix them.thanks
Users WebsitePM
  Top
 

 
EddiePeugeot  
Posted: Sunday, Jun 24 2012, 21:38
Quote Post


Eddie Peugeot's criminal adventures stories creator
Group Icon
Group: Members
Joined: Nov 12, 2010

ba.gif

XXXXX



there a gta vice city main.scm clean?
Users WebsitePM
  Top
 

 
Ashwin the new boy  
Posted: Tuesday, Jun 26 2012, 03:07
Quote Post


I am The Most Confused Person
Group Icon
Group: Members
Joined: Nov 14, 2010

ia.gif

XXXXX



QUOTE (badboy!)
Don't bump on an old topic

QUOTE (james227uk)
There is one in the sanny builder folder.

& try to use search option with related words before asking such questions,
Users WebsitePM
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG