ZDaemon Forum Index ZDaemon
Client/Server DOOM
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Change_camera affects all players in online mode

 
Post new topic   Reply to topic    ZDaemon Forum Index -> Fixed Bugs
View previous topic :: View next topic  
Author Message
Zedek
has entered the game!


Joined: 10 Mar 2013
Location: Tijuana, México

PostPosted: Mon Apr 01, 2013 8:23 pm    Post subject: Change_camera affects all players in online mode Reply with quote

The problem is when i'm using this script
script 1 death
{
changecamera(1,0,0);
delay(2*35);
changecamera(0,0,0);
}
in where is supposed that only the player who died change it's camera, in local it works fine but in online mode all the players change their camera when someone dies.

Test wad: http://speedy.sh/xZQCq/camtest.wad (DM)
Back to top
View user's profile Send private message
Cybershark
Spamming!


Joined: 05 Jan 2005
Location: off the grid, but still fighting for the users!

PostPosted: Tue Apr 02, 2013 11:50 pm    Post subject: Reply with quote

Hrmm... I don't have extensive experience of this feature, but I do know that Milian used some form of camera switching in a secret in Zodiac. It never did anything back in the day, but Luca and I went to check it out a while back, and it seemed to work fine Confused
Back to top
View user's profile Send private message Visit poster's website
Zedek
has entered the game!


Joined: 10 Mar 2013
Location: Tijuana, México

PostPosted: Wed Apr 03, 2013 12:03 am    Post subject: Reply with quote

Hmmm Maybe is the server version, i have the version 2012-09-06 i had another problems with this version that don't happen in the new one 2013-03-05 but isn't public yet =/
Back to top
View user's profile Send private message
phenex2
Unstoppable!


Joined: 10 Jan 2008

PostPosted: Thu Apr 11, 2013 6:40 pm    Post subject: Reply with quote

Zedek contact [SDA]Krawa on irc and test it with him please.
Back to top
View user's profile Send private message
Zedek
has entered the game!


Joined: 10 Mar 2013
Location: Tijuana, México

PostPosted: Sun May 12, 2013 9:14 pm    Post subject: Reply with quote

Okay, i forgot the wad for a month, but i asked krawa to help me.
http://krawaserv.dyndns.org/demowads/testcam2.wad <Test wad

script 1 (void)
{
changecamera(1,0,0);
print(s:"test Void");
delay(2*35);
changecamera(0,0,0);
}
script 2 Death
{
changecamera(1,0,0);
print(s:"test Death");
delay(2*35);
changecamera(0,0,0);
}

I used the same script with two different Script types, in the case of Void, when i pressed the button, i (activator) can see the text and the camera change, the 2nd player stills with his normal camera and no text appears to him.

The other case, with DEATH, a player dies and he can see the text and the camera change, the other player changes camera too but see no text.

Later Krawa and i tested it on zdoom 2.6.1, and everything work fine.
Back to top
View user's profile Send private message
Krawa
There is a limit


Joined: 23 Nov 2008
Location: #SDA

PostPosted: Sat Jan 27, 2018 2:31 pm    Post subject: Reply with quote

No, not fixed yet (1.10.b08).
Back to top
View user's profile Send private message Visit poster's website
Kilgore
Air Cavalry


Joined: 17 Jun 2003
Location: Up the river

PostPosted: Sat Jan 27, 2018 4:21 pm    Post subject: Reply with quote

Found and fixed. Thanks a lot Krawa.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    ZDaemon Forum Index -> Fixed Bugs All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group