|
|
@ -50,6 +50,47 @@ Linux:
|
|
|
|
src/bomberclone
|
|
|
|
src/bomberclone
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Problems
|
|
|
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Starting a networkgame in a LAN network isn't working.
|
|
|
|
|
|
|
|
- disable to notify the masterserver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2. Players are jumping around, player are running thought walls
|
|
|
|
|
|
|
|
won't die.
|
|
|
|
|
|
|
|
- packet loss, network to slow
|
|
|
|
|
|
|
|
right now the game tryes to send as much as possible,
|
|
|
|
|
|
|
|
if it can't send anymore it will bring down the network
|
|
|
|
|
|
|
|
traffic, but this only works for a while.
|
|
|
|
|
|
|
|
after version 0.9.8 with debuging mode enabled,
|
|
|
|
|
|
|
|
you can see how good or bad the connection is, on the bottom
|
|
|
|
|
|
|
|
of the screen you will find 8 numbers, which indicated the speed
|
|
|
|
|
|
|
|
to every other player.
|
|
|
|
|
|
|
|
1 = very very good (disabled 'cause some other problems showed up)
|
|
|
|
|
|
|
|
2- 8 = playable
|
|
|
|
|
|
|
|
9-10 = not very well playable (this should be only there
|
|
|
|
|
|
|
|
for a short time)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3. You start a server but noone can join it, even the other
|
|
|
|
|
|
|
|
people can see your game on the master server.
|
|
|
|
|
|
|
|
- the game needs in the current state always direct access to the
|
|
|
|
|
|
|
|
UDP Port 11000, if you change it over the (-port) parameter you need
|
|
|
|
|
|
|
|
to open this port.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- If you sit behind a firewall, make sure that the gameport is forwarded and
|
|
|
|
|
|
|
|
if you send something, your firewall won't change the source-port.
|
|
|
|
|
|
|
|
The game and the masterserver need this information to identify your
|
|
|
|
|
|
|
|
Game and Player later.
|
|
|
|
|
|
|
|
(i have seen some games was logged by the gameserver with port numbers
|
|
|
|
|
|
|
|
above 30000, which mostly indicates that there is some problem
|
|
|
|
|
|
|
|
with a firewall or router)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you have other problems, or just want to say something about the game, you
|
|
|
|
|
|
|
|
just need to send me an email to : steffen@bomberclone.de
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Network
|
|
|
|
Network
|
|
|
|
=======
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
|
@ -70,28 +111,36 @@ The Dieing sequence will be in version 0.4
|
|
|
|
Image:
|
|
|
|
Image:
|
|
|
|
|
|
|
|
|
|
|
|
left | right | up | down | dieing
|
|
|
|
left | right | up | down | dieing
|
|
|
|
F1 | F1 | F1 | F1 | F1
|
|
|
|
F1 | F1 | F1 | F1 | F1 Frame 1
|
|
|
|
F2 | F2 | F2 | F2 | F2
|
|
|
|
F2 | F2 | F2 | F2 | F2 Frame 2
|
|
|
|
F3 | F3 | F3 | F3 | F3
|
|
|
|
F3 | F3 | F3 | F3 | F3 Frame 3
|
|
|
|
F4 | F4 | F4 | F4 | F4
|
|
|
|
F4 | F4 | F4 | F4 | F4 Frame 4
|
|
|
|
F5 | F5 | F5 | F5 | F5
|
|
|
|
F5 | F5 | F5 | F5 | F5 Frame 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Testers
|
|
|
|
Testers
|
|
|
|
=======
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
|
|
Linux : Marcus, Patty, x-coder
|
|
|
|
Linux : Marcus, Patty, x-coder, Steffen
|
|
|
|
Windows: boogieman, deadlock
|
|
|
|
Windows: boogieman, deadlock, acid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contact
|
|
|
|
Contact
|
|
|
|
=======
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
|
|
programming : Steffen Pohle stpohle@gmx.net
|
|
|
|
Steffen Pohle steffen@bomberclone.de
|
|
|
|
graphic : TekkRat -no email yet-
|
|
|
|
|
|
|
|
|
|
|
|
Or on our Project Page
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/bomberclone
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks
|
|
|
|
|
|
|
|
======
|
|
|
|
|
|
|
|
Thanks to TekkRat who mage all the diffrent players for us.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You can find us on :
|
|
|
|
You can find us on :
|
|
|
|
irc://irc.d-t-net.de #programmierer
|
|
|
|
irc://irc.d-t-net.de #bomberclone
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://stpohle.bei.t-online.de/bomberclone
|
|
|
|
http://www.bomberclone.de
|
|
|
|