Black Screen client screen when using workshop 25

Posted By: fangedscorpion

Black Screen client screen when using workshop 25 - 07/24/10 00:56

I have been following the multiplayer tutorial (workshop #25) and when it says to start the engine with -cl and -sv I do that. Then when I go back to make the client only window, all that shows up is a black screen.

Any help?

Here is a link to some pictures:

http://cid-6ccb308ebedf3033.office.live.com/self.aspx/Public/lite-c%5E_files/Capture4.GIF //the final 2 windows


http://cid-6ccb308ebedf3033.office.live.com/self.aspx/Public/lite-c%5E_files/Capture2.GIF //just the server window

http://cid-6ccb308ebedf3033.office.live.com/self.aspx/Public/lite-c%5E_files/Capture2.GIF#resId/6CCB308EBEDF3033!403 //the server/client flags

http://cid-6ccb308ebedf3033.office.live.com/self.aspx/Public/lite-c%5E_files/Capture3.GIF//starting the client
Posted By: GnR

Re: Black Screen client screen when using workshop 25 - 07/29/10 14:32

http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=335022#Post335022

I was wondering why it didn't work for me either.
Posted By: fangedscorpion

Re: Black Screen client screen when using workshop 25 - 07/29/10 14:51

It seems that no matter what I try to do, it still loads a black screen even if the engine says the client connects to the server.
Posted By: GnR

Re: Black Screen client screen when using workshop 25 - 07/29/10 16:17

I didn't explain it, but the link I posted says that the Multiplayer will not work with the trial version. It will work in trial mode with the new 8.0 betas that are available for download in the "Announcements" forum section.
Posted By: fangedscorpion

Re: Black Screen client screen when using workshop 25 - 07/29/10 16:32

I am not using the trial version though. I have the full commercial edition of A7.
Posted By: Progger

Re: Black Screen client screen when using workshop 25 - 07/29/10 16:47

which Version of Commercial do you have?
Maybe because there was one Version i think it was A7.84(but iam not sure) where the multiplayer didnt work.
Posted By: fangedscorpion

Re: Black Screen client screen when using workshop 25 - 07/29/10 17:50

In SED it says that my version is 7.36.0. Is this the version with the problem?
Posted By: Progger

Re: Black Screen client screen when using workshop 25 - 07/29/10 18:55

and what about WED help/about?
Posted By: fangedscorpion

Re: Black Screen client screen when using workshop 25 - 07/29/10 19:09

It says the commercial edition is 7.84 and WED is 6.944
Posted By: Rei_Ayanami

Re: Black Screen client screen when using workshop 25 - 07/29/10 20:13

you should update
Posted By: Progger

Re: Black Screen client screen when using workshop 25 - 07/29/10 20:18

like i said it was 7.84 which has a little mistake with multiplayer update to 7.86 or 7.85(:
WFG Progger
Posted By: fangedscorpion

Re: Black Screen client screen when using workshop 25 - 07/29/10 21:41

Now the models are black when I start the client and server. Otherwise, I can see both screens!
Posted By: Progger

Re: Black Screen client screen when using workshop 25 - 07/30/10 07:00

you only need light to make them look normal (:
or change ambient
just put my.ambient=100; there after while(1) and evertything must be perfect(:
Code:
action player_move() // control the player on the client, move it on the server
{    
  var walk_percentage = 0;
  while (1) 
  {
  my.ambient=100;
  ...
  }


WFG Progger
Posted By: fangedscorpion

Re: Black Screen client screen when using workshop 25 - 07/30/10 16:31

That fixed it! Thank you!
Posted By: Progger

Re: Black Screen client screen when using workshop 25 - 07/30/10 17:04

No problem laugh
© 2024 lite-C Forums