Home   Help Search Login Register  

Author Topic: MP Skiing for Winter Kolgujev  (Read 873 times)

0 Members and 1 Guest are viewing this topic.

CDNfearme

  • Guest
MP Skiing for Winter Kolgujev
« on: 09 Aug 2003, 19:58:39 »
I need some help getting the script right to enable all players to ski. Only the host can ski. I even  went as far as writing each individuals script as per their respective names.Is it some sort of game logic I need to enable those scripts to run for each player  ????

Offline WizzyWig

  • Members
  • *
  • Mod Maker
    • Oblivion Promotions
Re:MP Skiing for Winter Kolgujev
« Reply #1 on: 09 Aug 2003, 21:59:20 »
just tested that script and it just looks like its a stuck in the mud script
1. how do you work it ps please include the skioff.sqs file

notmucheyecandy

  • Guest
Re:MP Skiing for Winter Kolgujev
« Reply #2 on: 14 Aug 2003, 10:37:59 »

CDNfearme

  • Guest
Re:MP Skiing for Winter Kolgujev
« Reply #3 on: 16 Aug 2003, 15:02:55 »
Here are the other two scripts needed although i dont think they would affect the outcome. I believe it's a matter of game logic (???) to run the scripts on all players computers. BTW this is for 1,46 not resistance.

CDNfearme

  • Guest
Re:MP Skiing for Winter Kolgujev
« Reply #4 on: 16 Aug 2003, 15:03:25 »
next one.....

CDNfearme

  • Guest
Re:MP Skiing for Winter Kolgujev
« Reply #5 on: 16 Aug 2003, 17:54:53 »
As well in the init field of each player is this:
   [] exec "enableskis.sqs"
and for each player's respective names, they have their own sqs to be exe'd.

If you are really interested  post your email and I will send u the complete mission.
 
I really hope someone knows how to make this work for all players :-\

R3dF0x

  • Guest
Re:MP Skiing for Winter Kolgujev
« Reply #6 on: 19 Aug 2003, 15:06:27 »
Well the script uses "player" in it, so do this:

1. Find and replace "player" with "_player" in the scripts
2. Add to the beginning of "enableskis.sqs" this line:

_player = _this select 0

3. Use: [unitname] exec "enableskis.sqs" in the init line of each unit than needs skis

CDNfearme

  • Guest
Re:MP Skiing for Winter Kolgujev
« Reply #7 on: 21 Aug 2003, 10:46:42 »
Hey R3dfox! Thanks for your input. I've changed that stuff aoruond and it seems to be working a little better. Just a problem with my comp crashing/freezing up now whenever I play the mission online. The same happens when someone else hosts...I freeze  or lock up. Could it be that with 5 players there are too many scripts running? It only happens when we go to land the the helo at the first waypoint, and there are no script "on act's" or such at that time in the game. I'm getting closer to getting it right but there are a few small bugs that still need working out.
      Again thanks for the help, and if you are interested in solving some more small bugs, maybe we can give 'er a try sometime and see what comes of it.

R3dF0x

  • Guest
Re:MP Skiing for Winter Kolgujev
« Reply #8 on: 22 Aug 2003, 20:13:01 »
Not sure...could be too many scripts or something else.  If you want,  send me the mission and I'll have look... redfox@indistinct.co.uk

 :D
« Last Edit: 22 Aug 2003, 20:13:29 by R3dF0x »

CDNfearme

  • Guest
Re:MP Skiing for Winter Kolgujev
« Reply #9 on: 05 Sep 2003, 11:26:56 »
Hey Red, sorry bout the delay in getting back. I was at sea for a bit and when I returned I had to replace motherboard. I lost everything >:(. In the process now of tracking down the mission. I'll email it to ya as soon as possible, thanks for the help!