Page 6 of 7

Re: sql create table error

Posted: Fri Nov 06, 2015 11:57 am
by kamillentee
Yes that might be possible, but you never know what he else did wrong.

Re: sql create table error

Posted: Fri Nov 06, 2015 1:37 pm
by FlushA
Oh sorry I find my problem in sql_save.cpp
now fixed
tnx from all friend :X

auto update recent maps

Posted: Wed Nov 11, 2015 10:07 am
by FlushA
Hello
My server maps is old,
how auto update my server maps with recent release maps?
----------
sorry for my bad English.

Re: auto update recent maps

Posted: Wed Nov 11, 2015 1:01 pm
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 )

Re: auto update recent maps

Posted: Wed Nov 11, 2015 2:10 pm
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

error after import table

Posted: Wed Nov 11, 2015 8:19 pm
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]

Re: Several Problems while creating a DDNet based server

Posted: Sun Nov 15, 2015 5:57 pm
by HMH
This is not much information could you provide a little more ?

Re: Several Problems while creating a DDNet based server

Posted: Sun Nov 15, 2015 7:07 pm
by FlushA
I fixed that,
Import again and fixed.
tnx HMH

Broadcast to all server

Posted: Tue Nov 17, 2015 3:20 pm
by FlushA
Hello,
I have 4 DDNet server on my vps,
how I can send broadcast to all server in same time ?

Re: Broadcast to all server

Posted: Tue Nov 17, 2015 3:45 pm
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