Home   Help Search Login Register  

Author Topic: Qustion on Main scripts disablement help!  (Read 465 times)

0 Members and 1 Guest are viewing this topic.

ed42566

  • Guest
Qustion on Main scripts disablement help!
« on: 04 Jul 2005, 12:10:12 »
Hoi,

I have some trouble to understand this bit down below.
I done loaded the CTB addons and want to use them in an Misson.
But something things I like to set Off in these addons.
(Because the sort of laggy thing that comes with it.)
Here below you see what you have to do to get this working.

Qustion: what do they mean with a Global place.?
with what do you place on the map? an addon? help.help.help
--------------------------------------------------------------------------------------------
Examlple of the readme file that came with it.
IV. Scripts

1) Main scripts disablement:
If you want to use all COMBAT! addons without scripts, write in a global place:
- "CBT_NoScripts = true"

If you want to use M901's without scripts, write on a global place:
- "CBT_M901_NoScripts = true"

To play the APCs without smoke and light effects, write in a global place:
- "CBT_NoSmoke = true"

To reduce smoke effects in all CBT addons, write this line in global place:
- "CBT_LowSmoke = true"
---------------------------------------------------------------------------------------------
Here is somthing els. Done below.

I like to play this as an Multiplayer game.
But I do also don't understand what they mean with
(put a Game Logic on the map and name it "serverChk")
What do I do?

Examlple of the readme file that came with it.
Multi Player:
If you want to use COMBAT! Addons  in multiplayer (especially on client-servers), put a Game Logic on the map and name it "serverChk" or use the "Network Services" of the Chain of Command Mod.

Please Help me out with it.
Some extra Tip's on it will be very nice. In front thank's

Greeting's and hopefully till hearing's.


qqqqqq

  • Guest
Re:Qustion on Main scripts disablement help!
« Reply #1 on: 04 Jul 2005, 13:39:08 »
Open the MP mission in the Mission Editor.    You place a gamelogic the same way as you place any other unit, like a soldier.    In the Name field of the gamelogic write serverChk.

The best "global place" is a file called init.sqs.    You have to create this yourself.   Read snYpir's tute How to use Objectives and init.sqs.    It's very easy.    In the file write

CBT_NoScripts = true

and so on.