dfgas
Member-
Posts
386 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by dfgas
-
codefling shows you are on version 1.0.3 but if i open the plugin (gamecms.cs), the version in there shows 0.1.2 [Info("GameCMS", "GameCMS.ORG", "0.1.2")] [Description("Link your game server with the GameCMS.ORG API.")][Info("GameCMS", "GameCMS.ORG", "0.1.2")] [Description("Link your game server with the GameCMS.ORG API.")]
-
can you please make the version numbers on the plugin and codefling please match?
-
so if i want to add another level, just add this? "Upgrades (Level 3)": [ { "Fuel Configuration": { "Shortname": "lowgradefuel", "Resource Extraction Interval In Seconds": 60, "Fuel Required Per Extraction": 20 }, "Storage Slots": { "Fuel": 3, "Resources": 12 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 100 }, { "Shortname": "stones", "Amount": 1100 }, { "Shortname": "metal.ore", "Amount": 770 }, { "Shortname": "sulfur.ore", "Amount": 550 }, { "Shortname": "hq.metal.ore", "Amount": 110 } ], "Required Items To Upgrade": [ { "Shortname": "Economics", "Amount": 25000 }, { "Shortname": "scrap", "Amount": 1000 }, { "Shortname": "pumpkin", "Amount": 100 } ] }, this is just an example also what is the shortname of the quarry computer? so i can add that as an upgrade
-
sorry wrong plugin, you can delete this.
-
so if i want to add another level, just add this? "Upgrades (Level 3)": [ { "Fuel Configuration": { "Shortname": "lowgradefuel", "Resource Extraction Interval In Seconds": 60, "Fuel Required Per Extraction": 20 }, "Storage Slots": { "Fuel": 3, "Resources": 12 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 100 }, { "Shortname": "stones", "Amount": 1100 }, { "Shortname": "metal.ore", "Amount": 770 }, { "Shortname": "sulfur.ore", "Amount": 550 }, { "Shortname": "hq.metal.ore", "Amount": 110 } ], "Required Items To Upgrade": [ { "Shortname": "Economics", "Amount": 25000 }, { "Shortname": "scrap", "Amount": 1000 }, { "Shortname": "pumpkin", "Amount": 100 } ] }, this is just an example also what is the shortname of the quarry computer? so i can add that as an upgrade
-
i am assuming not, i went to the bot and tried that with no commands found
-
when I make a sorting system, I make a return system. the return system is all of the outlets on all my boxes tied together so I can just hook up conveyors to lets say auto crafters and pull from the return system of what I want. it doesn't matter because everything is in there. I think it would be neat to have the computer from giant ex (I know we can get this because quarry computer uses it) to pull what you want and there would be a satchel that will have x number of slots for things to go to and you grab from there and go.
-
that does not work, not a command
-
is there a way to just ignore this plugin for now? how would i do this if so?
-
like i said, that may work for some people. I love this plugin and i feel that is the thing that needs to change on it. i am impressed with how it works
-
So update checker has us put in the messageID and the message that it originally put in the #updates channel on my discord server, it will keep updating that same message in the channel so like right now, there are no updates so it changed that message to . if there are updates, it will then change it to what needs to be updated. This way it does not continue to spam the channel with messages. I am sure that is perfect for some depending on their setup but i have a channel just for server updates that no one has access to for chatting and i just check this a few times a day. it would be great to have the option the current way you have it or this way where i just continually updates that message.
-
it keeps telling me that AdminMenu v1.1.9 by 0xF but i am on the newest version at 1.1.11 on codefling. it has the right link but not right version.
-
Close this... my rcon password was not correct. is there a way to have it reuse the same message? or can you add the option?
-
Is there a good how to on how to set this up correctly. right now it tells me that it is checking 0 plugins. i am under if i am doing any of this right at all.
-
i can not get this to work
-
how do you get it not to auto place the stuff on windows and doors? i would like people to be able to put there if they want
-
ehh, close the ticket. you were right. shut it down and run update twice and repair twice and then all good.
-
the arm of the excavator go to the point that you would phase through it. after rebooting and reloading the plugin it was decided to delete all config files for virtual quarries. when i start it up, this is what i get: 11/21 19:22:08 | Unloaded plugin VirtualQuarries v2.4.9 by ThePitereq 11/21 19:22:19 | VirtualQuarries v2.4.9 by ThePitereq hook 'Init' took longer than 100ms [144ms] 11/21 19:22:19 | Loaded plugin VirtualQuarries v2.4.9 by ThePitereq [432ms] 11/21 19:22:19 | Checksum validation failed for 'ExcavatorArm.RPC_SetResourceTarget' [OnExcavatorResourceSet] 11/21 19:22:20 | Checksum validation failed for 'ExcavatorSignalComputer.RequestSupplies' [OnExcavatorSuppliesRequest] 11/21 19:22:22 | Unloaded plugin VirtualQuarries v2.4.9 by ThePitereq
-
i am not getting cargo but everything else works
-
i would like the ability to randomize events times and not based off of static time. i may want airdrop to come every 30mins to 1 hour. right now i have a few events that are set too ever 1 hour and they all start at the same time. i would like to randomize them.