JayCoder

Veteran
Staff member
Messages
369
Reaction score
152
Points
903
PHP:
function setAnimationOnModel( localClientNum, characterModel, topPlayerIndex )
{
    anim_name = end_game_taunts::getidleanimname( localClientNum, characterModel, topPlayerIndex );
    
    if( isDefined(anim_name) )
    {
        characterModel util::waittill_dobj( localClientNum );

        if( !characterModel HasAnimTree() )
        {
            characterModel UseAnimTree( #animtree );
        }

        characterModel SetAnim( anim_name );
    }
}
found in end_game_flow.gsc
 
S

SeriousHD-

Guest
PHP:
function setAnimationOnModel( localClientNum, characterModel, topPlayerIndex )
{
    anim_name = end_game_taunts::getidleanimname( localClientNum, characterModel, topPlayerIndex );
   
    if( isDefined(anim_name) )
    {
        characterModel util::waittill_dobj( localClientNum );

        if( !characterModel HasAnimTree() )
        {
            characterModel UseAnimTree( #animtree );
        }

        characterModel SetAnim( anim_name );
    }
}
found in end_game_flow.gsc
Not helpful at all. Mod tools provide full function documentation. See bo3_scriptapifunctions.htm for full documentation of all script functions in GSC including animations with examples
 

JayCoder

Veteran
Staff member
Messages
369
Reaction score
152
Points
903
Not helpful at all. Mod tools provide full function documentation. See bo3_scriptapifunctions.htm for full documentation of all script functions in GSC including animations with examples
ITS A QUESTION + also i don't have mod tools
 
Last edited:

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
ITS A QUESTION + also i don't have mod tools
I will upload the bo3_scriptapifunctions.htm for you and why do you do not have the tools? :grinning: You're working so much... and you can not use or work with the tools by yourself! :grinning:

EDIT: Here the mod tools docs:
You do not have permission to view link Log in or register now.
 

JayCoder

Veteran
Staff member
Messages
369
Reaction score
152
Points
903
I will upload the bo3_scriptapifunctions.htm for you and why do you do not have the tools? :grinning: You're working so much... and you can not use or work with the tools by yourself! :grinning:
because i want a menu of my own for bo3, + for people to enjoy and have fun with, also i'm sure someone will make a gsc injector as i don't have a jtag atm i can't get the addresses, or offsets/structures
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
because i want a menu of my own for bo3, + for people to enjoy and have fun with, also i'm sure someone will make a gsc injector as i don't have a jtag atm i can't get the addresses, or offsets/structures
Yes I understand but why do you do not buy bo3 and get access to the mod tools then? ->
You do not have permission to view link Log in or register now.
It's cheap! :smile:

Also here the mod tools docs:
You do not have permission to view link Log in or register now.
 

JayCoder

Veteran
Staff member
Messages
369
Reaction score
152
Points
903
:confused: You think it won't run? :grinning:
ik it won't as i haven't put a good motherboard in my pc, nor a good cpu all i need, is a new mother board, ddr3, and new processor, atleast i5, processor fan, new videocard as my only outputs 2.5gbs
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
ik it won't as i haven't put a good motherboard in my pc, nor a good cpu all i need, is a new mother board, ddr3, and new processor, atleast i5, processor fan, new videocard as my only outputs 2.5gbs
You should definitely increase the power of your cpu!
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
could u possibly look at my menu code i posted i can't seem to find the problem with it, it's rediculess
I will take a look after I did answered 2 other questions! :smile: But the problem at your was that I was wondering with which file do you replace your modded one? :smile:
 
Top