Tiny Places is meant to become a collaborative map editor and RPG system. The client side will be implemented in Love2D and the server side will be Java. So far, there is a very primitive map editor and a minimal server to broadcast changes made to the map to other connected clients.
The plan is to have this open source, if possible CC-By-SA 4.0, must check if that is possible for code as well as the assets. I have created quite some isometric game assets over the past years, and it would be a pity to have them sit unused.
Tiny Places
Tiny Places
In soviet russia, code debugs you.
- lazershark3k
- Prole
- Posts: 27
- Joined: Tue Apr 10, 2018 3:20 pm
Re: Tiny Places
Thanks! Coding is going well, the client-server connection works nicely, but it still takes time. Since the last screenshot the map has gotten several layers and the server can now save map data and send them to the clients again after a client restart. A good amount of work is also to import all the graphics, adjust and adapt them ...
In soviet russia, code debugs you.
Re: Tiny Places
I think someone should make a diablo like game
Re: Tiny Places
I totally would if I could. I'll be happy though once there is some pathfinding and mobs can actually move over the map. I think I have an idea that doesn't need to transfer many KB path data. Must see if it work.
But meanwhile I did something easier, completed the basic work for the "cloud" layer. That is intended to be used for fogs, magic stuff and light effects. Thanks to Love2D using OpenGL, blending images is fairly efficient. But well, the maps segments displayed are tiny for a reason ...
I need to find out how to make cyclic fog or smoke animations.
But meanwhile I did something easier, completed the basic work for the "cloud" layer. That is intended to be used for fogs, magic stuff and light effects. Thanks to Love2D using OpenGL, blending images is fairly efficient. But well, the maps segments displayed are tiny for a reason ...
I need to find out how to make cyclic fog or smoke animations.
In soviet russia, code debugs you.
Re: Tiny Places
One can now set color/tint and transparency for all map objetcs. The color selector might get border like the buttons too, but it was hard enough to make it work.
I think the next step will be to add moving objects. Still a bit uncertain how to split the client and server parts of this. I don't want too much CPU load and network traffic on the server.
I think the next step will be to add moving objects. Still a bit uncertain how to split the client and server parts of this. I don't want too much CPU load and network traffic on the server.
In soviet russia, code debugs you.
Re: Tiny Places
The "moving objects" code had to wait. I felt a need to make better trees and at least add some very generic shadows.
Adding images is not really taking that much time but entering the data for the game engine to actualy use the images properly is a tedious task. Still got 20 more trees to import ...
Adding images is not really taking that much time but entering the data for the game engine to actualy use the images properly is a tedious task. Still got 20 more trees to import ...
In soviet russia, code debugs you.
Re: Tiny Places
Besides a number of bugfixes, there is now a "game mode" which allows a map to be played. At the moment there isn't much functionality there yet, but the server can broadcast move commands for player avatars and the clients can move them.
So, let's bounce!
https://youtu.be/yNOE9D9gxwk
So, let's bounce!
https://youtu.be/yNOE9D9gxwk
In soviet russia, code debugs you.
Re: Tiny Places
Thanks. I'm bad at making animated creatures, so I have to find workarounds. Doin' doin' doin' ...
In soviet russia, code debugs you.
Who is online
Users browsing this forum: No registered users and 2 guests