Several Problems while creating a DDNet based server
- 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
Yes that might be possible, but you never know what he else did wrong.
-
- 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
Oh sorry I find my problem in sql_save.cpp
now fixed
tnx from all friend :X
now fixed
tnx from all friend :X
✟Տ℣ʒN✟
-
- 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
Hello
My server maps is old,
how auto update my server maps with recent release maps?
----------
sorry for my bad English.
My server maps is old,
how auto update my server maps with recent release maps?
----------
sorry for my bad English.
✟Տ℣ʒN✟
Re: auto update recent maps
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 )
2. When you do it self then add the maps in your config . ( If i remember right )
- 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
Just clone this repository with git.
https://github.com/ddnet/ddnet-maps
To do this automatically just run
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
-
- 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
Hello,
I get a error on top of my phpmyadmin db after import my record_race sql file
[warn=hi_leute_gll]Merged several threads.[/warn]
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✟
Re: Several Problems while creating a DDNet based server
This is not much information could you provide a little more ?
-
- 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
I fixed that,
Import again and fixed.
tnx HMH
Import again and fixed.
tnx HMH
✟Տ℣ʒN✟
-
- 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
Hello,
I have 4 DDNet server on my vps,
how I can send broadcast to all server in same time ?
I have 4 DDNet server on my vps,
how I can send broadcast to all server in same time ?
✟Տ℣ʒN✟
- 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
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.
Add a line in every server config pointing to the fifo file
Afaik you need to restart the servers. Now you can write into you fifo.file.
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
Who is online
Users browsing this forum: Bing [Bot] and 43 guests