Author Topic: Ultimate Stunters Main SCM  (Read 292566 times)

0 Members and 1 Guest are viewing this topic.

Offline morbidxxx

  • Veteran Member
  • Posts: 4097
    • View Profile
Ultimate Stunters Main SCM
« Reply #660 on: October 05, 2007, 04:08:00 PM »
If I understood what you wanted to say then you need to put all files in folders where they need to be. For example Main.scm in Data folder etc.

Offline VenomX

  • Veteran Member
  • Posts: 4294
    • View Profile
Ultimate Stunters Main SCM
« Reply #661 on: October 05, 2007, 04:11:24 PM »
Dannye, am I allowed to play around with your main.scm a bit?  I want to see if I can change the VC version so that the jetpack speed can be increased and decreased whenever needed, thanks .  i wont share it, its just for personal use.

Offline Dannye

  • Veteran Member
  • Posts: 3576
    • View Profile
Ultimate Stunters Main SCM
« Reply #662 on: October 05, 2007, 06:42:19 PM »
Quote from: VenomX
Dannye, am I allowed to play around with your main.scm a bit?  I want to see if I can change the VC version so that the jetpack speed can be increased and decreased whenever needed, thanks .  i wont share it, its just for personal use.

Sure thing man, no worries.

When I ever got 'round to making a new version I was planning on adding support for slowing the jetpack down, as had been suggested, perhaps something along the lines of - if the player is holding shift don't move them as far - or something. I just haven't been able to work on it in a while.

If ya need any help making the changes just let me know (as I obviously have the raw decompiled txt version which has all of my meaningful variable names, label names, and even comments).

Offline arKy

  • Veteran Member
  • Posts: 2512
  • Year Zero
    • View Profile
    • https://soundcloud.com/arky-2
Ultimate Stunters Main SCM
« Reply #663 on: October 09, 2007, 11:36:11 AM »
Dannye i have a little question about ur last relase , GTA SOL USCM , why i cant watch my reps? its problem of the mod of its about ur scm? why if i spawn a car two times gta sol crashes?

Thanks.

Offline ben

  • Posts: 131
    • View Profile
Ultimate Stunters Main SCM
« Reply #664 on: October 12, 2007, 01:06:49 PM »
very good, i need a car spawner for vc but i havent been able to find one

Offline Torque

  • Veteran Member
  • Posts: 12959
    • View Profile
Ultimate Stunters Main SCM
« Reply #665 on: October 15, 2007, 06:04:13 PM »
This "SaRaH" is a insignificant pimple of the butt of Dannye's SCM.

Offline JayFoxRox

  • Posts: 2221
    • View Profile
    • Homepage
Ultimate Stunters Main SCM
« Reply #666 on: October 21, 2007, 04:48:52 AM »
Hi, you might have noticed that i have been around the forums again the last days. I was wondering if you have reached anything with my sources. Would be cool to see this thing with a graphical interface in "exe" form like spoosh

(I m still ready for helping if you want to try..)

Offline Dannye

  • Veteran Member
  • Posts: 3576
    • View Profile
