Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: UltimateGamer9 on August 03, 2015, 11:17:12 AM
-
1) does anyone know the action node for throwing weapons?
2) the action node for shooting spudgun and rocket
3) the action node for shoot with a slingshot
4) make player 2 sprint
this is about the local multiplayer so i need help to release local multiplayer v1
-
1- its the same way as using other nodes
2-DaBOSS did post the node for spud gun in topic named master nodes list
i dont have an answer for other questions but im sure you can figure out something.
-
1) I needed that for my mission too, but I never found it.
2) You can't move while shooting but it's the best I got: "/Global/Gun/Gun/Actions/Controller/UpperBody/FireActions/SpudG/Release","Act/Weapons/Gun.act"
3) I don't, sorry.
4) Here's some movement nodes, make style whatever NPC style you want or just replace it in the nodes entirely:
local style = "B_Striker_A"
Idle: "/Global/"..style.."/Default_KEY","Act/Anim/"..style..".act"
Walk: "/Global/"..style.."/Default_KEY/ExecuteNodes/Free/WalkBasic","Act/Anim/"..style..".act"
Run: "/Global/"..style.."/Default_KEY/ExecuteNodes/Free/RunBasic","Act/Anim/"..style..".act"
Sprint: "/Global/"..style.."/Default_KEY/ExecuteNodes/Free/SprintBasic","Act/Anim/"..style..".act"
-
whenever player 2 equips spray can he keeps spraying non stop? why is this happening?