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


Author Topic: Johnny Vincent 100% mod  (Read 6654 times)

0 Members and 1 Guest are viewing this topic.

Offline Matsuki

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Johnny Vincent 100% mod
« on: October 15, 2015, 01:13:54 PM »
Hi community I have a request from long ago wanted to request   :hmm:     
Johnny Vincent total modification with respective boss style,animations and skin (animations is optional  :P ) in one
no without clock..... I mean the time allowed to elapse normally

Thanks  good day everyone.

Offline UltimateGamer9

  • Full Member
  • ***
  • Posts: 190
  • Gender: Male
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #1 on: October 15, 2015, 11:14:28 PM »
Do you want in lua or?? And I don't understand

I mean the time allowed to elapse normally

Offline Matsuki

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #2 on: October 16, 2015, 07:06:53 PM »
i want one script with these features no freezed time    :)

Offline UltimateGamer9

  • Full Member
  • ***
  • Posts: 190
  • Gender: Male
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #3 on: October 17, 2015, 11:24:05 AM »
You can use Not another selector mod by The Dream Is Dead. It has all fighting styles and strafes with it. You can use all characters with that mod.

Offline Matsuki

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #4 on: October 18, 2015, 06:08:51 PM »
Yes actually use this mod the problem is the freezed time if one could just fix that little detail     :wacko:

Offline UltimateGamer9

  • Full Member
  • ***
  • Posts: 190
  • Gender: Male
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #5 on: October 18, 2015, 11:16:56 PM »
Yes actually use this mod the problem is the freezed time if one could just fix that little detail     :wacko:
What do you mean frozen time?

Offline ShadowRageEX

  • AKA ShadowCorn
  • Jr. Member
  • **
  • Posts: 85
  • Gender: Male
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #6 on: October 19, 2015, 09:50:19 AM »
Maybe he is saying that the time is freezed during gameplay :D

Offline MadmaN

  • Bully-Board Admin Team
  • Newbie
  • *
  • Posts: 0
  • Gender: Male
  • Biblio-Techa Mods (retired)
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #7 on: October 19, 2015, 01:36:02 PM »
Time isn't actually frozen in that mod or any others. It just moves a lot slower and the clock is not shown. You have to do a little bit of extra coding to fully freeze time to the point where you don't even get to night-time.

Time is done via the STimeCycle file and it is still referenced by the main game files whether you choose to load it in your lua script or not. Just figured I would put that out there for just incase no-one realized that yet. ;)

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #8 on: October 19, 2015, 02:08:27 PM »
Hmm I thought it was done by the game internally and all STimeCycle does is define some functions to respond to certain times being reached, for example to ring the bell at certain times or say whether it is past curfew or not.

Offline AlphaTech

  • LostInSpace
  • Sr. Member
  • ***
  • Posts: 758
  • Gender: Male
  • The name's AlphaTECH, whatca need help with?! :)
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #9 on: October 19, 2015, 05:36:27 PM »
To freeze the time clock inside the game just add the code
Code: [Select]
PauseGameClock() or UnPauseGameClock() to your mod and it will freeze the clock completely. Here is the script you wanted also I don't action node script but here it is.

Code: [Select]
function MissionSetup()
PlayerSetHealth(800)
AreaTransitionXYZ(0, 477.5798, -107.3748, 16.6911)
SoundPlayInteractiveStream("MS_BikeFunLow.rsm", 0.5)
SoundSetMidIntensityStream("MS_BikeFunMid.rsm", 0.60000002384186)
SoundSetHighIntensityStream("MS_BikeFunHigh.rsm", 0.60000002384186)

PlayerSwapModel("GRlead_Johnny")
PedSetActionTree(gPlayer,"/Global/Player","Act/Player.act")
PedSetAITree(gPlayer,"/Global/PlayerAI","Act/PlayerAI.act")

