Link-Dead running the QoS network emulator with 400ms ping and 50% packet loss!
Posts from July 2009
Take Lots of Breaks to Get More Done. Great tip. Just used it and fixed a big problem without effort.
I’m a genius
I got angry at the physics code for being limited. So what I did is make Box2D work with tiles collision. This means that the game is not limited now to some memory issues. Infinite maps are reality now in the Link-Dead engine. I am not using them cause they are loaded into memory (for fast loading times). I can make them load from hard drive and that would allow for gigantic maps. But I’m not doing that cause there will be a slight loading hick-up; about 100ms. Doesn’t seem like much but in a multiplayer game that is a matter of life and death.
If you are following my blogs I wrote that Box2D was a bottleneck in the engine cause the loading times for the map were huge. Fortunately it was just my error, I fixed it and now its really fast.
I tested a map 15 screens by 15 screens large and it generates and loads in about 15 seconds. This is a really good score even before optimizations.
I’m really proud of myself for doing this. I want to thanks the lack of internet for pushing me to do this.