Page 1 of 1

My units dont work...

Posted: 23 Aug 2010, 19:40
by babbles
Since the new spring version, a lot of my units seem to miss...

Mostly lasers I notice, such as llt/snipers...as the lasers just sometimes go straight through a unit doing no damage. But I noticed it was also with mavericks as my Mav was shooting at a crasher for about 30 seconds and did no damage...

Anyone else have this problem? I put it here 'cos I dunno if it's spring or xta

Re: My units dont work...

Posted: 23 Aug 2010, 19:49
by hoijui
i guess a demo would be useful.

Re: My units dont work...

Posted: 23 Aug 2010, 19:54
by babbles
good thing they work, isn't it?

Re: My units dont work...

Posted: 23 Aug 2010, 20:29
by Kloot
XTA's (smaller) custom collision volumes need ray-based hit detection.

Re: My units dont work...

Posted: 23 Aug 2010, 22:32
by babbles
By the way, my response about replays was because XTA replays don't work...

Re: My units dont work...

Posted: 23 Aug 2010, 23:25
by Noruas
Isn't Ray based hit collision take a lot more cpu usage?

Re: My units dont work...

Posted: 24 Aug 2010, 12:36
by knorke
With arm lasertower vs maverick it is very easy to reproduce, just vary the distance a bit.
At the right positions, every laser shot will go straight through the maverick:

http://www.abload.de/img/screenshot_xta_spring_2gmr.jpg

on second thought it might be the angle not distance, maverick is not very fat. anyway it happens quite alot.

Re: My units dont work...

Posted: 25 Aug 2010, 23:10
by Noruas
Argh, its turning more into a mmo, mavericks and zippers have high evasion, under some tests dgun can travel through tics and spidey mine clearers as well as roach and invader -_-.

Re: My units dont work...

Posted: 26 Aug 2010, 01:06
by babbles
it's not just maverick...

Re: My units dont work...

Posted: 02 Sep 2010, 18:09
by azaremoth
This happens to all units with non-sphere-like hitsperes and can be fixed by adding

Code: Select all

  collisionVolumeTest 		= 1,
to all unit definitions. I had that probleme too with the new spring version until Kloot enlightened me... 8)

Re: My units dont work...

Posted: 03 Sep 2010, 12:11
by Deadnight Warrior
Thanks azaremoth!
Oh, how I love Hex editor. Just compress .sdd folder into a 'store' (compressionless) 7z archive. Hex edit that file replacing all instances of "collisionVolumeTest = 0" with "collisionVolumeTest = 1" and extract the modified archive. 7-zip will complain alot about the CRC errors, but WGaF about those errors, we made them deliberatley.
Result: 176 files changed within 30 seconds. In fact, it took me much longer to write this post.

Damn, writing stuff like this makes me sound like an ├╝bergeek.

Re: My units dont work...

Posted: 03 Sep 2010, 13:31
by zwzsg
I gather you don't have Notepad++, or any other decent text editor? Because "search & replace in files" would be much easier for you then.

Re: My units dont work...

Posted: 03 Sep 2010, 14:38
by malric
So, where is this new release :) ? Can't wait for it :wink: . Thanks for doing the modification.

Re: My units dont work...

Posted: 03 Sep 2010, 14:40
by Deadnight Warrior
zwzsg wrote:I gather you don't have Notepad++, or any other decent text editor? Because "search & replace in files" would be much easier for you then.
You're right on both statements (didn't try it in Dreamweaver though), but it wouldn't be nowhere nearly as geeky without using a Hex Editor and "hacking" an archive.
As we (students of my faculty, in response to lectured methods) say, "Why do things simpler way, when it can be done the harder."
malric wrote:So, where is this new release :)
On my HDD, and it will stay there for some time, until I get a list of things to improve.

Re: My units dont work...

Posted: 03 Sep 2010, 15:11
by malric
Except the heatmapping problems this was really really annoying. If you already did the modification, why not make a release ? It's very frustrating to see units fire through each other.

Re: My units dont work...

Posted: 03 Sep 2010, 17:21
by pintle
Deadnight Warrior wrote:On my HDD, and it will stay there for some time, until I get a list of things to improve.
I feel now like I must spring to action! Still no response from my mate about installing Hamachi on his machine, I may just go ahead and do it, grab your build, then unininstall it, if he does not get back to me soon.