Search found 1647 matches

by wrtlprnft
Sat Jan 07, 2006 6:49 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

By the way, the wiki seems to be down again... i wanted to make a new entry about how to make maps changing automatically, many ppl asked me how... Edit: btw, bug report: after a while of playing on my server, the walls get all messed up... Screenshot ( another one, but looks funnier )... Could it h...
by wrtlprnft
Sat Jan 07, 2006 6:30 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

Nice work, I'm thinking what i could do with it... maybe ill integrate it into my hexamaze server so i can sprinkle some obstacles there...
by wrtlprnft
Sat Jan 07, 2006 12:25 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

Hehe i know i have the habit to use arrays for everything... i dont really like messing around with classes ;) At the moment, each object template has the parameters mindistance and rimdistance... rimdistance is the minimum distance from the outer wall and mindistance is the minimal distance to anot...
by wrtlprnft
Fri Jan 06, 2006 7:54 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

I just opened a new server :) Its called "maze test server" (the name will change) and featues a hexatron maze generator... look for urself. I'm planning to spread some random obstacles around it which should make it harder. But another question: all those walls extremely slow down perform...
by wrtlprnft
Thu Jan 05, 2006 7:10 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

Ok, here's the newest version of my script: #!/usr/bin/php <?='<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>'?> <!DOCTYPE Resource SYSTEM "map-0.2.8_beta3.dtd"> <Resource type="aamap" name="Racing maze" version="0.2"...
by wrtlprnft
Thu Jan 05, 2006 4:55 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

Why won't u bring the maze server back up? i already thought about scripting my own one ;) Ok, good luck porting your maze script, go get some sleep! Oh well, i have no reason to make the arma servers daemons... my server is running 24/7 under linux (it had an uptime of 114 days... and then a power ...
by wrtlprnft
Thu Jan 05, 2006 2:40 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

Lotsa stuff, I hope i dont forget anything... Ok, GAME_TIMEOUT... I was already looking for something like that, thanks :) I have special obstacles at the sides now... i hope u like em ;) I already tried disabling rubber, but it's half as fun... I'd have to make it slower ;) I think the messages mus...
by wrtlprnft
Wed Jan 04, 2006 9:15 pm
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

oh, u need to call the script with "tail -f var/scorelog.txt | name.sh".
by wrtlprnft
Wed Jan 04, 2006 8:53 pm
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

K... I found out how i can change the maps every five rounds. The server prints "New Round" in var/scores.txt every time it starts a new round... Here's my script that uses it: #!/bin/sh i=0 #num stores the current map number to avoid overlapping on restart test -e num || echo 1 >num num=`...
by wrtlprnft
Wed Jan 04, 2006 8:36 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

Ok, thanks ;) resource_repository_client doesn't seem to have any effect, but resource_repository_server works :) The server is now online... Btw i dont really like the idea of downloading files and keeping them without asking... If a server would get the client to download a .jpg file that really i...
by wrtlprnft
Wed Jan 04, 2006 5:25 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

Currently I'm using map_uri, and the client downloads the file from my server as it should. Do I maybe have to use the alpha version of the server? Currently im using the latest beta... Browsing the development docs is going to be fun, the wiki seems to be down, so i have to use google cache... Btw ...
by wrtlprnft
Wed Jan 04, 2006 4:51 am
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 19537

How to change a map on the fly?

I've created a small script that creates random maps for a race server (you can find it on the server list under "race server"). It works fine and creates good maps, but if i change map_file and map_uri on the server, the client won't download the new file... The server and client will onl...