Author Topic: Icons.tbl modification - need help  (Read 1378 times)

0 Members and 1 Guest are viewing this topic.

Offline mr.WHO

  • 29
Icons.tbl modification - need help
I created two additional species:
-modifed terran entry
-modified shivan entry


My problem is that FS2 and FRED keeps notify me about an error that those new species don't have icons entries in icons.tbl.
I want to get rid of that error message, by using stock terran and shivan icons by those new species.

My problem is that I don't know how to modify this icons.tbl (it looks completely diffrend than sounds.tbl configuration), I'm confused.
Any help?

 

Offline Snail

  • SC 5
  • 214
  • Posts: ☂
Re: Icons.tbl modification - need help
Your icons.tbl probably looks something like this:

Code: [Select]
#Start

; ICON_FIGHTER

;; Terran Icons

$Name: iconT-fighter ; regular
$Name: FadeiconT-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

;; Vasudan Icons

$Name: iconV-fighter ; regular
$Name: FadeiconV-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

;; Shivan Icons

$Name: iconS-fighter ; regular
$Name: FadeiconV-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

Just add two more of the same:

Code: [Select]
#Start

; ICON_FIGHTER

;; Terran Icons

$Name: iconT-fighter ; regular
$Name: FadeiconT-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

;; Vasudan Icons

$Name: iconV-fighter ; regular
$Name: FadeiconV-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

;; Shivan Icons

$Name: iconS-fighter ; regular
$Name: FadeiconV-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

;; Mod Terrans

$Name: iconT-fighter ; regular
$Name: FadeiconT-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

;; Mod Shivans

$Name: iconS-fighter ; regular
$Name: FadeiconV-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim


Just do that for every icon group (icon groups denoted by ; ICON_CRUISER and ; ICON_CORVETTE and so on).

 

Offline mr.WHO

  • 29
Re: Icons.tbl modification - need help
Unfortunately there is no species categories in icons.tbl, only icon type categories:

Code: [Select]
; ICON_FIGHTER
$Name: iconT-fighter ; regular
$Name: FadeiconT-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

$Name: iconV-fighter ; regular
$Name: FadeiconV-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

$Name: iconS-fighter ; regular
$Name: FadeiconS-fighter ; fade anim
$Name: iconhighlight04 ; highlight anim

 

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
Re: Icons.tbl modification - need help
Just add an another set of 3 $Name: 's
(´・ω・`)
=============================================================

 

Offline mr.WHO

  • 29
Re: Icons.tbl modification - need help
It works, thanks :)

 

Offline Aardwolf

  • 211
  • Posts: 16,384
Re: Icons.tbl modification - need help
In any .tbl or .tbm file, all the ; does anyway is mark a line as a comment / disabled.