Fix cart display, menu styling, and documentation formatting
- Add menu include to cart.php so the page displays properly - Link header.css stylesheet in cart.php - Change My Account from prominent button to regular nav link in menu - Update all 148 game documentation files with proper Quick Info from XML configs - Fix contrast issues in Quick Info (dark blue background with white text) - Add Font Awesome icons and fix contrast in Important Notes (dark orange background) - Sort games alphabetically (case-insensitive) in docs.php - Add Font Awesome CDN link to docs.php Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
cdaf9e52e9
commit
563ce13252
151 changed files with 1635 additions and 1335 deletions
|
|
@ -188,6 +188,7 @@ mysqli_close($db);
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Shopping Cart - Game Server Panel</title>
|
||||
<link rel="stylesheet" href="css/header.css">
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
|
|
@ -334,6 +335,7 @@ mysqli_close($db);
|
|||
<?php endif; ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php include(__DIR__ . '/includes/menu.php'); ?>
|
||||
<div class="container">
|
||||
<h1>🛒 Shopping Cart</h1>
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,8 @@ function getDocCategories($docsDir) {
|
|||
if ($a['order'] !== $b['order']) {
|
||||
return $a['order'] - $b['order'];
|
||||
}
|
||||
return strcmp($a['name'], $b['name']);
|
||||
// Sort alphabetically by name
|
||||
return strcmp(strtolower($a['name']), strtolower($b['name']));
|
||||
});
|
||||
|
||||
return $categories;
|
||||
|
|
@ -122,6 +123,7 @@ uksort($grouped, function($a, $b) use ($grouped) {
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><?php echo $action === 'view' ? 'Documentation' : 'Documentation - GameServers.World'; ?></title>
|
||||
<link rel="stylesheet" href="css/header.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<style>
|
||||
:root {
|
||||
--bg: #0f172a;
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>7 Days to Die</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your 7 Days to Die server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> 7daystodie_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> 7daystodie_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-logfile 7DaysToDieServer_Data/output_log.txt -quit -batchmode -nographics -configfile=serverconfig.xml -dedicated</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">7DaysToDieServer_Data/output_log.txt</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official 7 Days to Die community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Aliens vs Predator</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Aliens vs Predator server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> aliensvspredator_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 18</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> aliensvspredator_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%IP%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">logfiles/dedicated_console.txt</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> lobbyport.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 18</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Aliens vs Predator community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Age of Chivalry</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Age of Chivalry server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> aoc_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> aoc</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Age of Chivalry community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>ARK:SE</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your ARK:SE server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> arkse_linux64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 127</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> arkse_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MAP%%IP%%PORT%%QUERY_PORT%%PLAYERS%%RCON%%RCON_PORT%%CONTROL_PASSWORD%%PDS%%PDI%%PDD%%PUS%%PUI%%PUD%%ASDN%%POP%%POPI%%PTA%?listen %AMM% %FACF% %NTFF% -server -log</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 127</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official ARK:SE community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Arma Reforger</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Arma Reforger server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> arma-reforger_linux64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> arma-reforger_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Arma Reforger community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Arma2 CO</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Arma2 CO server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> arma2co_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> arma2co_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MODLIST% -profiles=cfg -name=player %CFG% %CONFIG% %IP% %PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">cfg\arma2oaserver.RPT</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Arma2 CO community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Arma2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Arma2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> arma2oa_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> arma2oa_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MODLIST% -cfg=cfg\basic.cfg -config=cfg\server.cfg -name=player -profiles=profile %IP% %PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">cfg/arma2oaserver.RPT</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Arma2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Arma 3</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Arma 3 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> arma3_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> arma3_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%CONFIG% %CFG% %PROFILES% %NAME% %IP% %PORT% %PLAYERS% %MODLIST% %SERVERMODLIST% %AUTOINIT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Arma 3 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Assetto Corsa</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Assetto Corsa server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> assettocorsa_linux</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 22</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> assettocorsa_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> UDP_PORT=.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 22</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Assetto Corsa community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Atlas</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Atlas server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> atlas_linux64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 127</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> atlas_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Ocean%SX%%SY%%ASDN%%CONTROL_PASSWORD%%PLAYERS%%RPS%%QUERY_PORT%%PORT%%IP%%RCON%%RCON_PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 127</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Atlas community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Avorion</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Avorion server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> avorion_linux64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 100</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> avorion_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">--datapath ./galaxy/ --galaxy-name main %PORT% %QUERY_PORT% %STEAM_PORT% %PLAYERS% %HOSTNAME% %SEED% %ADMIN% %INFINITE_RESOURCES% %DIFFICULTY% %COLLISION_DAMAGE% %SAME_START_SECTOR% %PUBLIC% %LISTED% %USE_STEAM_NETWORKING%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 100</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Avorion community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>BEC</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your BEC server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> bec_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 1</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> bec_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">--dsc --dec -f config.cfg</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">log/config/belog/be*.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 1</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official BEC community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Battlefield 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Battlefield 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> bf2_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> bf2</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+dedicated %GAME_TYPE% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Battlefield 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Battlefield Bad Company 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Battlefield Bad Company 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> bfbc2_win32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> bfbc2</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-serverInstancePath "Instance/" -mapPack2Enabled 1 %PORT% %QUERY_PORT% %PLAYERS% -region EU -runtimeLog 0 -displayErrors 0 -displayAsserts 0 -crashDumpAsserts 0 -serverAdminLogs 1 -plasmaServerLog 1 -revisionLevel 8 -revisionKey 7C0A303E-F4D2-985E-763D-E7C41B1E06A3 %GAMEMODEID%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Instance/AdminLogs/ServerAdminLog.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Battlefield Bad Company 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Big Brother Bot</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Big Brother Bot server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> bigbrotherbot_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> unlimited</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> bigbrotherbot_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">b3.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Big Brother Bot community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Blood Frontier</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Blood Frontier server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> bloodfrontier_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> bloodfrontier</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-ss3 %MAP% %IP% %PORT% %QUERY_PORT% %PLAYERS% -sm127.0.0.1</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Blood Frontier community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>BrainBread 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your BrainBread 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> brainbread2_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 12</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> brainbread2_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 12</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official BrainBread 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Call of Duty</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Call of Duty server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> callofduty_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> callofduty_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 2 %IP% %PORT% %BASE_PATH% %HOME_PATH% %FS_GAME% %PB% %EXEC% %CONTROL_PASSWORD% %PLAYERS% +map_rotate</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Call of Duty community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Call of Duty 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Call of Duty 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> callofduty2_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> callofduty2_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 2 %IP% %PORT% %BASE_PATH% %HOME_PATH% %OUTPUT_PATH% %USER_PATH% %FS_GAME% %PB% +set sv_mapRotation gametype tdm map mp_breakout %EXEC% %CONTROL_PASSWORD% %PLAYERS% +map_rotate</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Call of Duty 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Call of Duty 4: Modern Warfare</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Call of Duty 4: Modern Warfare server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> callofduty4mw_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> callofduty4mw_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 2 %IP% %PORT% %BASE_PATH% %HOME_PATH% %SAVE_PATH% %FS_GAME% %PB% %EXEC% %CONTROL_PASSWORD% %PLAYERS% +map_rotate</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Call of Duty 4: Modern Warfare community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Call of Duty: Modern Warfare 2 (IW4x)</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Call of Duty: Modern Warfare 2 (IW4x) server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> callofdutymw2_win32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 18</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> callofdutymw2_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-dedicated -stdout %IP% %PORT% %FS_GAME% %EXEC% %CONTROL_PASSWORD% %PLAYERS% +set party_enable 0 +map_rotate</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">userraw/logs/console_mp.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 18</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Call of Duty: Modern Warfare 2 (IW4x) community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Call of Duty: Modern Warfare 3</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Call of Duty: Modern Warfare 3 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> callofdutymw3_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 18</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> callofdutymw3_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 2 %IP% %PORT% %QUERY_PORT% %AUTH_PORT% %EXEC% %CONTROL_PASSWORD% %PLAYERS% +start_map_rotate</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 18</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Call of Duty: Modern Warfare 3 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Call of Duty: United Offensive</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Call of Duty: United Offensive server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> callofdutyuo_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> callofdutyuo_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 2 %IP% %PORT% %BASE_PATH% %HOME_PATH% %FS_GAME% %PB% %EXEC% %CONTROL_PASSWORD% %PLAYERS% +map_rotate</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Call of Duty: United Offensive community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Call of Duty: World at War</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Call of Duty: World at War server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> callofdutywaw_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> callofdutywaw_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 2 %IP% %PORT% %BASE_PATH% %HOME_PATH% %SAVE_PATH% %FS_GAME% %PB% %EXEC% %CONTROL_PASSWORD% %PLAYERS% +map_rotate</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Call of Duty: World at War community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Citadel: Forged with Fire</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Citadel: Forged with Fire server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> citadelfwf_linux64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 70</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> citadelfwf_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-nosteamclient -server</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Citadel/Saved/Logs/Citadel.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Port=.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 70</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Citadel: Forged with Fire community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>CoD: Black Ops</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your CoD: Black Ops server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> cod_blackops_win32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official CoD: Black Ops community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Colony Survival</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Colony Survival server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> colonysurvival_win64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 200</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> colonysurvival_win64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%IP% %PORT% %QUERY_PORT% %PLAYERS% %HOSTNAME% %MAP% %MSTON% %MSTDAY% %MSTDBL% %SEED% %VAC% +server.networktype SteamOnline -logfile output.txt</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">output.txt</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 200</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Colony Survival community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Conan Exiles</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Conan Exiles server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> conanexiles_win64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 70</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> conanexiles_win64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%PORT% %QUERY_PORT% %PLAYERS% -log</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">ConanSandbox/Saved/Logs/ConanSandbox.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 70</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Conan Exiles community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>CS2D</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your CS2D server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> cs2d_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> cs2d_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%PORT% %PLAYERS% %CONTROL_PASSWORD% %HOSTNAME% %MAP%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official CS2D community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Counter Strike Global Offensive 128tick</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Counter Strike Global Offensive 128tick server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> csgo_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Counter Strike Global Offensive 128tick community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>CSPromod</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your CSPromod server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> cspromod_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official CSPromod community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Counter Strike Source</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Counter Strike Source server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> css_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Counter Strike Source community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Counter-Strike</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Counter-Strike server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> cstrike_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> cstrike</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Counter-Strike community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Counter-Strike Condition Zero</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Counter-Strike Condition Zero server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> czero_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Counter-Strike Condition Zero community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>DayZ</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your DayZ server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dayz_win64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 127</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> dayz_win64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MODLIST% %IGNOREMOD% %IP% %PORT% %ADMINLOG% %DOLOGS% %CONFIG% -profiles=profile %FC% %NFP% %SERVERMODLIST%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">profile/*.RPT</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 127</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official DayZ community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>DayZ Mod (CO)</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your DayZ Mod (CO) server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dayz_arma2co_linux</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> unlimited</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> dayz_arma2co_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MODLIST% -cfg=cfg\basic.cfg -config=cfg\server.cfg -name=dayz -profiles=cfg %IP% %PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">cfg/arma2oaserver.RPT</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Port =.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official DayZ Mod (CO) community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>DayZ Mod (OA)</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your DayZ Mod (OA) server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dayz_arma2oa_win32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> dayz_arma2oa_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MEMORY% %PORT% %PLAYERS% "-config=profile\server.cfg" "-cfg=profile\basic.cfg" -profiles=profile -noSound</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">profile/arma2oaserver.RPT</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> (steamPort\s*=\s*)(.*)(;)</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official DayZ Mod (OA) community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>DayZ Mod</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your DayZ Mod server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dayzmod_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official DayZ Mod community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Dimrod Epoch Mod</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Dimrod Epoch Mod server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> Dimrod_epochmod_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Dimrod Epoch Mod community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Death Match Classic</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Death Match Classic server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dmc_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> dmc</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Death Match Classic community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Day of Defeat</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Day of Defeat server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dod_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> dod</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Day of Defeat community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Day of Defeat Source</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Day of Defeat Source server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dods_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> dods</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Day of Defeat Source community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Day of Infamy</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Day of Infamy server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> doi_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> doi</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Day of Infamy community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Dont Starve Together</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Dont Starve Together server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dontstarvetogether_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 6</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> dontstarvetogether_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%IP% %PORT% -persistent_storage_root {OGP_HOME_DIR} -conf_dir config -cluster Server</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 6</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Dont Starve Together community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Dystopia</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Dystopia server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> dystopia_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> dystopia</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Dystopia community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Eco</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Eco server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> eco_win64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 100</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> eco_win64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> GameServerPort":\s\d*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 100</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Eco community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Empyrion</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Empyrion server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> empyriongs_win64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 128</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> empyriongs_win64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-dedicated dedicated.yaml</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Logs/Dedicated.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Srv_Port:.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 128</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Empyrion community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Wolfenstein: Enemy Territory</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Wolfenstein: Enemy Territory server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> enemyterritory_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Wolfenstein: Enemy Territory community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>DayZ Epoch Mod</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your DayZ Epoch Mod server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> epochmod_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> epochmod_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;"> %MODLIST% -cfg=cfg\basic.cfg -config=cfg\server.cfg -name=dayz -profiles=cfg %IP% %PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">cfg/arma2oaserver.RPT</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Port =.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official DayZ Epoch Mod community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Eternal-Silence</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Eternal-Silence server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> esmod_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> esmod</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Eternal-Silence community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Euro Truck Simulator 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Euro Truck Simulator 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> ets2_linux</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 8</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> ets2_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-nosingle</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> connection_dedicated_port:.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 8</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Euro Truck Simulator 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>factorio</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your factorio server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> factorio_linux</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 100</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> factorio_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%SAVES% --server-settings ./data/server-settings.json %WL% %PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">factorio-current.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 100</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official factorio community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Feed The Beast Server</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Feed The Beast Server server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> feedthebeast_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> feedthebeast</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">logs/latest.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> server-port=.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Feed The Beast Server community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>FlightGear Multiplayer Server</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your FlightGear Multiplayer Server server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> fgms_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> fgms_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> server.port = .*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official FlightGear Multiplayer Server community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>FiveM</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your FiveM server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> fivem_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> fivem_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+exec server.cfg</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official FiveM community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Fistful of Frags</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Fistful of Frags server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> fof_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 20</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Fistful of Frags community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>FreeCol</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your FreeCol server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> freecol_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> unlimited</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> freecol_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">java %XMX% -jar FreeCol.jar --server %HOSTNAME% %PORT% --log-console</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official FreeCol community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Garrys Mod</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Garrys Mod server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> GarrysMod_linux</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 128</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> garrysmod</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 128</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Garrys Mod community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Gearbox</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Gearbox server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> gearbox_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> gearbox</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %HOSTNAME% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Gearbox community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Halo CE</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Halo CE server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> halo_ce_win32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> unlimited</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Halo CE community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Operation Harsh Doorstop</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Operation Harsh Doorstop server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> harsh_linux</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> harsh_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MAP%?%bBotAutofill%%BLUFORFACTION%?%OPFORFACTION%?%BLUFORNUMBOTS%?%OPFORNUMBOTS%?%BLUFORTICKETS%?%OPFORTICKETS%?%bDisableKitRestrictions% %IP% %PORT% %QUERY_PORT% %SERVERNAME%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">HarshDoorstop/Saved/Logs/HarshDoorstop.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Operation Harsh Doorstop community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Hidden: Source</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Hidden: Source server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> hidden_source_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> hidden_source</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Hidden: Source community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Half-Life 2: Deathmatch</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Half-Life 2: Deathmatch server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> hl2d_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Half-Life 2: Deathmatch community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Half Life: Death Match</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Half Life: Death Match server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> hldm_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> hldm_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %HOSTNAME% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Half Life: Death Match community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>HLTV</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your HLTV server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> hltv_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 128</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> hltv_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%IP% %PORT% %CONNECT% %PLAYERS% %PID_FILE% +hostname "%HOSTNAME%" +name "%HOSTNAME%"</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 128</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official HLTV community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Homefront</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Homefront server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> homefront_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> homefront_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">SERVER %PLAYERS% %IP% %PORT% %STEAM_PORT% %RCON1_PORT% %RCON2_PORT% -configsubdir=DedicatedProfile_DefaultProfile</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Homefront community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Hurtworld</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Hurtworld server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> hurtworld_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 120</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> hurtworld_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-batchmode -nographics -exec "%PORT% %MAP%;%QUERY_PORT%;%PLAYERS%;%HOSTNAME%" -logfile "gamelog.txt"</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">gamelog.txt</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 120</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Hurtworld community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>IL-2 Sturmovik</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your IL-2 Sturmovik server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> il2_win32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> il2_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> localPort=.*</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official IL-2 Sturmovik community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Insurgency</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Insurgency server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> ins_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Insurgency community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Insurgency: Modern Infantry Combat</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Insurgency: Modern Infantry Combat server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> insurgencymic_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> insurgencymic_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Insurgency: Modern Infantry Combat community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Insurgency: Sandstorm</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Insurgency: Sandstorm server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> insurgencysandstorm_linux64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> insurgencysandstorm_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MAP%%SCENARIO%%PLAYERS%%PASSWORD% %PORT% %QUERY_PORT% %SERVERNAME% %MAPCYCLE% %CONTROL_PASSWORD% %RCON_PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Insurgency: Sandstorm community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>IV Multiplayer</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your IV Multiplayer server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> ivmp_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 48</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> ivmp_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">ivmp-svr.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> port</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 48</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official IV Multiplayer community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Just Cause 2 Multiplayer</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Just Cause 2 Multiplayer server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> jcmp_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 5000</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> jcmp_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> (BindPort\s*=)(.*)</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 5000</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Just Cause 2 Multiplayer community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Jedi Knight 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Jedi Knight 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> jediknight2_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> jediknight2</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 2 +exec server.cfg %GAME_TYPE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Jedi Knight 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Jedi Knight: Jedi Academy</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Jedi Knight: Jedi Academy server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> jediknightja_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> jediknightja</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 2 %GAME_TYPE% %IP% %PORT% %PLAYERS% %SVPURE% +exec server.cfg</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Jedi Knight: Jedi Academy community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Killing Floor</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Killing Floor server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> killingfloor_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> killingfloor</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">server %MAP%.rom%GAME_TYPE%%PLAYERS%%IP%%PORT%%VAC% %INI% log=server.log -nohomedir</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Killing Floor community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Killing Floor 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Killing Floor 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> killingfloor2_linux64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 12</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> killingfloor2_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MAP%%GAMEMODE%%DIFFICULTY%%GAMELENGTH%%PLAYERS% %PORT% %IP% %WEB_ADMIN_PORT% %QUERY_PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 12</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Killing Floor 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Left 4 Dead</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Left 4 Dead server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> left4dead_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> left4dead_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Left 4 Dead community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Left 4 Dead 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Left 4 Dead 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> left4dead2_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> left4dead2_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 32</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Left 4 Dead 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Life is Feudal</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Life is Feudal server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> lifeisfeudal_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> lifeisfeudal_win32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-worldID %PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> port</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Life is Feudal community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Mount and Blade Warband</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Mount and Blade Warband server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> mab_warband_win32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 200</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Mount and Blade Warband community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Mafia 2 Online</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Mafia 2 Online server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> mafia2online_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 1000</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> mafia2online_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> port</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 1000</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Mafia 2 Online community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Miscreated</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Miscreated server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> miscreated_win64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 200</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> miscreated_win64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%IP% %PORT% %HOSTNAME% %PLAYERS% +map islands %GAMESERVERID% %WHITELIST% %HTTPSERVER%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">server.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 200</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Miscreated community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Medal Of Honor: Allied Assault</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Medal Of Honor: Allied Assault server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> mohaa_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> mohaa</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 1 +set sv_maxrate 5000 +set net_noipx 1 +exec server.cfg %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Medal Of Honor: Allied Assault community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Medal Of Honor: Breakthrough (Windows)</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Medal Of Honor: Breakthrough (Windows) server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> mohbr_win32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Medal Of Honor: Breakthrough (Windows) community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Medal Of Honor: Spearhead</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Medal Of Honor: Spearhead server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> mohsp_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> mohsp</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">+set dedicated 1 +set sv_maxrate 5000 +set net_noipx 1 +exec server.cfg %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Medal Of Honor: Spearhead community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Medal Of Honor: Spearhead Demo Server (Windows)</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Medal Of Honor: Spearhead Demo Server (Windows) server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> mohspdemo_win32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Medal Of Honor: Spearhead Demo Server (Windows) community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Mordhau</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Mordhau server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> mordhau_linux64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> mordhau_linux64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MAP% -log %IP% %PORT% %BEACON_PORT% %QUERY_PORT%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Mordhau community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Multi Theft Auto</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Multi Theft Auto server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> multitheftauto_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 4096</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> multitheftauto_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">mods/deathmatch/logs/server.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> serverport</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 4096</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Multi Theft Auto community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Murmur [Mumble server]</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Murmur [Mumble server] server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> mumble_linux32</li>
|
||||
<li><strong>Installer:</strong> rsync</li>
|
||||
<li><strong>Max Players:</strong> 1000</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Murmur [Mumble server] community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Nexuiz</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Nexuiz server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> nexuiz_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Nexuiz community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>No More Room In Hell</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your No More Room In Hell server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> nmrih_steam_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 8</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official No More Room In Hell community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Natural Selection 2</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Natural Selection 2 server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> ns2_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 24</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Natural Selection 2 community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Nuclear Dawn (Linux)</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Nuclear Dawn (Linux) server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> nucleardawn_linux</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 32</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> </li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> Not specified</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Nuclear Dawn (Linux) community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Outlaws of the Old West</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Outlaws of the Old West server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> ootow_win64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 150</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> ootow</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">/Game/Maps/MainMap/MainMap -log %IP% %PORT% %QUERY_PORT% %HOSTNAME% %PLAYERS% %CONTROL_PASSWORD% %TYPE%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Outlaws/Saved/Logs/Outlaws.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 150</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Outlaws of the Old West community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>OpenTTD</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your OpenTTD server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> openttd_linux32</li>
|
||||
<li><strong>Installer:</strong> manual</li>
|
||||
<li><strong>Max Players:</strong> 255</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> openttd_linux32</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">-D %IP%:%PORT% %SAVEGAME%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 255</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official OpenTTD community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>PixARK</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your PixARK server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> pixark_win64</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 70</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> pixark_win64</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%MAP%?listen%PLAYERS%%IP%%PORT%%QUERY_PORT%%CONTROL_PASSWORD% %DBE% %NHD% %CUBE_PORT% %CWN% %SEED% -nosteamclient -game -server -log</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">ShooterGame/Saved/Logs/ShooterGame.log</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 70</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official PixARK community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@
|
|||
<h2>Overview</h2>
|
||||
<p><strong>Pirates, Vikings and Knights II</strong> is available for hosting on our platform. This guide covers the basics of setting up and managing your Pirates, Vikings and Knights II server.</p>
|
||||
|
||||
<div style="background: #f0f7ff; padding: 15px; border-left: 4px solid #0066cc; margin: 20px 0;">
|
||||
<h3>Quick Info</h3>
|
||||
<ul>
|
||||
<li><strong>Game Key:</strong> pvkii_linux32</li>
|
||||
<li><strong>Installer:</strong> steamcmd</li>
|
||||
<li><strong>Max Players:</strong> 64</li>
|
||||
<div style="background: #1e3a5f; padding: 20px; border-left: 4px solid #3b82f6; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;">Quick Info</h3>
|
||||
<ul style="color: #e5e7eb; line-height: 1.8;">
|
||||
<li><strong style="color: #ffffff;">Game Key:</strong> pvkii</li>
|
||||
<li><strong style="color: #ffffff;">Startup Command:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</code></li>
|
||||
<li><strong style="color: #ffffff;">Log File:</strong> <code style="background: #0f172a; padding: 2px 6px; border-radius: 3px; color: #a5b4fc;">Not specified</code></li>
|
||||
<li><strong style="color: #ffffff;">Default Port:</strong> Not specified</li>
|
||||
<li><strong style="color: #ffffff;">Max Players:</strong> 64</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -55,9 +57,9 @@
|
|||
<li>Visit the official Pirates, Vikings and Knights II community for game-specific help</li>
|
||||
</ul>
|
||||
|
||||
<div style="background: #fff3cd; padding: 15px; border-left: 4px solid #ffc107; margin: 20px 0;">
|
||||
<h3>⚠️ Important Notes</h3>
|
||||
<ul>
|
||||
<div style="background: #78350f; padding: 20px; border-left: 4px solid #f59e0b; margin: 20px 0; border-radius: 4px;">
|
||||
<h3 style="color: #ffffff; margin-top: 0;"><i class="fas fa-exclamation-triangle" style="color: #fbbf24; margin-right: 8px;"></i>Important Notes</h3>
|
||||
<ul style="color: #fef3c7; line-height: 1.8;">
|
||||
<li>Always keep your server updated to the latest version</li>
|
||||
<li>Make regular backups of your server configuration</li>
|
||||
<li>Review and follow the game's End User License Agreement (EULA)</li>
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue