[GUIDE] How to join test server

Status
Not open for further replies.

deszolate

Nerf Master
Staff member
Sep 11, 2021
48
120
You will need to modify user.xml, client.xml, and serverlist_recent.xml so I suggest you to backup these files first before continue.

modify the following files (in /release folder)

user.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<UserInfo>
    <Login SaveId="1" Id="" RecentServer="Andromida_test"/>
    <Config UseGlow="0" UseWater="1" UseCharEdge="1" RndCharToRefWater="1" UseFastLoading="1" UseEnvEffect="1" UseEnvSound="1" UseHitSound="1" EffectLevel="0" CaptureFormat="1" ShowName="0" ShowMyPcGauge="1" ShowAllPcMark="0" MinimapFixNorth="1" ChatEditVisible="0" CommChatType="2" SaveStanceOnUserSquadSelect="1" MouseSensitivity="0.60" MinimapScale="1.00" UseCharLod="1" UseCharHigh="1" UseEffectHigh="1" CharCacheType="0" UserGamma="30" DevGamma="3" ResizeLevelOfTextures="0" ShowShoutType="2" SelectFontType="0" ShowGameInfo="1" DrawActorPersent="99.000000" DrawMonsterPersent="99.000000" DisableSoundEffect="1" DisableVoiceEffect="1" DisableBGM="1" EnableNavigation="1" AutoRejectRecallFriend="0" HideZoneMoveToOthers="0" HidePartyZoneInfo="0" IdelLevel="0" EnableExtendedItemShortcut="1" ShowBalloon="1" SingleSelectMode="0" BallonColor="0" ShowItemCaption="1" HideItemShortcutUI="0" ItemShortcutX="78" ItemShortcutY="828" ItemShortcutSize="11" ItemShortcutVertical="0" ShowPCName="1" ShowPartyName="1" ShowOnlyOneMCC="1" ShowAchieve="1" ESCQuit="1" ShowSquadDetail="1" MinQuestCheck="0" MinMissionObjectiveCheck="0" UseShockwave="1" HideBattleCommand="1" Targetinfo="0" Targetoption="0" UseMyMusicList="0" PlayRandomMusic="0" RepeatMusic="0" ClickTime="0.20" ItemCompareType="1" HideItemBackCos="0" HideItemBodyCos="0" HideItemWeaponCos="0" AutoQuestAlarm="1" UiCommandMouseover="1" ShowChatTimestamp="1" UsePingTest="1" UseQuestMonMark="1" UseViewBullet="1" UseSkillRangePosCorrection="1" ShowItemSerialNumber="1" UseNotOtherCommDamage="0" ManualSkillTarget="0" InverseCameraHor="0" InverseCameraVert="0" InverseCameraZoom="1" InfoToolTip="1" ShowAutoQuestAlarmExceedUI="0"/>
    <Resolution width="1920" height="1080" BitPerPixel="32"/>
    <Sound SoundVolume="33.150002" MusicVolume="15.300000" VoiceVolume="53.549999"/>
    <Hotkey Hotkeyfilename="path_to_your_game\release\user\hotkey\hotkey4.xml"/>
    <UserSkin UseUserSkin="1"/>
    <UIPosition UserUIPosition="1">
        <Frame name="questcheck" index="-1" x="1624" y="306" moveable="1"/>
    </UIPosition>
    <CharBaseInfoState char0="big" char1="big" char2="big"/>
    <ConfigEx BugTrapTactics="0" EnableSkillRangeView="1" InventorySortMode="0" WpLastUsed="0" badwordfilter="0"/>
</UserInfo>

client.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<ClientCfgFile>
    <Locale ServiceNation="DEU"/>
    <Camera Long="1" Lati="45" Fov="45"/>
    <Sound IgnoreTick="0.03" MinDistance="2000" MaxDistance="2000" MixRate="22050" MaxChannel="16" DistFactor="1000" Pitch="1.0" MusicVolume="100" VoiceVolume="100" SoundVolume="100"/>
    <GameOption ServerListURL="52.252.52.43" NewAccountURL="https://granado-espada.to" PaymentURL="https://granado-espada.to" PasswordChangeURL="https://granado-espada.to" CashPageURL="https://granado-espada.to" AccountInfoURL="https://granado-espada.to" HomePageURL="https://granado-espada.to" QuestBannerURL="https://granado-espada.to" XTrap="None" GemoconServerIP="0.0.0.0" GemoconServerPort="4505"/>
    <URLList URL1="https://granado-espada.to/files/Party_emblem/%s_%s.JPG" URL1Name="PartyEmblem" URL2="https://granado-espada.to/files/Commander_emblem/%s_%s.JPG" URL2Name="CommanderEmblem"/>
    <Debug MailFreq="0"/>
    <HotKey Version="1"/>
</ClientCfgFile>

serverlist_recent.xml

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<serverlist>    
    <server GROUP_ID="1001" TRAFFIC="0" ENTER_LIMIT="100" NAME="Andromida" Server0_IP="162.19.84.81" Server0_Port="7001" Server1_IP="162.19.84.81" Server1_Port="7001"/>  
    <server GROUP_ID="1002" TRAFFIC="0" ENTER_LIMIT="100" NAME="Andromida_test" Server0_IP="160.20.146.77" Server0_Port="7001" Server1_IP="160.20.146.77" Server1_Port="7001"/>   
</serverlist>
After that you can start the game normally and there will be a choice in server list to allow you to connect to test server.
 
Last edited by a moderator:
  • Like
Reactions: nikita and Aithus
Status
Not open for further replies.