Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline Letoff  
#1 Posted : Tuesday, December 31, 2013 9:41:45 AM(UTC)
Letoff

Joined: 12/31/2013(UTC)
Posts: 2
Location: Simferopol

1. Developing a master AI client to Exitgames Photon Server (not cloud). Prompt how to implement better?

2. How can I disable rendering and leave only the output in the console?

3. Unfortunately branches Russian forum redirect to the home page forum ))

Thanks a lot for such preety SDK )

Wanna join the discussion?! Login to your forum accountregister a new account. Or Connect via Facebook Twitter Google

Offline Letoff  
#2 Posted : Tuesday, January 7, 2014 9:26:53 PM(UTC)
Letoff

Joined: 12/31/2013(UTC)
Posts: 2
Location: Simferopol

Why its so quiet? )
Offline Benjamin  
#3 Posted : Wednesday, January 8, 2014 8:16:06 AM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Good question and thanks for the nice comments, we might have overlooked your question, sorry.

1. We worked with Photon Server in the past (e.g. iSkat), but we did not find many users wanting an integration. Since Photon Server is all C#, there is not much integration issues anyway. To use it for networking you would write a Client/Server class network implementation. To use it for AI you have to integrate it into your game. If you have a more specific question, ask ahead.

2. Hmm, this sounds a bit strange. You still want to use the full engine with rendering, graphics, multimedia, input, windows management, etc. and just disable rendering? It is possible, you would just have to derive from Graphics and implement a dummy, but a far better solution would be to not use any of these assemblies at all and just have your game logic run. You even could use entities and just call them yourself in your update tick (look at AppRunner on how to do that, basically just call EntitiesRunner.Current.UpdateAndDrawAllEntities(()=>{});)

3. True, this is strange, some unicode problem I guess. Bug written down for that.
Rss Feed  Atom Feed
Users browsing this topic
OceanSpiders 2.0
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2023, Yet Another Forum.NET
This page was generated in 0.046 seconds.