Post: A few Ideas, and a script if possible :)
04-02-2012, 12:08 PM #1
thatbrat
We Are Legion.
(adsbygoogle = window.adsbygoogle || []).push({}); Right, 3 things, first and foremost, can you guys think of any cool ideas for roll the dice?
I've got like 70 rolls so far, but have run out of imagination. The second and third thing is, does anyone have a script to change the map online and update the correct .bsp for all connected clients, and any ideas on a way of forceing prone(i'm trying to get the "excorsist" like on mw2 lol)?

Any other brainstorming for good scripts i could make & add would be great, i've just added a 3rd menu, so could use some ideas to populate it XD
(adsbygoogle = window.adsbygoogle || []).push({});
04-02-2012, 12:38 PM #2
nay1995
The Master
Originally posted by thatbrat View Post
Right, 3 things, first and foremost, can you guys think of any cool ideas for roll the dice?
I've got like 70 rolls so far, but have run out of imagination. The second and third thing is, does anyone have a script to change the map online and update the correct .bsp for all connected clients, and any ideas on a way of forceing prone(i'm trying to get the "excorsist" like on mw2 lol)?

Any other brainstorming for good scripts i could make & add would be great, i've just added a 3rd menu, so could use some ideas to populate it XD


10 to change map online you must create it like this maps\mp\mp_airfield.d3dbsp and second you cannot force a stance from what i know on cod5 also are you usng my roll the dice or correys?

The following user thanked nay1995 for this useful post:

thatbrat
04-02-2012, 12:59 PM #3
thatbrat
We Are Legion.
Originally posted by nay View Post
10 to change map online you must create it like this maps\mp\_airfield.d3dbsp and second you cannot force a stance from what i know on cod5 also are you usng my roll the dice or correys?


Lol, thanks. I am using you're Roll the Dice base because of it's simplicity and stability.I just added into my menu Smile And i know you can force stance on coop because in the default.ff there are these functions:
AllowCrouch( true );
AllowProne( false );
I was hopeing to implement something similar on multi, however it just returns unknown function. ;( I'm searching through all the includes atm lol.
04-02-2012, 02:16 PM #4
nay1995
The Master
Originally posted by thatbrat View Post
Lol, thanks. I am using you're Roll the Dice base because of it's simplicity and stability.I just added into my menu Smile And i know you can force stance on coop because in the default.ff there are these functions:
AllowCrouch( true );
AllowProne( false );
I was hopeing to implement something similar on multi, however it just returns unknown function. ;( I'm searching through all the includes atm lol.


i already tried the setstance but thant didnt work so i just didnt do it?
04-02-2012, 03:08 PM #5
thatbrat
We Are Legion.
Originally posted by nay View Post
i already tried the setstance but thant didnt work so i just didnt do it?


I'm not sure i figured if i could find the functions for stance in the common.ff, i could Just copy and paste that into my patch. But for some reason when i search AllowStance
or AllowCrouch, it just tells me it's not there, when clearly it is? I might try putting that in a coop .gsc and just import that.


GRrrrr fucking dependecy chains make importing the SP .gsc impractical. But there must be a function to do this, when you are on multiplayer, there are many places in which certan stance are blocked with the string "you cannot crouch(or stand) here" So there has GOT to be a way.

Also, i tryed changeing the map the way you said online, however when i did it in a private match, it just gave me the same old error.
04-03-2012, 03:15 PM #6
nay1995
The Master
Originally posted by thatbrat View Post
I'm not sure i figured if i could find the functions for stance in the common.ff, i could Just copy and paste that into my patch. But for some reason when i search AllowStance
or AllowCrouch, it just tells me it's not there, when clearly it is? I might try putting that in a coop .gsc and just import that.


GRrrrr $#@!ing dependecy chains make importing the SP .gsc impractical. But there must be a function to do this, when you are on multiplayer, there are many places in which certan stance are blocked with the string "you cannot crouch(or stand) here" So there has GOT to be a way.

Also, i tryed changeing the map the way you said online, however when i did it in a private match, it just gave me the same old error.


works for me fine you must be changing the map wrong,do this

mapchange(nay)
{
map(nay,true);
}

The following user thanked nay1995 for this useful post:

thatbrat
04-03-2012, 06:25 PM #7
thatbrat
We Are Legion.
Originally posted by nay View Post
works for me fine you must be changing the map wrong,do this

mapchange(nay)
{
map(nay,true);
}


Hm, that is odd, so it works for you in online private match without odd behavure? I am doing this i have all the map packs, and it just gives the same old error. It works perfectly when i test in LAN party, it's exactly the same with every map.

level.subMenuFunctions[8][11] = ::GoMap;
level.subMenuInputs[8][11] = "maps/mp/mp_docks.d3dbsp";

GoMap( duck )
{
map( duck, true);
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo