|
{$app_name} Game Manager Before proceeding please choose whether you wish to Create or Delete a game. {if $warning_count > 0}The {$app_name} Install Utility has detected {$warning_count} warnings. These are listed at the right hand side column of this page. Please ensure these warnings are cleared before proceeding with the installation. If you feel certain these warnings are not correct, you may attempt to continue installation. {/if} {if $notice_count > 0}The {$app_name} Install Utility has detected {$notice_count} notices. These are listed at the right hand side column of this page. These are not essential to installation, but should be examined in further detail prior to operating a public game. {/if} {if $warning_flag == "false" && $notice_flag == "false"}No warnings or notices detected. Fire up your engines, you're good to go! {/if}Creating a game will generate all the necessary database tables. Deleting a Game will delete all relevant database tables and map images. |
{if $warning_flag == "true"}
{section name=i loop=$warnings}
Warning! {$warnings[i]} {/section} {/if} {if $notice_flag == "true"} {section name=j loop=$notices}Notice {$notices[j]} {/section} {/if} {if $warning_flag == "false" && $notice_flag == "false"}No warnings or notices detected. {/if} |
![]() ![]() |