Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Reaching out to potentially spark your interest in a partnership deal with BisectHosting! Us at Bisect have noticed your workshop project and think you’d fit in well with the rest of our creators. We offer a variety of awesome perks for our creators. Things like free servers, full access to our artists, and a personal promo code! If interested, let me know and we can discuss more details.
Can’t wait to hear from you!
Thanks,
Martin
BH Partnership Manager
Discord: bhmartin
I might have found something else though just for interest sake...
When on the server with multiple players, I as Zeus had to spawn in closest to all boards first, with a map in my inventory.
If another player without a map in their inventory made the board spawn first, it would be spawned but black for the remainder of the mission. Rendering the board useless.
So first player to cause the map to spawn, needs to have a map in their inventory!
Thanks for everything! Map is a damn great addition! GG!
@Flame I'm not sure what you mean, it works in MP and SP but not in a dedicated server?
Work's well in MP and SP
Be sure to do a test run though, can it be beacause i am only one player using it when testing in eden multiplayer?
My thought are that something is in conflict when there is more than one, the one that is placed first works perfectly.
The second one does not load to the board. It still has the user actions, but nothing shows.
Maybe i did something wrong?
Name change needed for the second one in code?
Thanks in advance!
one runs correctly, the other just is not showing.
I take it that means it only wants to run once at a time.
Is there a way to have 2 working separately? Thanks in advance!
I've been fighting locality for years now with the code. it works fine in eden/SP and then on dedicated servers its totally different behavior.
I just did a control test with this, on a dedicated server without the if (isServer) etc. and I alone get 4 to 6 actions. as the actions are made for both server and client. After I added the if (isServer) check to it, I only get 2 to 3 actions to appear. Which I think is the intended amount. Now I do not know if this