News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Show Posts

* Messages | Topics | Attachments

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - JacobDaMan19

Pages: [1]
1
Requests / Re: Rudy Missions Skip
« on: April 08, 2021, 01:38:14 PM »
Alright, it worked! Thanks!

2
Requests / Re: Rudy Missions Skip
« on: April 08, 2021, 09:18:23 AM »
Well, did everything, showed the Preps who's boss and went to Chapter 3, slept, got the present, and the only mission showing up is "Balls of Snow"

3
Requests / Re: Rudy Missions Skip
« on: April 08, 2021, 07:22:53 AM »
Way ahead of ya in terms of the backup.

4
Requests / Re: Rudy Missions Skip
« on: April 08, 2021, 07:07:01 AM »
This happened when I tried to do such.

5
Requests / Re: Rudy Missions Skip
« on: April 08, 2021, 04:44:43 AM »
Haven't tried to check if it works, but this should do:
https://www.mediafire.com/file/6wf3wf42w1qem2t/STimeCycle.lur/file

It checks for your savefile to be in Chapter 3, to have done the intro and that Jealous Johnny is not available.

Here's what I did, if you want to know:
Code: [Select]
repeat
Wait(0)
until SystemIsReady() and not IsStreamingBusy()

if ChapterGet() == 2 and IsMissionCompleated("Chapt2Trans") and not IsMissionAvailable("3_01") then
MissionForceCompleted("3_01A")
MissionForceCompleted("3_01C")
MissionForceCompleted("3_01D")
MissionForceCompleted("3_XM")
end
(Rushed code, I have online class in a little bit lol. Might update it later idk)
Sorry to sound like a bit of an idiot, but how do I install this?

6
Requests / Rudy Missions Skip
« on: April 07, 2021, 05:20:18 PM »
So, in Bully (Or, Canis Canem Edit it's known here) in Chapter 3, the first mission is "Jealous Johnny", after picking up a present from your mother, but in Scholarship Edition, there was a subplot added in before "Jealous Johnny" about this "deranged" hobo named Rudy, who asks Jimmy to do a few things for him, Jimmy also has to play some Christmas Carols on-stage. If someone could skip these and restore Chapter 3 to it's PS2 glory, that'd be nice. The missions are "Balls of Snow", "Miracle on Bullworth St.", "Nutcrackin'" and "Rudy the Red Nosed Santa".

Pages: [1]