-
Content count
272 -
Donations
0.00 EUR -
Joined
-
Last visited
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by QGS
-
Hi there! I made this system for our customers but wish to share it with the entire community. All this is is the loot table compiler with multiple mods added to the groups file. Download the tool here: Click Here Then fill the form in here: Click Here Then copy the output of the form into the LootTables.h file, then drag the LootTables.h file and the LootItemGroups.h file into the compile.bat file, this will generate a CfgLootTables.hpp file with your loot table in it. You then extract your exile_server_config file from your server, edit the config file and delete the entire CfgLootTables class and copy the contents of the CfgLootTables.hpp file in its place.
-
Hey Guys, Don't often ask for help here, however i have a weird problem i can't seem to work out. Since the latest update random servers will just crash out of the blue, even if you remove all mods. If i change them to running the 64 bit version of ARMA it boots fine but then i have the whole extdb3 mess to deal with. Ideally i would like to get all the servers running smoothly on 32 bit.
-
Hey, Check us out, can switch you to 64 bit easily. And if you help us to setup a reliable 64 bit exile setup I'll give you your second month free! Craig
-
Thats harmless, show me your whole rpt file.
- 6 replies
-
- exilemod
- summer chernarus
-
(and 1 more)
Tagged with:
-
You need semi colons inbetween your mods, not commas.
- 6 replies
-
- exilemod
- summer chernarus
-
(and 1 more)
Tagged with:
-
Ah, thought you meant ours was down We can help you switch mate, just shoot us a ticket.
-
Hi Davie, Can you open a ticket with us please? Control panel is working fine my end, we did have a outtage last night however it was quickly resolved.
-
Spec wise, thats fine. ARMA won't use more then 3GB of RAM, and assuming you don't run much in the background that processor is one of the best for just one server. (Desktop processors always trump server processors, however not practical in large scale hosting) Can you run a speedtest for me? To see the true speeds you actually get. Otherwise, feel free to check us out, our TCAdmin isn't slow (Used to be, until i gave it a kick up the arse )
-
Ping our website, its held in the same DC as our UK servers. Let me know what you think
-
Hey mate, email [email protected] please
-
Send us a Pm on here mate.
-
Hey Shadow, Where did you buy from out of curiosity? As with us we offer help doing all this for you. Craig,
-
Its hard to quote exactly what someone said without breaking confidentality But yeah, i should of been more clear in my response, my excuse is after working on a backup system throughout the entire night, my head was a tad fried
-
Right, few things we need to make clear here. When a customer comes to us and goes "The server crashes" and we ask what they have changed. The natural assumption is what has changed. "I updated Infistar and added some buildings to part of the map using the method I've used for other buildings." Is what we get off the customer. Infistar has caused crashes in the past, however this was more ARMA not being happy on one of the older ARMA updates. Since our reply the customer has not gotten back to us, Infistar is the easiest part to roll back, if that didn't solve it then it would be the buildings added. People saying stuff like Is rather insulting, as we take all instances like this seriously. However either way this is down to something on the server itself, as this is the first report we have had of server crashes in literally months. As ARMA seem to of gotten their act together recently in terms of stabilising the game. We have a step by step system on these kind of issues. The first being rolling back any changes, then running steam update to verify the game files, and then in extreme cases when its still happening is to move the server to another node to take the server itself out of the equation. If its still crashing then its 100% something added to the server.
-
Server hosting that installs mods for you!
QGS replied to Bambamgman's question in Ask a Game Server Provider
Ours is the same -
Server hosting that installs mods for you!
QGS replied to Bambamgman's question in Ask a Game Server Provider
Thats just a addon for our ARMA 3 servers. You can order any size teamspeak you wish via our normal teamspeak order page on our website. -
Thank you for pointing this out, Most of our Installs had this corrected but our Cherno and Esseker got overlooked. We apologize about the inconvenience this may of caused and we are correcting it on our backend now! Please put in a support ticket and we will be happy to fix this for you! Once again, Thank you
-
Wrong post!
-
I agree, There is alot that goes on behind closed doors that alot of customers never get to see. They get frustrated way before they fully understand some of the stuff we go through and the amount of tickets that we deal with. We offer both Dedicated Boxes, with managed and unmanaged options, Managed Game hosting(typical gameserver) and we are now selling VPSs.
-
Hey Guys, Looking for someone who can code a PBO Extractor which runs from the commandline, also has some other pretty specific requirements. Please PM me if you are capable of doing this.
-
With the fact this is for live customer systems. I would rather pay to have a system do exactly what i want how i want it. Rather then try to bodge a 3rd party program to do what i want and risk breaking someone elses server.
-
Can you provide some higher resolution pictures please? However, the last two are key errors by the looks of it so the mod on either your PC or the server is out of date. Craig,
-
Well, just the last modified PBO. (So the newest). Or if you want to get really clever, read the config file (Can provide the path) and read the mission name off that. This is purely for extracting mission files.
-
I need a system which will auto detect the PBO and extract it, also if something goes wrong to just quit itself. CPBO doesn't do the latter and hangs, causing our system major issues. Hence needing one coded.
-
Our system uses a combination of windows batch and c++ programs we made ourselves.