Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 13 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Soldier of Fortune
Category: SoFII General
General game questions, comments and chat.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Previous Page Next Page
subscribe
Author Topic: Single player scripts :: mousewheel + toggles
KnightShark~rb
General Member
Since: Dec 23, 2006
Posts: 63
Last: Dec 23, 2006
[view latest posts]
Level 3
Category: SoFII General
Posted: Saturday, Jun. 8, 2002 07:40 am
Quote (toomey @ June 07 2002, 6:44)
Are these scripts for sp or mp.  Also exactly how do you apply them?  Thanks for any help

Make an autoexec.cfg file and put it in /base/mp/ folder. You can change the key bindings to what you like.
Share |
Turd Ferguson~rb
General Member
Since: Dec 23, 2006
Posts: 285
Last: Dec 23, 2006
[view latest posts]
Level 5
Category: SoFII General
Posted: Monday, Jun. 10, 2002 03:36 am
here is my teamsay script, its pretty long but it works great.  


seta ctf "set chat1 vstr ctf1; set chat2 vstr ctf2; set chat3 vstr ctf3; set chat4 vstr ctf4; set chat5 vstr ctf5; set chat6 vstr ctf6; set chat7 vstr ctf7; set chat8 vstr ctf8; set team_chat vstr defense; set chat_echo echo ^1CTF ^1CTF; echo ^1CTF ^1CTF"
seta defense "set chat1 vstr infd1; set chat2 vstr infd2; set chat3 vstr infd3; set chat4 vstr infd4; set chat5 vstr infd5; set chat6 vstr infd6; set chat7 vstr infd7; set chat8 vstr infd8; set team_chat vstr offense; set chat_echo echo ^1INF ^1DEFENSE ^1INF; echo ^1INF ^4DEFENSE ^1INF"
seta offense "set chat1 vstr info1; set chat2 vstr info2; set chat3 vstr info3; set chat4 vstr info4; set chat5 vstr info5; set chat6 vstr info6; set chat7 vstr info7; set chat8 vstr info8; set team_chat vstr ctf; set chat_echo echo ^1INF ^1OFFENSE ^1INF; echo ^1INF ^2OFFENSE ^1INF"
seta team_chat "vstr defense"
seta ctf1 "say_team "
seta ctf2 "say_team storm the flag"
seta ctf3 "say_team guard the flag"
seta ctf4 "say_team where is the flagholder?"
seta ctf5 "say_team flagholder requesting escort"
seta ctf6 "say_team escorting flag carrier"
seta ctf7 "say_team "
seta ctf8 "say_team "
seta info1 "say_team "
seta info2 "say_team storm the breifcase"
seta info3 "say_team where is the briefcase?"
seta info4 "say_team case holder requesting escort"
seta info5 "say_team escort the case holder"
seta info6 "say_team "
seta info7 "say_team "
seta info8 "say_team "
seta infd1 "say_team "
seta infd2 "say_team guard the briefcase"
seta infd3 "say_team where is the briefcase"
seta infd4 "say_team storm the chopper"
seta infd5 "say_team caseholder near chopper"
seta infd6 "say_team "
seta infd7 "say_team "
seta infd8 "say_team 3"

the corresponding binds are

bind X "vstr team_chat"
bind X "vstr chat1" //use 1-8 obviously
bind X "vstr chat8"
bind X "vstr chat_echo" //just in case you forget what mode
Share |
Turd Ferguson~rb
General Member
Since: Dec 23, 2006
Posts: 285
Last: Dec 23, 2006
[view latest posts]
Level 5
Category: SoFII General
Posted: Monday, Jun. 10, 2002 04:19 am
...  doh, didn't read entire thread
Share |
vevi~rb
General Member
Since: Dec 23, 2006
Posts: 31
Last: Dec 23, 2006
[view latest posts]
Level 2
Category: SoFII General
Posted: Monday, Jun. 17, 2002 07:50 pm
just to clear this up.

In MP, I can create a file called vevi.cfg and put what doggie and trunks wrote and move that to my MP dir. Then in game run the file by typing in consol

exec vevi.cfg

and this will use my mp.cfg w/ the vevi.cfg.

also it was mention before to use the zoom w/ wheel u need to change

bind MWHEELUP +higher; bind MWHEELDOWN +lower;

to..

bind MWHEELUP +zoomin; bind MWHEELDOWN +zoomout;

why is this dif in SP than MP

Thanks in advance :)
Share |
T¥RANITH~rb
General Member
Since: Dec 23, 2006
Posts: 1332
Last: Dec 23, 2006
[view latest posts]
Level 8
Category: SoFII General
Posted: Wednesday, Jun. 26, 2002 12:14 pm
It's different because in SP, you can zoom many things, not just the sniper scope like in MP, so it is called +higher and +lower rather than +zoomout or +zoomin
Just an idea, but couldn't you bind the toggle key to the weapon select key, so that when you choose a sniper rifle, it toggles the mousewheel to zoomin/zoomout but when you choose a different weapon it binds the mousewheel to choose weapon?
Then again, I guess there wouldn't be any point in that, because you would change to the sniper rifle and back with the wheel :D
Best way would be to bind the toggle key (Z) to mouse3 instead.
OR
You could get one of those mice with 2 mousewheels (the 4D mouse dealie) and have one to change weapon and one to zoom :D
Share |
Zed~rb
General Member
Since: Dec 23, 2006
Posts: 13
Last: Dec 23, 2006
[view latest posts]
Level 1
Category: SoFII General
Posted: Thursday, Jun. 27, 2002 09:39 pm
Question: Why should I have to do this?

