Jump to content

[REL | CODE] f*ck School :-)


Recommended Posts

Here's how to make the school missions easy when you want them to be. Hold the submission button before any school mission ends to get gold on it. :-)

 

 

Drivingfind::DSKOOL_435000BE: text_clear_all0051: returnreplace with::DSKOOL_435000D6: if  000E1:   key_pressed  0  19;; submission004D: jump_if_false £DSKOOL_4350B0004: $271 =  100;; integer values:DSKOOL_4350B00BE: text_clear_all0051: returnBikefind::BSKOOL_249900BE: text_clear_all0051: returnreplace with::BSKOOL_249900D6: if  000E1:   key_pressed  0  19;; submission004D: jump_if_false £BSKOOL_2499B0004: $271 =  100;; integer values:BSKOOL_2499B00BE: text_clear_all0051: returnboatfind::BOAT_26030085: @168 = @208;; integer values and handles005A: @168 += @233;; integer values add after:00D6: if  000E1:   key_pressed  0  19;; submission004D: jump_if_false £BOAT_26050006: @168 =  0;; integer valuesfind::BOAT_26270092: @168 = float_to_integer @246  add after00D6: if  000E1:   key_pressed  0  19;; submission004D: jump_if_false £BOAT_26280006: @168 =  1000;; integer values0007: @246 =  1000.0;; floating-point valuespilotfind::DESERT5_349600BE: text_clear_all0051: returnreplace with::DESERT5_349600D6: if  000E1:   key_pressed  0  19;; submission004D: jump_if_false £DESERT5_3496B0004: $271 =  100;; integer values0004: @237 =  0;; integer values:DESERT5_3496B00BE: text_clear_all0051: returnfind::DESERT5_25080006: @236 =  1;; integer values:DESERT5_250900D6: if  080EC:   NOT   actor $PLAYER_ACTOR  0 ()near_point -450.0 @49 radius  1250.0  1250.0004D: jump_if_false £DESERT5_25130006: @236 =  1;; integer valueschange @236 to @235 in both places.

 

Edited by Viper187
Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/
Share on other sites

I've said this before, can you please release a version with this code already in the main.scm. Alot of people don't know how to add code to a main.scm so you'll get many other people able to enjoy your mods.

I'm working from a heavily edited SCM and I don't want to mess around compiling a clean one for each of my mods right now. I'll be releasing a huge mod with all my edited stuff soon. Then maybe I'll go back and do individual stuff.

 

Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-2925552
Share on other sites

I've said this before, can you please release a version with this code already in the main.scm. Alot of people don't know how to add code to a main.scm so you'll get many other people able to enjoy your mods.

I'm working from a heavily edited SCM and I don't want to mess around compiling a clean one for each of my mods right now. I'll be releasing a huge mod with all my edited stuff soon. Then maybe I'll go back and do individual stuff.

 

 

 

cant wait for your mod having a lot of difficulty with pure code mods at mo (see my message on ur other mod the car select)

 

still though if i can ever get this to work then a big thankyou to u

Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-2925818
Share on other sites

Viper what do you mean by "submission" button? blush.gif

 

I edited the main.scm like you showed because I'm using keyboard and can't get past flying school mission but it didn't seem to work sad.gif

Whatever button you have set to activate Sub-Missions. I believe it's the "2" key by default. Hold the button BEFORE the school mission ends and don't let go til you see your score. It should end up giving you gold and advancing you.

 

Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-2930110
Share on other sites

Hmm. Anything that ends it properly, should allow you to trigger gold. The only problem comes when you manually exit the mission, or possible land outside the area your supposed to (although, I think I fixed that). With the non-landing plane missions, you may still need to get the hang of flying enough to touch all the rings and trigger the mission end. I didn't mess with that heavily, as the driving school was more my problem. lol

 

and just so you know. There are a few mission you have to fly for once you complete the school, so you'll want to work on it at least a little anyway.

 

Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-2930331
Share on other sites

try going to www.gtagaming.com/ and download the mission builder mod. use winrar to extract it after downloading and run the sabuilder .exe and then open any of the files to see a notepad kind of version of the script. i am currently trying to find the file that has the school notes in it, as it seems i can't open the main.scm file.

 

edit: still can't find a way to open the main.scm, as mission builder tells me it can't open script.img when i attempt to open main.scm, but i am able to open script.img by itself just fine. any ideas??

Edited by balmung03
Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-2931567
Share on other sites

ok, i just made the scm for it; but how do i put it up on the forums? i've never done this before, so does anybody know?

 

hmm; now i tried it, and i've tried holding 2 and + (both work for sub-missions and landing gear activation) and none of them work (this was on flight school). i followed the script you put on the first post to the letter, but i don't see any difference. any ideas?

Edited by balmung03
Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-2943419
Share on other sites

  • 2 weeks later...
DigitallyInsane^

Only the Driving school and Bike school mods seem to work, they have no effect on the Flight and Boat schools.....

 

Otherwise great mod. Would be awesome if you could fix up the code for flight and boat schools.

 

DigitallyInsane^

Edited by DigitallyInsane^
Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-2996201
Share on other sites

that means, you have to replay the game though right, if you have edited scm?

and which one is submission button?

Actually, I've edited individual missions and loaded saves fine. Problem comes when you edit the main part of the script.

Just to check for sure (b/c I considered the answer kind of vague), can I put this into main.scm in the middle of a saved game and continue to work. I suppose I'm wondering specifically are the schools considered part of the "main" part of the script or not. (and what parts of main.scm are considered the main things that you have to start a new game if you edit them.

 

I appreciate any answer (especially from Viper b/c he seems like he really knows a lot about this kind of stuff).

 

Thanks.

Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-3022992
Share on other sites

It's an OK mod but it could be a GREAT mod if it did work on all schools like it does in the driving school, I mean that in the flying school that you have to do the mission to activate the end mission to get gold ruins the whole concept of the mod. f*ck School

 

It wold be great to be able to skip those school missions you have problems with (due to poor game control) like with the planes and helis.

I have done the game to 100% and would like to play it all over again, but due to that I did have seriously big trouble with the flying school I will not do that.

Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-3070078
Share on other sites

  • 3 weeks later...
For those PPL who wants the SCM file with Viper187 school mod compiled...

 

http://s10.yousendit.com/d.aspx?id=3PD3QTJ...JG05X4JXWQ32XQ9

 

Note: The file will be available for 7 days

Can someone re up it for me?

 

Also did anyone get the main.scm open or can it work with flight school?

Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-3136984
Share on other sites

  • 2 weeks later...
Private_Paula

offtopic: for all of you having problems with the flight school (PC version) i suggest to buy a gamepad - it works wonder.

 

 

topic: i put it in my main.scm but it doesn´t seem to work.

 

just to be sure:

 

- you start the test

- you hold the submission button

- the test is solved

- you start the next test?

 

another question would be:

 

if you have allready past the test (lets say with sliver), is it possible to get gold using this mod?

 

besides that this is just great!!!!!!!! (driving and flight school are killing me suicidal.gif )

Link to comment
https://gtaforums.com/topic/198762-rel-code-fck-school/#findComment-3172216
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
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.