F_PlayerFail = function()
if PedIsDead(gPlayer) then
SoundPlayMissionEndMusic(true, 6)
MissionFail(true, false, false)
Wait(4000)
CameraSetWidescreen(true)
CameraFade(700, 0)
AreaTransitionXYZ(14, -501.4, 316.11, 31.5)
Wait(500)
CameraAllowChange(true)
SoundSetAudioFocusPlayer()
CameraReturnToPlayer()
CameraReset()
CameraSetWidescreen(false)
PlayerSetControl(1)
end

F_LoadAnim = function()
  LoadAnimationGroup("Cheer_Cool2")
  LoadAnimationGroup("NPC_Adult")
  LoadAnimationGroup("TSGate")
  LoadAnimationGroup("SCgrdoor")
  LoadAnimationGroup("Sbarels1")
  LoadAnimationGroup("Area_School")
  LoadAnimationGroup("Px_Rail")
  LoadAnimationGroup("DO_Grap")
  LoadAnimationGroup("1_07_SaveBucky")
  LoadAnimationGroup("TSGate")
  LoadAnimationGroup("F_Nerds")
  LoadAnimationGroup("Hang_Jock")
  LoadAnimationGroup("NPC_AggroTaunt")
  LoadAnimationGroup("Hang_Talking")
  LoadAnimationGroup("1_07_Sk8Board")
  Load("Act/Conv/1_07.act")
  LoadActionTree("Act/Props/SBarels1.act")
  LoadActionTree("Act/Props/barrelLad.act")
  LoadActionTree("Act/Conv/1_03.act")
  LoadActionTree("Act/Anim/1_03_Davis.act")
end

F_CleanUpAnim = function()
  UnLoadAnimationGroup("Cheer_Cool2")
  UnLoadAnimationGroup("NPC_Adult")
  UnLoadAnimationGroup("TSGate")
  UnLoadAnimationGroup("SCgrdoor")
  UnLoadAnimationGroup("Sbarels1")
  UnLoadAnimationGroup("Area_School")
  UnLoadAnimationGroup("Px_Rail")
  UnLoadAnimationGroup("DO_Grap")
  UnLoadAnimationGroup("1_07_SaveBucky")
  UnLoadAnimationGroup("TSGate")
  UnLoadAnimationGroup("F_Nerds")
  UnLoadAnimationGroup("Hang_Jock")
  UnLoadAnimationGroup("NPC_AggroTaunt")
  UnLoadAnimationGroup("Hang_Talking")
  UnLoadAnimationGroup("1_07_Sk8Board")
  collectgarbage()
end

main = function()
LoadAllAnim()
repeat
Wait(0)
until not Alive
end

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #10 on: October 19, 2015, 09:04:56 PM »
To freeze the time clock inside the game just add the code
Code: [Select]
PauseGameClock() or UnPauseGameClock() to your mod and it will freeze the clock completely. Here is the script you wanted also I don't action node script but here it is.

The function is actually UnpauseGameClock. The capitalization is quite important.

Offline AlphaTech

  • LostInSpace
  • Sr. Member
  • ***
  • Posts: 758
  • Gender: Male
  • The name's AlphaTECH, whatca need help with?! :)
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #11 on: October 20, 2015, 11:35:03 AM »
Hmm I could've sworn it was UnPauseGameClock() but I guess I just wrote the code without looking at my lua scripts.

Offline Matsuki

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #12 on: October 22, 2015, 11:54:41 AM »
Maybe he is saying that the time is freezed during gameplay :D
     Exactly!   :)       



Offline Matsuki

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #13 on: October 22, 2015, 12:04:33 PM »
Returning to the main topic a modification and the ped with animations and movements would be very difficult?   :wacko:

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: Johnny Vincent 100% mod
« Reply #14 on: October 22, 2015, 04:38:31 PM »
My NPC 0.1 mod will meet about half of your goal. You keep the player style but you can set your model, how you want to move/strafe and respect of each faction towards you.