Separate names with a comma.
http://steamcommunity.com/sharedfiles/filedetails/?id=832036944 And here's the spreadsheet link [MEDIA]
It's programming, best to think of everything as Doable until proven otherwise... Just like science.
There is a creatures tab in my playfield.yaml editing spreadsheet. Link is in my guide, but I haven't updated it in a few months.
Last one, I swear... I wish there was an event that triggered when a deco item is used. So I can set specific deco items in game to trigger API...
Googled it... Took me a few tries to get the right search parameters
say 'Remember, safety in numbers. Always make sure you''re allied with your main faction.' that isn't a double quote btw. it's 2 Apostrophes....
Q: does CmdId.Request_Player_List work? A: Yes GameAPI.Game_Request(CmdId.Request_Player_List, (ushort)CmdId.Request_Player_List, null ); You...
I started a group awhile back for just this type of discussion... It didn't go over too well but I haven't deleted the group yet....
When I first read this my first thought was "that's is Well beyond the capabilities of this Type of API" but I thought about it for a bit... In...
are you trying to do GameAPI.Game_Request(CmdId.Request_ConsoleCommand, (ushort)CmdId.Request_ConsoleCommand, new...
I wish there was an event for when a player/faction completes a mission so I can write my own missions that unlock chat commands that I set up in...
I wish it was possible to retrieve information about what status effects a player has and affect them with the API. That way I can set up a...
You could use the API... Set it up so when a player says a chat command a ship spawns next to them then gets set public so they can take it over....
I wish there was an event for typed into console so I can log when admins use console commands and if I could move some of my chat commands to the...
Another programmer created a website that generates a random universe. Do that then use this random POI program. You will never be able to...
Use Request_InGameMessage_SinglePlayer Or Request_InGameMessage_Faction For more info, try the wiki http://empyrion.gamepedia.com/Game_API_CmdId
try this? I'm no programmer but this isn't showing any errors when i type it in to Visual Studio ItemStack[] EchangeItems = new ItemStack[]...
I figured it out a month ago, lost this thread. Thank you for reminding me. steamcmd +login xango2000 +app_update 530870 -beta experimental...
If it's not possible when they are offline then you could just set it up so when they log on that triggers the changes you want to make.
good question I imagine you could grab the player coordinates of when they change playfields then teleport the player back to those coordinates...