• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

[Release] TW-012.1.01 星界神話 AstrealRealm

i guess we can use the english client of cpn twin saga. anyone tested this server files ?
 
I think this is linux base server. it doesn't have executable file. :) Any update for client to be use?

Update: try this one. maybe it is english version.
 
Last edited:
I think this is linux base server. it doesn't have executable file. :) Any update for client to be use?

Update: try this one. maybe it is english version.

Yes, it's for Linux OS.

Same structure as Aura Kingdom, Eden Eternal and Grand Fantasia.
 
so where is the psql? db folder is empty
view files on db folder. You will see it

Code:
#!/bin/sh


ITEMMALL_DATA_PATH=../Data/itemmall
DBNAME=11pAccount


psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/fortune_bag
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/itemmall
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/itemmall_nofix
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/lottery
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/lottery_nofix
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/dressroom

data will be found in DATA folder.

zip file does not contain any config file about server networking such as login server IP, game server IP... etc. So hard for us to run, may be impossible.
 
view files on db folder. You will see it

Code:
#!/bin/sh


ITEMMALL_DATA_PATH=../Data/itemmall
DBNAME=11pAccount


psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/fortune_bag
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/itemmall
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/itemmall_nofix
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/lottery
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/lottery_nofix
psql -U postgres $DBNAME < $ITEMMALL_DATA_PATH/dressroom

data will be found in DATA folder.

zip file does not contain any config file about server networking such as login server IP, game server IP... etc. So hard for us to run, may be impossible.
alright imma try this later tonight. tnx brother
 
can we use aurakingdom tools for this files ?

I tried, none of them work.

IP in Server Files:

192.168.10.0
192.168.11.0
192.168.50.223

Subnetmask: 255.255.255.255
External IP: 60.199.246.197


Missing files:
  • setup.ini / for each Server, or only main directory? not sure (needed)
  • config.ini / main directory (needed)
  • GMCmd.ini / ZoneServer (should work without it)
  • AHThunkConfig.ini / WorldServer (should work without it)
  • ApexProxyMain.so / WorldServer (should work without it)
  • NodeMap and scene Folder in Data (needed, extract from Client, copy to Server)
might be some more, but i'm too busy to dig deeper.

Good luck!
 
Last edited:
Back