Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: P-36A-4  (Read 578 times)

0 Members and 1 Guest are viewing this topic.

Froge

  • Pacman Frog
  • member
  • Offline Offline
  • Posts: 366
  • How often should a pfp change?
P-36A-4
« on: March 28, 2023, 03:19:47 PM »

In Pacific maps, there's a bug with the P-36A-4/Hawk 75A-4's default skin when you select Finland. Once you do that, the RAF default skin shows up.

But it's normal with other axis nations.


I mean, who would wanna fly for the FAF in the Pacific anyways?
Logged
Mmmm myes pet froge (She/Her)

bomberkiller

  • Treffen sich zwei Jäger...!
  • Modder
  • member
  • Offline Offline
  • Posts: 4929
  • Bf-109G-6/R6 = Bomber Killer
Re: P-36A-4
« Reply #1 on: March 28, 2023, 03:47:08 PM »

Hello Frog,

don't have your problem with #WAW3:





 ]cheers[

Gerhard
Logged
FAC N° 9 ...cheers mein Schatz

Ta183Huckebein

  • FAC #17
  • Modder
  • member
  • Offline Offline
  • Posts: 1073
  • aka "Raven"
Re: P-36A-4
« Reply #2 on: March 28, 2023, 05:14:28 PM »

I can confirm this, actually. RAF default shows up on pacific maps, but only pacific maps. Non-pacific tropical/desert maps show the skin in bk's screens, temperate/winter maps show the proper Finnish camos.
Logged

WxTech

  • Modder
  • member
  • Offline Offline
  • Posts: 6065
Re: P-36A-4
« Reply #3 on: March 29, 2023, 12:07:11 PM »

I have the same oddity in my B.A.T. 4.0 game.

But then, I don't anticipate ever having the Finns ply their trade in the Pacific, and so such a 'glitch' is a non issue for me...  ;)
Logged
Great minds discuss ideas. Average minds discuss events. Small minds discuss people. - Hyman Rickover (but probably predating his use.)

Frankiek

  • SAS Team
  • member
  • Online Online
  • Posts: 3053
Re: P-36A-4
« Reply #4 on: March 29, 2023, 04:27:49 PM »

if you want to see the conditionality for the default skins it is all in the class file
Logged

Hubberranz

  • Modder
  • member
  • Offline Offline
  • Posts: 1600
Re: P-36A-4
« Reply #5 on: March 30, 2023, 06:49:26 PM »

CAUTION: I do not use bat.    Concured in ..412 5.3 : seems to be the desert skin is in use, or else.
Defaults from the proposed topic below are not the bat defaults, but are from the basic game.
( .. just a guiding tool to resolve issues or to carry on modding... )

https://www.sas1946.com/main/index.php/topic,70558.0.html

Note that Finland is the only country that uses Hawk75A-4(Multi1)\summer ( elsewhere then the pacific... ).
An Axis plane originally! I guess usage of Finland in the pacific was not anticipated.
I have the same oddity in my B.A.T. 4.0 game.
But then, I don't anticipate ever having the Finns ply their trade in the Pacific, and so such a 'glitch' is a non issue for me...  ;)



 
Logged

Knochenlutscher

  • Flying Ass Clown #10
  • Modder
  • member
  • Offline Offline
  • Posts: 4593
  • aka Segfej
Re: P-36A-4
« Reply #6 on: March 31, 2023, 07:03:20 AM »

That's not BAT, but a trouble these Curtis H75/P36s to be precise H75A3/H75A4 has since these Mods came up, it uses up 2 Hier hims for one Country (Multi1).

A-3
Code: [Select]
        com.maddox.rts.Property.set(class1, "iconFar_shortClassName", "H-75");
        com.maddox.rts.Property.set(class1, "meshName", "3DO/Plane/Hawk75A-3(Multi1)/hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme", new PaintSchemeFMPar07());
        com.maddox.rts.Property.set(class1, "meshName_us", "3DO/Plane/Hawk75A-3(USA)/hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme_us", new PaintSchemeFMPar06());
        com.maddox.rts.Property.set(class1, "meshName_fi", "3DO/Plane/Hawk75A-3(Multi1)/Fi_hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme_fi", new PaintSchemeFMPar07());

A-4
Code: [Select]
        com.maddox.rts.Property.set(class1, "iconFar_shortClassName", "H-75");
        com.maddox.rts.Property.set(class1, "meshName", "3DO/Plane/Hawk75A-3(Multi1)/hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme", new PaintSchemeFMPar07());
        com.maddox.rts.Property.set(class1, "meshName_us", "3DO/Plane/Hawk75A-3(USA)/hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme_us", new PaintSchemeFMPar06());
        com.maddox.rts.Property.set(class1, "meshName_fi", "3DO/Plane/Hawk75A-3(Multi1)/Fi_hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme_fi", new PaintSchemeFMPar07());

corrected it can be this with proper FAF folder and Default FAF Skin
Code: [Select]
        com.maddox.rts.Property.set(class1, "iconFar_shortClassName", "H-75");
        com.maddox.rts.Property.set(class1, "meshName", "3DO/Plane/Hawk75A-3(Multi1)/hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme", new PaintSchemeFMPar07());
        com.maddox.rts.Property.set(class1, "meshName_us", "3DO/Plane/Hawk75A-3(USA)/hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme_us", new PaintSchemeFMPar06());
        com.maddox.rts.Property.set(class1, "meshName_fi", "3DO/Plane/Hawk75A-3(FAF)/Fi_hier.him");
        com.maddox.rts.Property.set(class1, "PaintScheme_fi", new PaintSchemeFMPar07());


if you intend to go for a finnish Cockpit, give it a new FAF Slot and case is closed...once and forever.

I stopped using all the countless H75 Mods, Cockpits, Revis, 3-D sharpening, since the base Mods got no logic
reorganization, you can deliver 20 More Mods that aid to the mess.
Clean up the basement (the Java is shitty old), make decisions, then you can plant whatever comes.

And do not fear Teutates throwing a Java wall onto your head.
Logged
Wiseman : "Did you speak the exact words?" Ash : "Look, maybe I didn't say every single little tiny syllable, no. But basically I said them, yeah."
Pages: [1]   Go Up
 

Page created in 0.046 seconds with 24 queries.