Thanks !
I've added some news, like completely new graphics, new game objects and front and back layer of maps.
As you can see NPCs can now fight with another ones.
Video:
A lot of games sends structures instead of formats, it looks like this : struct PlayerStartedMoving { char type;// without this server couldn't recognize what structure are we sending. char dir; } struct PlayerStopped { char type; short XPos; short YPos; } ... if( player_pressed_a_key_and_is_able_to...
Hey, I've been working quite a long time on this engine and it's finally getting into a stage where it can be shown. Goal of this engine is to use its core for further projects, with ability to use lua scripts and not having to rewrite the same code twice. It's written in C++, using OpenGL with SDL ...
Thank you both I think it's not a common enough practice amongst most of us game devvers, despite the fact that multiplayer components are so in demand in game devving. Yeah, someone has to do this ;) later on you can make a "2d social network", in where you can create you avatar and join ...
Thank you for your post, actually on the background is going to be a lot of things just for fun when chatting, like you can play music globally, share images and so on, now it's done because I didn't want to have just a white background
Hi there, this is my secondary project I am working on to improve my networking skills. It's going to be kind of a chat program with many additional things to do while chatting If you want to know more about it, take a look at my youtube channel ( http://www.youtube.com/user/Teserock ), I'll post mo...
Here's my list : Czech - Native Slovak - Almost the same language :] English - Still trying to improve German - I am learning this language now, however, I don't know anyone who would speak with me german
Great, all the features of your weather system seems to be cool ! By the way, will the water / snow from clouds remain, or will it disappear after a while ?