Closed def- closed 5 years ago
map things changed
u dont need to dilate
i guess that would break lot of maps
only looks tho
idk if physics changed
but i wouldnt start updating ddnet yet
it looks like they are still changing the protocol
I don't think physics changed but I encountered some mousesens issues -.- But a big yes for porting ddnet from my side.
As i mentioned many times already before trying to only update the networking code in the current code base. Or starting to rewrite it completly in 0.7 i suggest creating a very very simple version. Code a basic ddrace from scratch for 0.7 link it to the points system and create a few 0.7 server only with the maps that are supportet by the basic mod.
Then users can try 0.7 play on their favourite network and even collect points to their favoruite points system. Since 0.7 changed a lot stuff in the protocol and there were even rumors about 0.8 already I would chill with porting such a big project. But serving something basic to for users to test 0.7 and developers to test how to go on would be awesome imo.
Instead split from tw. Make your own version, a mod friendly version that is compatible with 0.6 Why do you want to depend on the tw team? Much more people are using the ddnet client than the normal tw client. You can add all kinds of awsome features. Like moving tiles and client support for it.
If you stay with tw you will always be very restricted in the things you can do, and need to do a lot of work to keep up, which has nearly no benefits.
Instead split from tw. Make your own version, a mod friendly version that is compatible with 0.6 Why do you want to depend on the tw team? Much more people are using the ddnet client than the normal tw client. You can add all kinds of awsome features. Like moving tiles and client support for it.
If you stay with tw you will always be very restricted in the things you can do, and need to do a lot of work to keep up, which has nearly no benefits.
I always tell this, but they seem to ignore it.
Instead split from tw. Make your own version, a mod friendly version that is compatible with 0.6 Why do you want to depend on the tw team? Much more people are using the ddnet client than the normal tw client. You can add all kinds of awsome features. Like moving tiles and client support for it.
If you stay with tw you will always be very restricted in the things you can do, and need to do a lot of work to keep up, which has nearly no benefits.
Teeworlds is pretty fine as it is. There are more than enough modding possiblity while keeping compability. It is really nice to have all tw mods/gametypes with one client and in one game. Moving tiles are also possible while keeping the vanilla compability.
EDIT: Also keep in mind that the playerbase is very small and a split would make it even worse.
Teeworlds is pretty fine as it is. There are more than enough modding possiblity while keeping compability. It is really nice to have all tw mods/gametypes with one client and in one game. Moving tiles are also possible while keeping the vanilla compability.
EDIT: Also keep in mind that the playerbase is very small and a split would make it even worse.
But TW 0.7 is splitting players making all previous modes and maps incompatible. About the playerbase: It is decreasing over time, the only way to change this would be big improvements.
@duralakun why are maps incompatible? Didn't hear of that. And as far as i know modes should be portable as well. It is work surley but there are some motivated devs out there just waiting to reinvent the wheel. Many mods like city, fng, zCatch, DDrace and more are already in production or finished for 0.7. I think maps only need a formatter tool for doodads. It will take time to switch to 0.7 that is for sure. But it is the future. All new players coming from steam and teeworlds.com will start and stay with 0.7
DDRace was upgraded to thunk waay back, 0.7 is changed enough that I doubt it'd be a clean merge now.
I still maintain my position that not many people come from steam and teeworlds.com but I do think being on sync with vanilla has advantages. 0.7 seems to get constant development currently, we'd benefit from their changes with less hassle on our side to backport.
Either way the first order of business is to decide how to proceed and then make a proper plan. Both porting and a fork would take tremendous amounts of work and without a plan we'd quickly get lost. Especially given we have limited time to contribute.
If you decide to port to 0.7 please make it so that the new client can join 0.6 and 0.7 servers. This would be awesome.
And as far as i know modes should be portable as well.
Not all modes can be ported. The 0.7 client doesnt allow skin updates while in game. This gives less options for gamemodes. Like infection type mods that require this function.
@Learath2 There has to be a list, which tells developers the following about 0.7:
That creates the basis of knowledge for the porting process.
It is sad, that the changelog of TW does not provide that information, so someone has to invest a lot of time to do that first. It's not just useful for one developer or DDnet, this "data base" will help everyone with their problems of how to port.
Are there already any volunteers for the porting process?
@duralakun From a user perspective, the server can only change the skins of others, but there are already discussions to fix that in 0.7.3. Currently the way to go for an infection modification is to simply use teams instead. I've ported Teetime's zCatch (2 public servers on 0.7) and made it so that I only send skin color updates to all players when necessary.
I used a tool called meld
to find differences between 0.6.3 and 0.7.2.
I found out that that nearly everything from src/ was changed.
This can be seen in DatabaseOfChangedFiles_063_to_072.txt
The zip file contains a database of all changed functions and variables from:
src/game
src/game/server
src/game/server/entities
The following folders were not inspected by me but also have critical changes.
src/base
src/engine
I don't think this really is a viable way of porting something of this size, what we end up with would be a mishmash. If we do port I'm very much for that coming with a proper rewrite.
Alright, so I guess the way to go is to break compatibility with Vanilla 0.6 since it has become irrelevant now.
Following discussion on #ddnet@quakenet / Discord #developer channel: