ok its not the map file i just tested it by changing the value from 0.500000 to 1.500000 and other values and it isnt that because it is changing in radiant,
so it must be when i compile or how tremulous is reading the file?
the compile command im using is run from a launcher which executes this bash script:
#!/bin/sh
#create my map
sudo /opt/gtkradiant/q3map2.x86 /home/ubuntu/games/tremulous/base/maps/mymap.map
sleep 20
so maybe the error is caused when i compile???
that is the bash script which compiles using 1.5 it was slightly different paths when i compiled with 1.4 but the same pretty much