Questions tagged [wildfire-api]

Wildfire API is an application-programming-interface that enables game developers to link their game up to the Wildfire platform. Wildfire is a multiplayer gameserver platform, enabling game developers to offer a multiplayer system for their game.

Wildfire is a multiplayer gameserver platform, enabling game developers to offer a multiplayer system for their game.

3 questions
1
vote
1 answer

What am I doing incorrectly to my approach to this function & its call?

I have a fairly simple nested table Aurora64.Chat containing a couple of functions (where the main Aurora64 class is initialized elsewhere but I inserted it here for completeness): Aurora64 = {}; Aurora64.Chat = { entityId = 0; Init =…
AStopher
  • 4,207
  • 11
  • 50
  • 75
0
votes
1 answer

Are there serious compatibility issues with Java8 and JBoss EAP 7 for deploying web services with JBOSS developer studio

When I set my server to deploy my .war file I get this error log on JBoss dev studio: I am using Java 1.8.0-161 and also JBOSS EAP 7.0.0.GA Core 2.1.2.Final-redhat-1 with JBOSS Red Hat Developer Studio version 10.4.0.GA trying to deploy a service…
-1
votes
1 answer

Why is the file being overwritten?

I'm designing a new server application, which includes a subroutine that parses the input into the console window, for example LogAlways("--- CPU detection ---") will be written as: [net 21:8:38.939] --- CPU detection --- This is the…
AStopher
  • 4,207
  • 11
  • 50
  • 75