Several Problems while creating a DDNet based server

Request help for teeworlds-related subjects (mapping, servers, ..).
For client issues, see our repositories (https://github.com/ddnet/ddnet/issues).
User avatar
kamillentee
Posts: 687
Joined: Sat Jul 26, 2014 11:47 pm
Player profile: http://ddnet.org/players/kamillentee/
Clan: |*KoG*|

Re: sql create table error

Post by kamillentee »

Yes that might be possible, but you never know what he else did wrong.
FlushA
Posts: 57
Joined: Mon Jul 13, 2015 1:43 pm
Location: IR
Player profile: http://ddnet.org/players/Sv3N/
Mapper profile: http://ddnet.tw/mappers/FlushA/
Clan: I.R.T

Re: sql create table error

Post by FlushA »

Oh sorry I find my problem in sql_save.cpp
now fixed
tnx from all friend :X
✟Տ℣ʒN✟
FlushA
Posts: 57
Joined: Mon Jul 13, 2015 1:43 pm
Location: IR
Player profile: http://ddnet.org/players/Sv3N/
Mapper profile: http://ddnet.tw/mappers/FlushA/
Clan: I.R.T

auto update recent maps

Post by FlushA »

Hello
My server maps is old,
how auto update my server maps with recent release maps?
----------
sorry for my bad English.
✟Տ℣ʒN✟
User avatar
Roco
Posts: 177
Joined: Wed Nov 04, 2015 11:41 am
Clan: mB.

Re: auto update recent maps

Post by Roco »

1. When you use a sponsor of websites you can add your new maps on their websites .

2. When you do it self then add the maps in your config . ( If i remember right )
User avatar
kamillentee
Posts: 687
Joined: Sat Jul 26, 2014 11:47 pm
Player profile: http://ddnet.org/players/kamillentee/
Clan: |*KoG*|

Re: auto update recent maps

Post by kamillentee »

Just clone this repository with git.
https://github.com/ddnet/ddnet-maps

To do this automatically just run git pull in the directory of the cloned git repo by using a cron job.

Code: Select all

#!/bin/bash
cd /your/maps/directory
git pull
FlushA
Posts: 57
Joined: Mon Jul 13, 2015 1:43 pm
Location: IR
Player profile: http://ddnet.org/players/Sv3N/
Mapper profile: http://ddnet.tw/mappers/FlushA/
Clan: I.R.T

error after import table

Post by FlushA »

Hello,
I get a error on top of my phpmyadmin db after import my record_race sql file

Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available.

[warn=hi_leute_gll]Merged several threads.[/warn]
✟Տ℣ʒN✟
HMH
Posts: 145
Joined: Mon May 05, 2014 8:41 pm
Player profile: http://ddnet.org/players/HMH/

Re: Several Problems while creating a DDNet based server

Post by HMH »

This is not much information could you provide a little more ?
FlushA
Posts: 57
Joined: Mon Jul 13, 2015 1:43 pm
Location: IR
Player profile: http://ddnet.org/players/Sv3N/
Mapper profile: http://ddnet.tw/mappers/FlushA/
Clan: I.R.T

Re: Several Problems while creating a DDNet based server

Post by FlushA »

I fixed that,
Import again and fixed.
tnx HMH
✟Տ℣ʒN✟
FlushA
Posts: 57
Joined: Mon Jul 13, 2015 1:43 pm
Location: IR
Player profile: http://ddnet.org/players/Sv3N/
Mapper profile: http://ddnet.tw/mappers/FlushA/
Clan: I.R.T

Broadcast to all server

Post by FlushA »

Hello,
I have 4 DDNet server on my vps,
how I can send broadcast to all server in same time ?
✟Տ℣ʒN✟
User avatar
kamillentee
Posts: 687
Joined: Sat Jul 26, 2014 11:47 pm
Player profile: http://ddnet.org/players/kamillentee/
Clan: |*KoG*|

Re: Broadcast to all server

Post by kamillentee »

There is a way with econ and with fifo files (DDnet exclusive) I prefer using fifo files.


Create an emtpy file somewhere like bc.fifo. touch /path/to/bc.fifo
Add a line in every server config pointing to the fifo file sv_input_fifo /path/to/bc.fifo
Afaik you need to restart the servers. Now you can write into you fifo.file. echo "broadcast Whats going on" > /path/to/bc.fifo
Post Reply

Who is online

Users browsing this forum: No registered users and 46 guests