Ultimate Stunters Main SCM
« Reply #667 on: October 21, 2007, 05:44:41 AM »
I recall looking at the stuff you posted a while back, I recall thinking it was all way over my head (heck, I've got next to no experience in the field of memory editing [etc] - the most I have ever done in that is create my own little [very very basic] trainer for disabling the cut to unique cam on replays [exactly the same as gunners tool]).

I must admit I am intrigued to discover what new levels this mod could possibly be taken to, and thus I am interested to talk to you further about it (especially in the areas of increased user interaction/customisation, Eg. choosing their own controls for functions, which functions they want/don't-want etc, [or for a more specific example] choosing which cars the spawner should spawn, etc). If it leads to further development of the mod for the betterment of the community, then there can't be anything wrong with that. Once I get some free time on my hands (from the beginning of December, and onwards) I'd be happy to discuss this with you further (you may need to remind me again then so I don't forget  ).
« Last Edit: October 21, 2007, 05:46:51 AM by Dannye »

Offline JayFoxRox

  • Posts: 2221
    • View Profile
    • Homepage
Ultimate Stunters Main SCM
« Reply #668 on: October 21, 2007, 05:56:24 AM »
Sounds great! I m looking forward to it

Offline Nyze

  • Posts: 1686
    • View Profile
    • http://
Ultimate Stunters Main SCM
« Reply #669 on: October 27, 2007, 03:19:43 AM »
hey where is the lc mod for vc?

and is the main.scm lc for gta III ?
« Last Edit: October 27, 2007, 04:08:09 AM by NyZe »

Offline Torque

  • Veteran Member
  • Posts: 12959
    • View Profile
Ultimate Stunters Main SCM
« Reply #670 on: October 27, 2007, 10:34:57 AM »
Dannye in your SCM:

Code: [Select]
//-------------MAIN---------------
thread "MAIN"
fade 0 0
042C: set_total_missions_to 1
030D: set_total_mission_points_to 1
01F0: set_max_wanted_level_to 6
set_wb_check_to 0
00C0: set_current_time 12 0
04E4: unknown_refresh_game_renderer_at 476.875 -939.938
Camera.SetAtPos(476.875, -939.938, 41.75)
062A: change_stat 165 to 0.0 // float
062A: change_stat 23 to 0.0 // float
062A: change_stat 21 to 0.0 // float
062A: change_stat 163 to 1000.0 // float
062A: change_stat 160 to 1000.0 // float
062A: change_stat 229 to 1000.0 // float
062A: change_stat 223 to 1000.0 // float
062A: change_stat 230 to 1000.0 // float
0629: change_stat 181 to 4 // integer
0629: change_stat 68 to 0 // integer
062A: change_stat 24 to 1000.0 // float
0A1F: set_stat 24 max_to 1000.0
0998: add_respect 1000
$PLAYER_CHAR = Player.Create(#NULL, 476.875, -939.938, 41.75)
07AF: $PLAYER_GROUP = player $PLAYER_CHAR group
$PLAYER_ACTOR = Actor.EmulateFromPlayer($PLAYER_CHAR)
Camera.SetBehindPlayer
Actor.Angle($PLAYER_ACTOR) = 180.0
0489: unknown_actor $PLAYER_ACTOR flag 1

Which one of those is for muscles.

Offline LiveLife

  • Veteran Member
  • Posts: 1495
    • View Profile
Ultimate Stunters Main SCM
« Reply #671 on: October 27, 2007, 10:40:05 AM »
062A: change_stat 23 to 0.0 // float

---

ID  Statistics ID  

0-81  - all floats  
0  Progress made  
1  Total progress  
2  Furthest Hoop  
3  Distance travelled on foot  
4  Distance travelled by car  
5  Distance travelled by motorbike  
6  Distance travelled by boat  
7  Distance travelled by golf cart  
8  Distance travelled by helicopter  
9  Distance travelled by plane  
10  Longest Wheelie distance  
11  Longest Stoppie distance  
12  Longest 2 wheels distance  
13  Weapon Budget  
14  Fashion Budget  
15  Property Budget  
16  Auto Repair and Painting Budget  
17  Longest Wheelie time  
18  Longest Stoppie time  
19  Longest 2 wheels time  
20  Food Budget  
21  Fat  
22  Stamina  
23  Muscle  
24  Max Health  
25  Sex appeal  
26  Distance travelled by swimming  
27  Distance travelled by bicycle  
28  Distance travelled on treadmill  
29  Distance travelled on exercise bike  
30  Tattoo budget  
31  Hairdressing budget  
32  Girlfriend budget  
33  Prostitute budget  
34  Furniture budget  
35  Money spent gambling  
36  Money made from pimping  
37  Money won gambling  
38  Biggest gambling win  
39  Biggest gambling loss  
40  Largest burglary swag  
41  Money made from burglary  
42  Money spent building property  
43  Unused  
44  Longest treadmill time  
45  Longest exercise bike time  
46  Heaviest weight on bench press  
47  Heaviest weight on dumbbells  
48  Best time in 8-Track  
49  BMX best time  
50  Lightest weight  
51  Longest chase time with 5 or more stars  
52  Last chase time with 5 or more stars  
53  Wage bill  
54  Strip club budget  
55  Car modification budget  
56  Time spent shopping  
57  Time spent gambling  
58  Time spent on longest mission  
59  Time spent on quickest mission  
60  Average mission time  
61  Drugs budget  
62  Total shopping budget  
63  Time spent underwater  
64  Total respect  
65  Girlfriend respect  
66  Clothes respect  
67  Fitness respect  
68  Respect  
69  Pistol Skill  
70  Silenced Pistol Skill  
71  Desert Eagle Skill  
72  Shotgun Skill  
73  Sawn-Off Shotgun Skill  
74  Combat Shotgun Skill  
75  Machine Pistol Skill  
76  SMG Skill  
77  AK-47 Skill  
78  M4 Skill  
79  Rifle Skill  
80  Appearance  
81  Gambling  
82-119  Unused
« Last Edit: October 27, 2007, 10:45:01 AM by ColdDeath »

Offline Eddeman

  • Moderator
  • Posts: 1730
    • View Profile
Ultimate Stunters Main SCM
« Reply #672 on: October 27, 2007, 02:05:06 PM »
Don't know if I've said this before, but thanks a lot for making these  

Offline Ferσή

  • Wasteland Heroes
  • *
  • Posts: 6719
  • suck a cheetahs dick
    • View Profile
Ultimate Stunters Main SCM
« Reply #673 on: October 27, 2007, 02:53:36 PM »
yes <3

Offline Ralleee

  • The Ralmeister
  • Veteran Member
  • Posts: 5403
    • View Profile
Ultimate Stunters Main SCM
« Reply #674 on: October 27, 2007, 04:14:19 PM »
Yes <3

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal