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

Members Online

»
0 Active | 8 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: Starter Scripts for those new to SoF II
mv_mb~rb
General Member
Since: Dec 23, 2006
Posts: 20
Last: Dec 23, 2006
[view latest posts]
Level 1
Category: SoFII General
Posted: Monday, May. 3, 2004 12:27 pm
Quote (Nologic @ May 02 2004, 9:26 am)
mv_mb -

Check the first post in the thread :)

hmm
maybe i didn't write it so clear.
Advanced lean script is not what i want.

i need a bind where i click to lean left and right

if i press once, it will lean to left second press i lean right
and so on...
Share |
ThE_OnE~rb
General Member
Since: Dec 23, 2006
Posts: 2
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Tuesday, May. 4, 2004 08:07 am
hello

I would like to know if it's possible to change your crosshair
(colour, size, type) when your clip is empty and where you
are reloading.



Thx for your help m8  :)
Share |
big lebowski~rb
General Member
Since: Dec 23, 2006
Posts: 2
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Friday, May. 28, 2004 02:18 pm
hi nologic :)

i think u are the most experienced dude on this forum.so i ask u

do you have any idea about a lean/crouch script with one button hit? (not locked) - i mean 1 bind for toggling leaning (left/right) and crouching at the same time.

here is an example but i dont like that script cause leaning is locked.
this is what i want: just press and hold down the button and when i release the key i will switch back to my stand position.
2 bind buttons would be fine also (crouch lean left/crouch lean right).

sorry for my bad english

set crouchswitch "vstr duck"
set duck "+movedown; set crouchswitch vstr stand"
set stand "-movedown; set crouchswitch vstr duck"

set ll "set ml vstr rr; +leanleft; -leanright"
set rr "set ml vstr ll; +leanright: -leanleft"
set ml "vstr ll"

bind x "vstr ml"
bind x "+forward; -leanleft; -leanright"
bind x "+back; -leanleft; -leanright"
bind x "+moveup; -leanleft; -leanright"

bind UPARROW "+forward" // Walk Forwards
bind DOWNARROW "+back" // Walk Backwards
bind LEFTARROW "+moveleft" // Strafe Left
bind RIGHTARROW "+moveright" // Strafe Right
bind DEL "vstr crouchswitch; vstr ll_f" // Lean Left
bind PGDN "vstr crouchswitch; vstr rl_f" // Lean Right

any idea?

thanx :;):
Share |
big lebowski~rb
General Member
Since: Dec 23, 2006
Posts: 2
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Friday, May. 28, 2004 02:22 pm
oops that script was wrong  - this is the example for crouching and leaning - but i dont like that u have to lock and unlock leaning.


set crouchswitch "vstr duck"
set duck "+movedown; set crouchswitch vstr stand"
set stand "-movedown; set crouchswitch vstr duck"

set ll_01 "set ll_f vstr ll_02; +leanleft; vstr rl_02"
set ll_02 "set ll_f vstr ll_01; -leanleft"
set ll_f "vstr ll_01"

set rl_01 "set rl_f vstr rl_02; +leanright; vstr ll_02"
set rl_02 "set rl_f vstr rl_01; -leanright"
set rl_f "vstr rl_01"

set null "vstr ll_02; vstr rl_02"

bind UPARROW "+forward" // Walk Forwards
bind DOWNARROW "+back" // Walk Backwards
bind LEFTARROW "+moveleft" // Strafe Left
bind RIGHTARROW "+moveright" // Strafe Right
bind DEL "vstr crouchswitch; vstr ll_f" // Lean Left
bind PGDN "vstr crouchswitch; vstr rl_f" // Lean Right
Share |
Devist8~rb
General Member
Since: Dec 23, 2006
Posts: 3
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Sunday, Oct. 24, 2004 11:17 pm
Is there a way to bind my step left/right and lean left/right to the same keys, so that i will lean when i move left or right?
Share |
Devist8~rb
General Member
Since: Dec 23, 2006
Posts: 3
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Monday, Oct. 25, 2004 03:37 am
Quote (Nologic @ Oct. 24 2004, 9:19 pm)
bind x "+actioncommand; +actioncommand"

I dont want it to be a toggle. I want it to go back to normal when i let go.
Share |
RWD_Drifting~rb
General Member
Since: Dec 23, 2006
Posts: 1
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Wednesday, Dec. 15, 2004 07:19 am
when i join a server all my script has been cancel and i have to type it over and over again when i exit the game completely and play the game again. how do i make it so i wont keep typin exec script.cfg everytime i join a server???????????????
Share |
ThE_OnE~rb
General Member
Since: Dec 23, 2006
Posts: 2
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Thursday, Mar. 31, 2005 08:02 pm
Well frist i would like to say: Nologic your doing a great job with is forum topic !!!

Well

I would like to know how to get a bind that will put my weapon in singel shot. I know you can toggel it with
Code Sample
bind x "+firemode"


But i want
Code Sample
bind x "(singelshot)"


So i can just puch one botten

[MKP]ThE OnE  :)
Share |
Wou[Z]eR~rb
General Member
Since: Dec 23, 2006
Posts: 10
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Sunday, May. 1, 2005 12:26 pm
Hi

I got a problem with one off the scripts that I can download at the first page. it is the first off the mp scripts.

http://home.comcast.net/~nologic3/Files/SoF_II_Scripts/mp.rar

I cant excecute the commands that i select like example
first I select a ID number off a player then I go to OSP commands. then I do strike then I press the button for action, but nothing happens then :S. Hope You Guys Can help me
Share |
Wou[Z]eR~rb
General Member
Since: Dec 23, 2006
Posts: 10
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: SoFII General
Posted: Tuesday, May. 3, 2005 03:57 pm
Well it doesnt matter anymore I made my own script, based on that script it is on a other way, and I didnt used all menus only the OSP admin, osp ref, pb local and cmds. But thanks for your help anyway, and yes when I used that script I hit about 5 times the max_var
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

»