View topic - issues noticed in 9.66



All times are UTC + 1 hour


Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: issues noticed in 9.66
PostPosted: 19 Sep 2011, 01:55 
Content Developer
User avatar

Joined: 13 Jan 2005, 00:46
Location: ModalitÃ
Quote:
[f=0000000] WARNING: too many unit categories (32), skipping level10
[f=0000000] WARNING: too many unit categories (33), skipping ctrl_c
[f=0000000] WARNING: too many unit categories (34), skipping energy
[f=0000000] WARNING: too many unit categories (35), skipping carry
[f=0000000] WARNING: too many unit categories (36), skipping antisub
[f=0000000] WARNING: too many unit categories (37), skipping all
[f=0000000] WARNING: too many unit categories (38), skipping core
[f=0000000] WARNING: too many unit categories (39), skipping phib
[f=0000000] WARNING: too many unit categories (40), skipping defensive
[f=0000000] WARNING: too many unit categories (41), skipping metal
[f=0000000] WARNING: too many unit categories (42), skipping mine
[f=0000000] WARNING: too many unit categories (43), skipping kamikaze
[f=0000000] WARNING: too many unit categories (44), skipping ctrl_m
[f=0000000] WARNING: too many unit categories (45), skipping ctrl_s
[f=0000000] WARNING: too many unit categories (46), skipping storage
[f=0000000] WARNING: too many unit categories (47), skipping jam
[f=0000000] WARNING: too many unit categories (48), skipping ctrl_n
[f=0000000] WARNING: too many unit categories (49), skipping rad
[f=0000000] WARNING: too many unit categories (50), skipping ctrl_j
[f=0000000] WARNING: too many unit categories (51), skipping bomb
[f=0000000] WARNING: too many unit categories (52), skipping ctrl_u
[f=0000000] WARNING: too many unit categories (53), skipping stealth
[f=0000000] WARNING: too many unit categories (54), skipping spy
[f=0000000] WARNING: too many unit categories (55), skipping extractor
[f=0000000] WARNING: too many unit categories (56), skipping tll
[f=0000000] Inconsistent movedata 13 for arm_plesiosaur (moveclass tankhover4): floater, but not a ship movetype
[f=0000000] Could not load sound from def: hovsmof1
[f=0000000] WARNING: too many unit categories (57), skipping paral
[f=0000000] WARNING: too many unit categories (58), skipping armspid
[f=0000000] WARNING: too many unit categories (59), skipping category=core
[f=0000000] WARNING: too many unit categories (60), skipping notland
[f=0000000] WARNING: too many unit categories (61), skipping minelayer
[f=0000000] WARNING: too many unit categories (62), skipping ctrl_x
[f=0000000] WARNING: too many unit categories (63), skipping fort
[f=0000000] Inconsistent movedata 20 for armflea (moveclass tankhover9): neither canhover nor floater, but not a ground movetype
[f=0000000] Inconsistent movedata 20 for armfleaa (moveclass tankhover9): neither canhover nor floater, but not a ground movetype
[f=0000000] WARNING: too many unit categories (64), skipping mobile
[f=0000000] WARNING: too many unit categories (65), skipping ctrl_k


you guys may want to also give this a run:
viewtopic.php?f=67&t=24866&p=464027&hilit=movedef#p464027
see which defs are conflicting etc.


Top
 Offline Profile  
 
PostPosted: 19 Sep 2011, 10:22 
User avatar

Joined: 08 Jun 2009, 16:59
Location: Croatia
I'm well aware of all those issues, and have cleaned lots of excess unit categories, but not all.

The excess unit categories must be manually cleaned (I already made a suggestion for unit categories over a month ago).

The issue with movedefs isn't about wrong data in tags, but it rather the nature of units that use them. For example Plesiosaur and Zulu are ships that can transform into vehicles when they reach shallow water and land. For some reason they are treated as hovercraft even though that's not explicitly stated. That's why we have Inconsistent movedata 13 for arm_plesiosaur (moveclass tankhover4): floater, but not a ship movetype, as ships can't move on land but hovers can. This makes them immune to submarines as subs can't target hovers with torpedoes. Same issue is for those fleas which are part of FleaDefense (chicken/robot defense), but I haven't paid any attention to non-core-game units.

Jools if you still have the willpower to fix the unit categories as you said you would. You can consider it your first task/commit on XTA SVN.


Top
 Offline Profile  
 
PostPosted: 19 Sep 2011, 10:34 
Spring Developer

Joined: 08 Oct 2006, 15:58
Quote:
For some reason they are treated as hovercraft


Quote:
moveclass tankhover4


The identification (ship/hover/tank/kbot) is string-based, and "hover" is checked before "tank". However...

Quote:
ships that can transform into vehicles when they reach shallow water and land


that is the definition of a Spring hovercraft (a unit that can move across land and any water surface), so technically they are not misclassified. You don't need the 'floater' tag for hovers.


Top
 Offline Profile  
 
PostPosted: 19 Sep 2011, 11:48 
User avatar

Joined: 08 Jun 2009, 16:59
Location: Croatia
I don't want them to be hovers but ships instead. Or if they have to be hovers due to engine limitations, then they should be targetable by torpedos as their model center is below sea level (or very close to it as with other ships) and their collision volume is hittable by torpedos.


Top
 Offline Profile  
 
PostPosted: 19 Sep 2011, 17:01 
Spring Developer
User avatar

Joined: 22 Sep 2007, 08:51
a relevant commit by Kloot:
https://github.com/spring/spring/commit ... 078429e87e
Quote:
make TorpedoLaunchers able to target any in-water unit


Top
 Offline Profile  
 
PostPosted: 19 Sep 2011, 20:56 
User avatar

Joined: 23 Feb 2009, 16:29
Location: Finland
Deadnight Warrior wrote:
Jools if you still have the willpower to fix the unit categories as you said you would. You can consider it your first task/commit on XTA SVN.


Sure, I already said I would do that, I just thought this affected mostly fleabowl stuff so I didn't consider it that important. But as we saw yesterday it made a map by smoth to crash.

hoijui wrote:
a relevant commit by Kloot:
https://github.com/spring/spring/commit ... 078429e87e
Quote:
make TorpedoLaunchers able to target any in-water unit


I would +1 that suggestion too. I think hover's are too much spared from torpedoes, they should also have a torpability


Top
 Offline Profile  
 
PostPosted: 19 Sep 2011, 21:17 
Content Developer
User avatar

Joined: 13 Jan 2005, 00:46
Location: ModalitÃ
To be fair my map was crashing for an entirely different reason.


Top
 Offline Profile  
 
PostPosted: 25 Sep 2011, 12:49 
Spring Developer
User avatar

Joined: 22 Sep 2007, 08:51
when hosting with spring develop version (btw, logging is now fixed on windows), in a game of AAI + RAI vs me (XTA 9.66), only the AAI got a commander, me and RAI got nothing.


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Site layout created by Roflcopter et al.