Post by bletch on Aug 5, 2016 0:26:13 GMT -5
The validation only concentrates on the map and mods and is only run using the validate button or on a manual server start. I have tried to make it as simple and fast as possible while hitting the most common problem areas.
Validation steps performed as are follows
1. Check if the Map Name is empty
Error - The map name has not been entered.
2. Check the server
i. Check if the server executable folder exists (ShooterGame\Binaries\Win64)
Error - Server files have not been downloaded, server folder does not exist.
ii. Check if the server executable exists (ShooterGameServer.exe)
Error - Server files have not been downloaded properly, server executable file (ShooterGameServer.exe) does not exist.
iii. Check the server APPID (SE = 346110, SotF = 407530)
Error - The server files are for a different Ark application.
3. Check if a map mod has been entered (/Game/Mods/<modid>/<mapname>)
i. Check if the map mod folder exists
Error - Map mod has not been downloaded, mod folder does not exist.
ii. Check if the map mod .mod file exists
Error - Map mod has not been downloaded properly, mod file does not exist.
iii. Check if the map mod type is a map mod type (mod type = 2).
Error - The map mod is not a valid map mod.
iv. Check if the map mod's map name matches the Map Name.
Error - The map name does not match the map mod's map name.
v. Check the map mod APPID (SE = 346110, SotF = 407530)
Error - The map mod is for a different Ark application.
vi. Check if the map mod is current (mod version check)
Error - The map mod is outdated.
4. Check if a total conversion mod has been entered
i. Check if the total conversion mod folder exists
Error - Total conversion mod has not been downloaded, mod folder does not exist.
ii. Check if the total conversion .mod file exists
Error - Total conversion mod has not been downloaded properly, mod file does not exist.
iii. Check if the total conversion mod type is a total conversion type (mod type = 3)
Error - The total conversion mod is not a valid total conversion mod.
iv. Check if the total conversion mod's map name matches the Map Name
Error - The map name does not match the total conversion mod's map name.
v. Check the total conversion mod APPID (SE = 346110, SotF = 407530)
Error - The total conversion mod is for a different Ark application.
vi. Check if the total conversion mod is current (mod version check)
Error - The total conversion mod is outdated.
5. Check if any mods have been entered, will cycle through each one
i. Check if the mod folder exists
Error - Mod <modId> has not been downloaded, mod folder does not exist.
ii. Check if the .mod folder exists
Error - Mod <modId> has not been downloaded properly, mod file does not exist.
iii. Check the mod APPID (SE = 346110, SotF = 407530)
Error - Mod <modId> is for a different Ark application.
iv. Check if the mod is outdates (mod version check)
Error - Mod <modId> is outdated.
Validation steps performed as are follows
1. Check if the Map Name is empty
Error - The map name has not been entered.
2. Check the server
i. Check if the server executable folder exists (ShooterGame\Binaries\Win64)
Error - Server files have not been downloaded, server folder does not exist.
ii. Check if the server executable exists (ShooterGameServer.exe)
Error - Server files have not been downloaded properly, server executable file (ShooterGameServer.exe) does not exist.
iii. Check the server APPID (SE = 346110, SotF = 407530)
Error - The server files are for a different Ark application.
3. Check if a map mod has been entered (/Game/Mods/<modid>/<mapname>)
i. Check if the map mod folder exists
Error - Map mod has not been downloaded, mod folder does not exist.
ii. Check if the map mod .mod file exists
Error - Map mod has not been downloaded properly, mod file does not exist.
iii. Check if the map mod type is a map mod type (mod type = 2).
Error - The map mod is not a valid map mod.
iv. Check if the map mod's map name matches the Map Name.
Error - The map name does not match the map mod's map name.
v. Check the map mod APPID (SE = 346110, SotF = 407530)
Error - The map mod is for a different Ark application.
vi. Check if the map mod is current (mod version check)
Error - The map mod is outdated.
4. Check if a total conversion mod has been entered
i. Check if the total conversion mod folder exists
Error - Total conversion mod has not been downloaded, mod folder does not exist.
ii. Check if the total conversion .mod file exists
Error - Total conversion mod has not been downloaded properly, mod file does not exist.
iii. Check if the total conversion mod type is a total conversion type (mod type = 3)
Error - The total conversion mod is not a valid total conversion mod.
iv. Check if the total conversion mod's map name matches the Map Name
Error - The map name does not match the total conversion mod's map name.
v. Check the total conversion mod APPID (SE = 346110, SotF = 407530)
Error - The total conversion mod is for a different Ark application.
vi. Check if the total conversion mod is current (mod version check)
Error - The total conversion mod is outdated.
5. Check if any mods have been entered, will cycle through each one
i. Check if the mod folder exists
Error - Mod <modId> has not been downloaded, mod folder does not exist.
ii. Check if the .mod folder exists
Error - Mod <modId> has not been downloaded properly, mod file does not exist.
iii. Check the mod APPID (SE = 346110, SotF = 407530)
Error - Mod <modId> is for a different Ark application.
iv. Check if the mod is outdates (mod version check)
Error - Mod <modId> is outdated.