[Fixed] Who should run enter scripts?

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
mivlad
Posts: 42
Joined: Wed Nov 19, 2003 1:55 am

Who should run enter scripts?

Post by mivlad »

It seems that enter scripts are ran by the first player only in multiplayer... In real multiplayer I mean, not in a bot game. I hope this is a bug and not a design concept :)
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Re: Who should run enter scripts?

Post by HotWax »

mivlad wrote:It seems that enter scripts are ran by the first player only in multiplayer... In real multiplayer I mean, not in a bot game. I hope this is a bug and not a design concept :)
Enter scripts should be run by each player as they enter the game, using the entering player as the activator. If you've made a script that prints out a message whenever someone uses it, make sure it sends to everyone, not just the activator, or you won't know it's happening (except for yourself). If that's not the problem and the enter scripts really aren't firing off, then it sounds like a bug.
User avatar
randi
Site Admin
Posts: 7746
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Post by randi »

Fixed. Enter scripts were run with the equivalent of ACS_Execute instead of ACS_ExecuteAlways, so only the first player would execute the enter scripts, and the other players wouldn't because the scripts were already running.
User avatar
Nanami
Posts: 1066
Joined: Tue Jul 15, 2003 5:13 pm
Location: That little island pritch created.
Contact:

Post by Nanami »

How long has that been the case? It seems like SkullTag, based on 52, was giving some odd effects.
Post Reply

Return to “Closed Bugs [GZDoom]”