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


Author Topic: LUA Action Nodes  (Read 106186 times)

0 Members and 1 Guest are viewing this topic.

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: LUA Nodes
« Reply #105 on: June 20, 2015, 09:36:52 AM »
I found some part of it already
but still there is something missing on the part that I highlighted red
"/Global/AN_DOG/Offense/Short/.........",  "act/anim/AN_DOG.act"

I try this one but it didn't work
"/Global/AN_DOG/Offense/Short/Grapples/GrapplesAttempt/Pull_In_heavy/RCV", "act/anim/AN_DOG.act"
You probably need to set off an AI. But I will try to find the correct node.

Offline Enderman

  • What i'm doing right now?
  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • I'm no longer do mods for Bully ...
    • View Profile
    • bully-board.com
Re: LUA Nodes
« Reply #106 on: June 20, 2015, 10:09:20 AM »
I found some part of it already
but still there is something missing on the part that I highlighted red
"/Global/AN_DOG/Offense/Short/.........",  "act/anim/AN_DOG.act"

I try this one but it didn't work
"/Global/AN_DOG/Offense/Short/Grapples/GrapplesAttempt/Pull_In_heavy/RCV", "act/anim/AN_DOG.act"
You should use NOM use this mod to find action nodes but some nodes is doesn't work, when a ped punch you it will make you lag a little bit but it will pop out the node in the bottom of your screen http://www.mediafire.com/download/4i1n4muxxtzm6z8/NOM.zip
P/S: This is jedijosh mod, AfterLife gave it to  me
« Last Edit: June 20, 2015, 10:11:09 AM by Enderman »

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: LUA Nodes
« Reply #107 on: June 20, 2015, 10:18:53 AM »
I found some part of it already
but still there is something missing on the part that I highlighted red
"/Global/AN_DOG/Offense/Short/.........",  "act/anim/AN_DOG.act"

I try this one but it didn't work
"/Global/AN_DOG/Offense/Short/Grapples/GrapplesAttempt/Pull_In_heavy/RCV", "act/anim/AN_DOG.act"
You should use NOM use this mod to find action nodes but some nodes is doesn't work, when a ped punch you it will make you lag a little bit but it will pop out the node in the bottom of your screen http://www.mediafire.com/download/4i1n4muxxtzm6z8/NOM.zip
P/S: This is jedijosh mod, AfterLife gave it to  me
This is DaBOSS's mod. Not jedijosh's.

Offline Rambo7

  • "Awesomely Kick-Ass Troll"
  • Full Member
  • ***
  • Posts: 404
  • Gender: Male
  • #ZAMBess
    • View Profile
    • My ModDB Page
Re: LUA Nodes
« Reply #108 on: June 20, 2015, 10:32:08 AM »
Well, I actually just need the dog lua node, so I can use it in my script
Not a script that is already compiled

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: LUA Nodes
« Reply #109 on: June 20, 2015, 10:46:22 AM »
Well, I actually just need the dog lua node, so I can use it in my script
Not a script that is already compiled
That's why I said I will find it and give it to you.



« Last Edit: June 20, 2015, 12:20:53 PM by AfterLife »

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: LUA Nodes
« Reply #110 on: June 20, 2015, 12:21:06 PM »
Found the node

Code: [Select]
ExecuteActionNode(gPlayer, "/Global/AN_Dog/Offense/Short/HeavyAttacks", "Act/Anim/AN_Dog.act"
« Last Edit: July 30, 2015, 06:01:29 PM by |XF|-MadmaN[AR] »

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,423
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: LUA Nodes
« Reply #111 on: June 20, 2015, 12:35:26 PM »
We should try and focus on Bully-Board as a team.
If you're spending your time here, why not help improve the overall community by helping out each other?

I know I haven't been the best role model for this, since I've been pretty inactive lately, but I'll try and do my best to help people out with any questions they have.

Offline Rambo7

  • "Awesomely Kick-Ass Troll"
  • Full Member
  • ***
  • Posts: 404
  • Gender: Male
  • #ZAMBess
    • View Profile
    • My ModDB Page
Re: LUA Nodes
« Reply #112 on: June 20, 2015, 12:59:54 PM »
@afterlife, thanks for the node dudes 8)

deadpoolXYZ

  • Guest
Re: LUA Nodes
« Reply #113 on: June 20, 2015, 01:16:35 PM »
Code: [Select]
"/Global/AN_Dog/Default_KEY/Free/Idle", "act/anim/AN_Dog.act" (idle)
"/Global/AN_Dog/Default_KEY/Free/Walk", "act/anim/AN_Dog.act" (walk)
"/Global/AN_Dog/Default_KEY/Free/Sprint", "act/anim/AN_Dog.act" (sprint)
"/Global/AN_Dog/Offense/Short/HeavyAttacks/Bite", "act/anim/AN_Dog.act" (bite)
"/Global/AN_Dog/Offense/Short/Bark/Bark", "act/anim/AN_Dog.act" (bark)
"/Global/AN_Dog/Offense/Short/Grapples/GrappleAttempt/GrappleSuccess/Pull_In_heavy/GIVE", "act/anim/AN_Dog.act" (bite grapple)
"/Global/AN_Dog/Offense/Weapons/DropWeapon", "act/anim/AN_Dog.act" (howl?)

Offline gamerzod

  • Jr. Member
  • **
  • Posts: 17
    • View Profile
Re: LUA Nodes
« Reply #114 on: July 11, 2015, 03:07:13 AM »
what is the node for johnny tornado kick?

deadpoolXYZ

  • Guest
Re: LUA Nodes
« Reply #115 on: July 11, 2015, 11:32:30 AM »
what is the node for johnny tornado kick?

Nobody found it yet.

Offline denizthebest

  • Jr. Member
  • **
  • Posts: 85
  • Half way there.
    • View Profile
Re: LUA Nodes
« Reply #116 on: July 14, 2015, 11:43:15 AM »
Usefull topic sir thanks.

Offline AlphaTech

  • LostInSpace
  • Sr. Member
  • ***
  • Posts: 758
  • Gender: Male
  • The name's AlphaTECH, whatca need help with?! :)
    • View Profile
Re: LUA Nodes
« Reply #117 on: July 14, 2015, 05:36:28 PM »
Stop adding random uselessness to topics please  :rolleyes:

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: LUA Nodes
« Reply #118 on: July 14, 2015, 08:24:39 PM »
It's not useless at all, it's nice to show gratitude to the modders who share their discoveries.

Offline AlphaTech

  • LostInSpace
  • Sr. Member
  • ***
  • Posts: 758
  • Gender: Male
  • The name's AlphaTECH, whatca need help with?! :)
    • View Profile
Re: LUA Nodes
« Reply #119 on: July 14, 2015, 08:47:25 PM »
Oh okay, Daboss you're so kind but half of these nodes I used them for my missions lol.