PDA

View Full Version : another map problem


meathead
04-22-2009, 09:14 AM
Hey guys, there is a new map out that was just released. dod_strand_2009. Its a good looking charlie remake. I am having problems with the satchels, tnt, and bangalore not resetting, even on a round restart. The timers are set for either 60 or 30. Any idea what I could change in the bsp to get it working for me?
Has anybody else tried it?

Dr.G
04-22-2009, 09:27 AM
where can i find the map?

noddy
04-22-2009, 06:14 PM
Fakedawg says in the txt file that comes with this map :)

PPS - This is supposed to be the last version of this map - but if anyone actually wants to play it seriously, and there is some major bug, or it needs some tuning to the axis timer or what not, I can be persuaded to help out.


http://forums.steampowered.com/forums/showthread.php?t=840628


I would suggest that you speak to him m8, you might get a little more than the timers fixing if you can persuade him to look at the rmf.

Dr.G
04-22-2009, 08:54 PM
well i think i can force everything to respawn with amxx so it might be a fix....

meathead
04-22-2009, 09:26 PM
You read the text file???LOL
I failed to do so, but I have asked him about it. I thought maybe it would be a quick fix, and just something in .bsp I could change. I still haven't sat down with hammer and done any serious work, so it's out of my league.

noddy
04-23-2009, 11:08 AM
I only suggest asking him as he offered to help fix bugs and at the end of the day the less plugins that you run the better. You might be able to fix the problem with bspedit but I thought it might be better if the guy fixed the map and perhaps a few extras :) rather than mask it with another plugin.

meathead
04-23-2009, 11:45 PM
I agree Noddy, but when I asked him about it on fpsbanana he only said "working fine for him on server and on a local server". Hell, it won't even work right on a local server for me!

Ba5ic
04-25-2009, 05:02 AM
Just downloaded this map, installed and working fine for me? !!!

Sohood
08-17-2009, 01:30 AM
If you still having trouble with the tnt's not resetting I would check dod_object entity and dod_score_entity.

dod_object

"object_resettime" "180" - in seconds

dod_score_ent ex.


}
"origin" "1794 762 -133"
"score_resetitemtime" "180" <-----make sure that line is in there.
"score_points" "10"
"team" "1"
"targetname" "allies_ground_strike"
"classname" "dod_score_ent"
}

hope this helps.

meathead
08-19-2009, 01:55 AM
Thanks Sohood, I will give a try!