Separate names with a comma.
C# is open source and works on many platforms. Unity, which many games including this one, uses C#. Asking the developers of the game to provide...
I've been working on a simplified API as well that my mods use:...
It feels weird in Minecraft when you can build floating structures, though. I think you need something to prevent that.
I tested the chat API by enabling the client mod for Dedi, but the logs show that it is receiving the messages, but the sending a message doesn't...
I think the idea is that the shield generator is not a thing for a small vehicle.
I have working examples of some console commands in the mod wrapper I maintain:...
Is there a way to spawn NPCs via console command?
Can you share the console command?
Is the new chat api supposed work in dedicated server mode? I wasn't successful getting the chat messages to post, and the demo code only shows...
Are you thinking of Eleon.Modding.CmdId.Request_ShowDialog_SinglePlayer? That does return Event_DialogButtonIndex. I tested again with A10, and...
Yes, I have a mod that some servers use to spawn in starter vehicles for players. It's listed here:...
Are you talking about Eleon.Modding.CmdId.Request_ShowDialog_SinglePlayer? I get responses back from that request. I double checked, and I don't...
Ah, I was setting the factionGroup to Eleon.Modding.PlayerInfo.factionGroup of the player who was to own it.
Any update on this? I was hoping that this would be fixed in Alpha 8.
I'm setting it to the value I get from PlayerInfo.factionGroup