Teklis Posted September 18, 2012 Report Share Posted September 18, 2012 es muy sencillo aquà la explicacion ejemplo de config del channel1 HOSTNAME: channel1 CHANNEL: 1 PORT: 13000 P2P_PORT: 14000 DB_PORT: 15000 DB_ADDR: localhost MAP_ALLOW: 1 3 4 5 6 10 21 23 24 25 26 41 43 44 45 46 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 81 100 104 114 118 119 120 121 122 123 124 125 126 127 128 129 130 181 182 183 184 185 186 187 188 189 190 191 192 193 220 #MAP_ALLOW: 113 184 185 186 187 188 189 190 191 192 193 179 TABLE_POSTFIX: PASSES_PER_SEC: 25 SAVE_EVENT_SECOND_CYCLE: 180 PING_EVENT_SECOND_CYCLE: 180 PLAYER_SQL: localhost root sepiasito player COMMON_SQL: localhost root sepiasito common LOG_SQL: localhost root sepiasito log LOCALE_SERVICE: germany #TEST_SERVER: 1 #NO_PK: 1 MALL_URL: google.de adminpage_ip0: 5.33.88.114 adminpagE_password: 12345 VIEW_RANGE: 20000 CHECK_MULTIHACK: 1 adminpage_ip0: 5.33.88.114 adminpagE_password: 12345 deberÃan cambiar esto HOSTNAME: channel1 por esto HOSTNAME: Canal_! luego lo cambiamos en la carpeta channel1 por canal_1 tal i como lo habeis puesto en el config luego nos vamos al script de iniciar i start.sh como queráis llamarlo ejemplo de start.sh #!/bin/sh echo -e "033[31m Cuantos canales desea iniciar? n 1 - (1) Canaln 2 - (2) Canales033[0m" read chs case $chs in 1*) echo -e "033[31m Iniciando Base de Datos..033[0m" cd ./g1/db/ ./db & sleep 2 clear echo -e "033[31m n Iniciando Autenticacion ..033[0m" cd ../auth ./auth & sleep 2 clear echo -e "033[31m n Iniciando CH 1 ..033[0m" cd ../../channel1/ ./game & sleep 2 clear echo -e "033[31m n Iniciando CH 99 ..033[0m" cd ../game99/ ./game & sleep 2 clear echo -e "033[32m n Canal_1 ha Iniciado!033[0m" ;; 2*) echo -e "033[31m Iniciando Base de Datos ..033[0m" cd ./g1/db/ ./db & sleep 2 clear echo -e "033[31m n Iniciando Auntenticacion ..033[0m" cd ../auth ./auth & sleep 2 clear echo -e "033[31m n Iniciando CH 1 ..033[0m" cd ../../channel1/ ./game & sleep 2 clear echo -e "033[31m n Iniciando CH 2 ..033[0m" cd ../channel2/ ./game & sleep 2 clear cd ../game99/ ./game & sleep 2 clear echo -e "033[32m n Canal_2 iniciado!033[0m" ;; esac os tenéis que ir asta aquà echo -e "033[31m n Iniciando CH 1 ..033[0m" cd ../../channel1/ ./game & sleep 2 clear i esta parte deberÃa quedar asà cd ../../Canal_1/ listo tan fácil como hacer eso i tendréis la carpeta en español jejejej salu2 auth i game99 es lo mismo cambiarlo que en los channels guia echa por mi Quote Link to comment Share on other sites More sharing options...
JamesBond007 Posted November 11, 2012 Report Share Posted November 11, 2012 Muy buena guia Quote Link to comment Share on other sites More sharing options...
Tryndamere Posted November 14, 2012 Report Share Posted November 14, 2012 Me gusta, me gusta !!! Bien buena Teklis Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.