Wheel mice have been out for what, 5 years now? And developers still can't make them work right in games?  :s17:
Share |
Dangerous~rb
General Member
Since: Dec 23, 2006
Posts: 202
Last: Dec 23, 2006
[view latest posts]
Level 4
Category: SoFII General
Posted: Friday, Jun. 28, 2002 12:32 pm
A little help for someone who isn't very smart please.

I copied/pasted my "sof2mp.cfg" and renamed the new cfg to "autoexec.cfg". I want to bind my number kp to the team chats. 1="Cover Me",2="I Need Backup,Now" etc.I also want to add my own "non-verbal" communications.What is the designations for the num keys? I found the "bind 1-10" but they are the weapon bindings.Thanks

Ok I figured out the "non-verbal" binding. (I was using the numbers not the words),but I can't figure out the verbal communications.Do I still have to press the "G" to initiate the radio communications?I want to try to eliminate this step.
Share |
T¥RANITH~rb
General Member
Since: Dec 23, 2006
Posts: 1332
Last: Dec 23, 2006
[view latest posts]
Level 8
Category: SoFII General
Posted: Monday, Jul. 1, 2002 10:00 am
Quote (Turd Ferguson @ June 10 2002, 04:36 am)
here is my teamsay script, its pretty long but it works great.  


seta ctf "set chat1 vstr ctf1; set chat2 vstr ctf2; set chat3 vstr ctf3; set chat4 vstr ctf4; set chat5 vstr ctf5; set chat6 vstr ctf6; set chat7 vstr ctf7; set chat8 vstr ctf8; set team_chat vstr defense; set chat_echo echo ^1CTF ^1CTF; echo ^1CTF ^1CTF"
seta defense "set chat1 vstr infd1; set chat2 vstr infd2; set chat3 vstr infd3; set chat4 vstr infd4; set chat5 vstr infd5; set chat6 vstr infd6; set chat7 vstr infd7; set chat8 vstr infd8; set team_chat vstr offense; set chat_echo echo ^1INF ^1DEFENSE ^1INF; echo ^1INF ^4DEFENSE ^1INF"
seta offense "set chat1 vstr info1; set chat2 vstr info2; set chat3 vstr info3; set chat4 vstr info4; set chat5 vstr info5; set chat6 vstr info6; set chat7 vstr info7; set chat8 vstr info8; set team_chat vstr ctf; set chat_echo echo ^1INF ^1OFFENSE ^1INF; echo ^1INF ^2OFFENSE ^1INF"
seta team_chat "vstr defense"
seta ctf1 "say_team " <--here
seta ctf2 "say_team storm the flag"
seta ctf3 "say_team guard the flag"
seta ctf4 "say_team where is the flagholder?"
seta ctf5 "say_team flagholder requesting escort"
seta ctf6 "say_team escorting flag carrier"
seta ctf7 "say_team " <--here
seta ctf8 "say_team " <--here
seta info1 "say_team " <--here
seta info2 "say_team storm the breifcase"
seta info3 "say_team where is the briefcase?"
seta info4 "say_team case holder requesting escort"
seta info5 "say_team escort the case holder"
seta info6 "say_team "
seta info7 "say_team " <--here
seta info8 "say_team " <--here
seta infd1 "say_team " <--here
seta infd2 "say_team guard the briefcase"
seta infd3 "say_team where is the briefcase"
seta infd4 "say_team storm the chopper"
seta infd5 "say_team caseholder near chopper"
seta infd6 "say_team "
seta infd7 "say_team " <--here
seta infd8 "say_team 3" <--here

the corresponding binds are

bind X "vstr team_chat"
bind X "vstr chat1" //use 1-8 obviously
bind X "vstr chat8"
bind X "vstr chat_echo" //just in case you forget what mode

What's the point in having lines 1, 7, 8 ?
Share |
Sipher~rb
General Member
Since: Dec 23, 2006
Posts: 1
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Monday, Jul. 1, 2002 09:05 pm
Turd. I took your script and made it into an autoexec.cfg file and put in my MP dir. I edited the bind keys, but when I go into the game I cant use them...what am I doing wrong?

Sipher
:s8:
Share |
Drainpipe~rb
General Member
Since: Dec 23, 2006
Posts: 6
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Tuesday, Jul. 2, 2002 01:28 pm
Is there a way to change all this stuff in Single player?  I've gotten used to my new site color in mp, now when I play sp, i can't see my crosshairs :)   I tried just putting set cv_crosshairRGBA "x,x,x,x" into myconfig.cfg but it didnt work....Any suggestions? or is all this script tweaking stuff for mp only? (sorry about the n00b questions, but I AM a noob hehe) :s8:
Share |
Restricted Access Topic is Locked
Page
Previous Page Next Page
subscribe
MODSonline.com Forums : Soldier of Fortune : SoFII General

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»