Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
Downloading from github isn't really ideal, cool that you made it open source and all, but needing to travel to the bin folder to download your tool, non-developers are not going to know that...
Secondly, I give you credit for the attempt, but the way the devs have the server commands right now, just doesn't work, and they NEED to fix them. Your tool doesn't even boot the server, create save data and so on. Probably not your fault though, never seen a game server try to pack so many launch peramiters into one start command before.
Also I think I read about a dev created gui comming in the future.
and i an sure for this will work 100%
but i want to ask how i will replace the old one with the new one ??
Suggested Changes...
- Add the option to specify a path for the Ark Server, so you can use existing installs without having to rename anything.
- Automatically load up the current values that are already set for existing servers.
- <BUG> even though UI clearly displays 1300 by default for the MaxStructuresInArea, the GUI was setting the value to zero. I stopped the server, changed the ini manually, then started the GUI again and checked the INI to confirm and it was again set to zero. Changing the value in the GUI appears to prevent it from setting the value to zero (seems like it removed the setting from the INI all together).
- Looks like the Difficulty Offset is not working correctly. Last I heard the correct values for this were between 0-1, default being something like 0.3. But currently your GUI will not accept decimals. When trying to set a .5 value, my ini is changed to 5.0(assuming I can bypass the GUI error)
- Add options for the server settings that are found in the GameUserSettings.ini
XPMultiplier
TamingSpeedMultiplier
PlayerCharacterWaterDrainMultiplier
PlayerCharacterFoodDrainMultiplier
AutoSavePeriodMinutes
etc...
- Add Tooltips explaining each setting and viable ranges/examples
- Add download links directly to the exe and dll for those that aren't familiar with coding.
- Looks like you are using .net 4.5 for handling the .zip file, you may need to mention that the .net 4.5 framework will be required in order for this to function, or change how you handle the zip so it doesn't require the 4.5 framework.
For those that are having problems with the GUI working, try making sure you have the .net 4.5 framework installed. The GUI will crash if you do not.
The .Net framework version doesn't matter with the archive. It matter with the handling of the process by the system and it's the version used to program this tool.
Windows Server 2008 is an actively sold product (though I think it is illsuited for running game servers). The Bare Bone Windows Server 2008 with most of GUI and Server components ripped out is even available for free (slight simplification) as "Windows 2008 Core", it is pretty much a headless Windows 7. A couple of fellas has made a sport of reintegrating missing components into W2008 from publically available Windows 7 Patches and Updates to make it a pretty complete Windows 7 - well, nearly as mad as those Guys who added a 64Bit memory manager to Windows 98 and a NT compability layer... Last time I looked at it I concluded that "Linux from Scratch" is an easier approach though :-)
any ideas?