hello mates,
i got a few questions to the map i currently work on…
-
Well, my doors are closing way to fast although i set speed (also tried to set time, closespeed) etc to a very low value in the entity menu. but its opening with a incredible speed though…(but i have one big gate in the map where i set the speed value, too and there it is working…)
-
My bridge wont build up although i cant find an error in my code… Well, i might just post the code up, so you could have a look at it and find the mistake? (I´m far far far away from being as good as you pro´s :D)
(In Radiant the connections between the building materials and the bridge are right, im pre sure here…)
// ============================================
// Allies Construct: The Bridge
// ============================================
Bridge
{
spawn
{
wait 50
trigger self setup
constructible_class 3
}
trigger setup
{
setstate Bridge invisible
setstate baumaterial default
}
buildstart final
{
setstate Bridge underconstruction
setstate baumaterial default
}
built final
{
setstate Bridge default
setstate baumaterial invisible
wm_announce "The Bridge has been constructed!"
}
decayed final
{
trigger self setup
setstate Bridge invisible
setstate baumaterial default
}
death
{
setstate Bridge invisible
setstate baumaterial default
wm_announce "The Axis have destroyed the Bridge!"
}
}
- I get some “wholes” in my map…Well its not really a whole, more a gap in the terrain, where through you can see to the “ground” of the map…
Well here´s a screeni:

But in the GtkRadiant all is fine, it does exactly fit! And its not only on this one, there are more of this gaps. I dont know what´s the reason for this…
Thanks for your effort.
Best regards,
Robert
Thanks man! I didnt think i have to use that high settings :o