08-14-2011, 11:59
Guys im a lil stuck at the moment with some things in the tut....
THE START
at the very start of quickcommands.menu you will see this: is this suppose to be the new file i created ? ie :mod_menu. or the actual file i just opened and saved as in my mod folder ? ( a lil confused )
EDITING THE TITLE
Now we can start editing the file. The quickcommands.menu file is not that big and there is not that much stuff in it.
( ditto is this to occur in the quickcommands.menu which is in the one i just created as my mod_menu or the actual original one)
Again change the text to whatever your first option is but, make sure it starts with:
Code:
^31. ^7
So that it shows that pressing the 1 key will execute this function. ( so by pressing 1 in game i get the menu poping up ?
execKey "1" { scriptMenuResponse "give_ak47_mod"; close tutorial_example_menu; -------> this is one line i put in
if someone can help me or give me pointers it would be appreciated. im absolute nub i mean green/virgin at this stuff.
( i get the concept that commands/lines tell the game to do things etcc but i don't know where to look or start)
Steam names __elysium__ if its easier. Ta.
THE START
at the very start of quickcommands.menu you will see this: is this suppose to be the new file i created ? ie :mod_menu. or the actual file i just opened and saved as in my mod folder ? ( a lil confused )
EDITING THE TITLE
Now we can start editing the file. The quickcommands.menu file is not that big and there is not that much stuff in it.
( ditto is this to occur in the quickcommands.menu which is in the one i just created as my mod_menu or the actual original one)
Again change the text to whatever your first option is but, make sure it starts with:
Code:
^31. ^7
So that it shows that pressing the 1 key will execute this function. ( so by pressing 1 in game i get the menu poping up ?
execKey "1" { scriptMenuResponse "give_ak47_mod"; close tutorial_example_menu; -------> this is one line i put in
if someone can help me or give me pointers it would be appreciated. im absolute nub i mean green/virgin at this stuff.
( i get the concept that commands/lines tell the game to do things etcc but i don't know where to look or start)
Steam names __elysium__ if its easier. Ta.