Page 1 of 1
Random ground spikes, no matter how hard the ground is set
Posted: 13 Feb 2009, 23:14
by TradeMark
Screenshot:
Ive seen this happening several times now.
They comes when something explodes... like it forgot how soft the ground was.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 13 Feb 2009, 23:52
by imbaczek
got a replay? screenshots are useless here.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 14 Feb 2009, 01:33
by TradeMark
Fuck... that /skip command needs fixing... couldnt find the correct replay because /skip fucked it up (
thread here btw)
here it is:
http://replays.adune.nl/?787
--
Oh and this didnt happen before the 2 last big updates (77b5 didnt have this IIRC) ... something new stuff fuxed it up
Re: Random ground spikes, no matter how hard the ground is set
Posted: 14 Feb 2009, 02:20
by Pxtl
I've seen those crazy spikes in normal games - they're usually small and hard to see, so I'd assumed they were always there and I'd just never noticed them. I even saw the reverse once - a deep unit-sized hole that appeared under a unit and swallowed it up. Should've saved teh replay.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 14 Feb 2009, 02:42
by TradeMark
Pxtl wrote:I've seen those crazy spikes in normal games - they're usually small and hard to see, so I'd assumed they were always there and I'd just never noticed them. I even saw the reverse once - a deep unit-sized hole that appeared under a unit and swallowed it up. Should've saved teh replay.
if you saw those in DSD, its DSD feature... bad typemap.
But seriously i first time saw it after 77b5 and ive played years.
Edit: Ive seen those spikes even from very small explosions too, like some bertha shot ground etc.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 14 Feb 2009, 04:14
by Beherith
Is base map hardness set low? Cause on dsd its caused by that, and the typemap being anti aliased, so the boundaries between areas only have the base hardness, not the multiplied one.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 14 Feb 2009, 04:44
by Pxtl
Oh.
Yeah, DSD. Thanks for the illumination.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 14 Feb 2009, 08:16
by hunterw
being able to set hardness for a typemap is nearly useless unless you want to go through the trouble of using 255 typemap definitions, therefore gradually making the hardness variable change. i actually have never seen anyone do this, but this is the only way that variable is even remotely usable.
here's an example of typemap hardness funkyness, much like DSD
but this is not what the thread is about
Re: Random ground spikes, no matter how hard the ground is set
Posted: 14 Feb 2009, 12:41
by Beherith
Btw, that hardness change on mearth is completely intentional, so that high exposives dont destroy basic building areas and finely tuned shallow passes
Re: Random ground spikes, no matter how hard the ground is set
Posted: 14 Feb 2009, 13:25
by TradeMark
Beherith wrote:Is base map hardness set low? Cause on dsd its caused by that, and the typemap being anti aliased, so the boundaries between areas only have the base hardness, not the multiplied one.
i didnt use any different hardness than 70 in my map. i know the typemaps gets antialised (made a thread about it half year ago...)
Even in my other map which doesnt use any typemaps, have seen this same bug.
Code: Select all
maphardness=70;
[TERRAINTYPE0]
{
name=move;
hardness=1;
tankmovespeed=1.5;
kbotmovespeed=1.5;
hovermovespeed=1.0;
shipmovespeed=0;
}
[TERRAINTYPE1]
{
name=stop;
hardness=1;
tankmovespeed=0;
kbotmovespeed=0;
hovermovespeed=0;
shipmovespeed=0;
}
i doubt the problem is about the antialiased typemaps, since that part of the map where the spike came, had no other typemap near it, only near the edges had different terraintype.
PLUS, you see i use TERRAINTYPE0 and TERRAINTYPE1, which means it cant even blur between those values 0 and 1, if it was 0 and 255, then the blurred value would be 128 etc.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 15 Feb 2009, 03:38
by knorke
i have had this happe in ca when i built a metalstorage with the commander. It terraformed some strange spike around the building, like a chimney. When looked at from above the walls seemed very thin. (no width, like paper)
It was no graphic error as it was possible to flatten it with terraform.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 15 Feb 2009, 08:52
by Forboding Angel
70 hardness is super soft... like cake. Try 800.
Re: Random ground spikes, no matter how hard the ground is set
Posted: 15 Feb 2009, 15:27
by TradeMark
lolz its not about softness, and even if it was, it doesnt mean its my fault, since those spikes appears randomly >_>
i got those same spikes on a map which hardness was 400
You should know one thing: default hardness is 100
