Hi Tutancamon!
I use too ZA and i have any problems
How open a 3D Chat Room:
1) Open port 12000 into rooter
2) Open and allow connection from chat into ZA
3) Download and install the chat ... or the 3D pack
4) Run server ... if test is green, is OK elses is red and no OK
if is red verifie 1) and 2)
5) Run Bot and go to your room
6) Run client and go to your room
For 3D world:
1) Use a worlt.txt file into your server root directory
2) Use objects.txt and scripts into the script directory
The directory script is into bot root directory
if no existe, create this!
Exemple of world.txt
; world.txt
; ground
.1 0 65535 32768
.2 65535 65535 32768
.3 65535 0 32768
.4 0 0 32768
/ 1 2 3 4 {sable1}
Exemple of object.txt
# OBJECTS.TXT
[door]
.1 160 0 141
.2 -160 0 141
.3 -160 0 -141
.4 160 0 -141
/ 1 2 3 4 {doora1}
/ 2 1 4 3 {doora2}
[bird]
.1 160 0 141
.2 -160 0 141
.3 -160 0 -141
.4 160 0 -141
/ 1 2 3 4 {birda1} bt
Exemple of actor.txt (avatar)
; actor.txt
.1 159 0 140
.2 -160 0 140
.3 -160 0 -141
.4 159 0 -141
.5 0 -120 -141
.6 0 -120 0
/ 1 2 3 4 {webcam} {soleil} {toquer} b
/ 5 3 2 6 {floor1} b
/ 4 5 6 1 {floor1} b
Exemple of script (bird fly)
// script.txt : example script pour 3D object bird
proc timer ()
{
object_shape (1, "bird");
object_move (1, 32768, 32768, 41000); // initial position
object_move (1, 32768, 40000, 41000, 0, 0, 0, 10000, 1); // final position
}
!!! Dont forget encode yours picture into the ini files !!!
Exemple:
# chat.ini
[icons]
12ab34 = my_picture.gif
Picture format is gif, bmp, jpg, png ... max 63Ko !!!
NB: The 3D pack is ready to use ... just install and run server and boot
Is very easy for a Blaxxunien to create à 3D chat Room with The New Chat Room
Good Luck dude!
