Loading [MathJax]/extensions/Safe.js

Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 3 [4] 5 6   Go Down

Author Topic: Junkers Ju 288 A-2 v1.04  (Read 16973 times)

0 Members and 1 Guest are viewing this topic.

Mick

  • Modder
  • member
  • Offline Offline
  • Posts: 5542
Re: Junkers Ju 288 A-2 v1.03
« Reply #36 on: June 02, 2021, 12:43:17 PM »

... mine is set at 59 ...  ;)
Logged

Epervier

  • 4.09 Guardian Angel !
  • SAS Team
  • member
  • Offline Offline
  • Posts: 9592
  • I'm French and Rebel_409! Nobody is perfect!
    • Some tinkering here
Re: Junkers Ju 288 A-2 v1.03
« Reply #37 on: June 02, 2021, 01:03:49 PM »

A question for others - how do you set your viewSet=?
I have 36 all the time!
A small .bat file is launched at the beginning before loading the game to put a copy of a "clean" conf.ini !
But you can also put your conf.ini in read-only mode!
Logged
If your results do not live up to your expectations, tell yourself that the great oak was once an acorn too. - Lao Zi -

Kelso

  • Modder
  • member
  • Offline Offline
  • Posts: 498
Re: Junkers Ju 288 A-2 v1.03
« Reply #38 on: June 03, 2021, 03:17:48 AM »

Patents for the immutability of the conf.ini file I know and use.
You can see there is a problem, especially with the viewSet, if they are needed.
Do you know the description of this function? The explanation in the conf.ini thread does not seem to be exhaustive.
"viewSet=32
Snap view -Even number. Pan view Odd number."
Logged

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 24040
  • Taking a timeout
    • STFU
Re: Junkers Ju 288 A-2 v1.03
« Reply #39 on: June 03, 2021, 08:56:59 AM »

The meaning of viewSet can only be understood when you convert the value to hex values.

Bit 0 = 0 is SnapView, Bit 0 = 1 is PanView.
Bit 1 = 0 is Pilot in normal view mode, Bit 1 = 1 is Pilot in Aim (Shift+F1) mode.
Bits 2 & 3 set whether mirrors are being rendered. Both set to 0 means no mirrors, one or more set to 1 means that mirrors are rendered is some way (don't ask me which is what).
Bit 4 = 0 means Autopilot is toggled automatically, i.e. when you enter a gunner station, the Autopilot gets deactivated, and when you leave it, it gets activated automatically. Bit 4 = 1 disables "AutoAutopilot". This by the way is the core issue here...
Bits 5 & 6 set the "drawSpeed" mode of the HUD. Both set to 0 means you will have no Speedbar in the lower left, other values cycle through the different Speedbar modes.
Bit 7 is unused.

Your setting "37" is hex 25 or 0x00100101, meaning:
Bit 0 = 1 ==> PanView.
Bit 1 = 0 ==> Normal View Mode.
Bits 2&3 = 1/0 ==> Mirrors are being rendered.
Bit 4 = 0 ==> "AutoAutopilot" active.
Bits 5&6 = 1/0 ==> Speedbar in ISO mode.

An updated version of the Ju 288 will follow later, this issue will be fixed then.

]cheers[
Mike
Logged
Don't split your mentality without thinking twice.

Kelso

  • Modder
  • member
  • Offline Offline
  • Posts: 498
Re: Junkers Ju 288 A-2 v1.03
« Reply #40 on: June 03, 2021, 10:06:43 AM »

Thanks a lot for the clarification.
Logged

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 24040
  • Taking a timeout
    • STFU
Re: Junkers Ju 288 A-2 v1.04
« Reply #41 on: June 04, 2021, 03:27:02 AM »

New Version 1.04 released in 1st post.

Changes:
  • Issue fixed where gun movement would not be visible on externals when player has enabled Autopilot Automation.
  • On Ground Spawn, planes' suspension will settle accordingly (previously it settled when engines started rolling).

Additionally, a new download for the Self Stationary version of the Ju-288 has been added to the 1st post (readme included).

]cheers[
Mike
Logged
Don't split your mentality without thinking twice.

Epervier

  • 4.09 Guardian Angel !
  • SAS Team
  • member
  • Offline Offline
  • Posts: 9592
  • I'm French and Rebel_409! Nobody is perfect!
    • Some tinkering here
Re: Junkers Ju 288 A-2 v1.04
« Reply #42 on: June 04, 2021, 11:01:56 AM »

Thanks !

But very strange !  o_O

In the 4.09 the SSP does not work!
LOG :
Code: [Select]
[14:17:46] java.lang.InstantiationException: com.maddox.il2.objects.vehicles.planes.JU_288_A2_Static$JU_288_A2
[14:17:46] at java.lang.Class.newInstance0(Native Method)
[14:17:46] at java.lang.Class.newInstance(Unknown Source)
[14:17:46] at com.maddox.il2.objects.vehicles.planes.PlaneGeneric$SPAWN.actorSpawn(PlaneGeneric.java:827)
[14:17:46] at com.maddox.il2.builder.PlMisStatic.insert(PlMisStatic.java:393)
[14:17:46] at com.maddox.il2.builder.PlMisStatic.insert(PlMisStatic.java:435)
[14:17:46] at com.maddox.il2.builder.Plugin.doInsert(Plugin.java:199)
[14:17:46] at com.maddox.il2.builder.Builder.insert(Builder.java:1562)
[14:17:46] at com.maddox.il2.builder.Builder.access$1000(Builder.java:32)
[14:17:46] at com.maddox.il2.builder.Builder$17.begin(Builder.java:1278)
[14:17:46] at com.maddox.rts.HotKeyCmd.start(HotKeyCmd.java:103)
[14:17:46] at com.maddox.rts.HotKeyEnv.startCmd(HotKeyEnv.java:247)
[14:17:46] at com.maddox.rts.HotKeyEnv.keyPress(HotKeyEnv.java:271)
[14:17:46] at com.maddox.rts.HotKey.msgMouseButton(HotKey.java:108)
[14:17:46] at com.maddox.rts.MsgMouse.invokeListener(MsgMouse.java:98)
[14:17:46] at com.maddox.rts.Message._send(Message.java:1217)
[14:17:46] at com.maddox.rts.Message.sendToObject(Message.java:1191)
[14:17:46] at com.maddox.rts.Message.sendToArray(Message.java:1147)
[14:17:46] at com.maddox.rts.Message.sendTo(Message.java:1128)
[14:17:46] at com.maddox.rts.Message.trySend(Message.java:1115)
[14:17:46] at com.maddox.rts.Time.loopMessages(Time.java:180)
[14:17:46] at com.maddox.rts.RTSConf.loopMsgs(RTSConf.java:100)
[14:17:46] at com.maddox.il2.game.MainWin3D.loopApp(MainWin3D.java:131)
[14:17:46] at com.maddox.il2.game.Main.exec(Main.java:436)
[14:17:46] at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)
[14:17:46] SPAWN: Can't create stationary Plane object [class:com.maddox.il2.objects.vehicles.planes.JU_288_A2_Static$JU_288_A2]
[14:17:46] null

To work I have to put the code :
public static class JU_288_A2 extends PlaneGeneric

Instead of :
public class JU_288_A2 extends PlaneGeneric

Does it work in other versions?
Logged
If your results do not live up to your expectations, tell yourself that the great oak was once an acorn too. - Lao Zi -

Mission_bug

  • Modder
  • member
  • Offline Offline
  • Posts: 6118
Re: Junkers Ju 288 A-2 v1.04
« Reply #43 on: June 04, 2021, 11:40:19 AM »

Does it work in other versions?


Sorry to say but the stationary does not work in my 4.12.2 with ModAct 5.30 either Gabriel. ;)


Take care and be safe.


Wishing you all the very best, Pete. ;D
Logged

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 24040
  • Taking a timeout
    • STFU
Re: Junkers Ju 288 A-2 v1.04
« Reply #44 on: June 04, 2021, 11:47:47 AM »

Sorry guys looks like an old WIP version of the SSP class made it into the release, I'll post the right version tomorrow.
Logged
Don't split your mentality without thinking twice.

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 24040
  • Taking a timeout
    • STFU
Re: Junkers Ju 288 A-2 v1.04
« Reply #45 on: June 04, 2021, 11:49:32 PM »

Self Stationary Plane Version 1.01 has been added to 1st post, fixing the previously mentioned issue.

]cheers[
Mike
Logged
Don't split your mentality without thinking twice.

Mission_bug

  • Modder
  • member
  • Offline Offline
  • Posts: 6118
Re: Junkers Ju 288 A-2 v1.04
« Reply #46 on: June 05, 2021, 04:13:46 AM »

Self Stationary Plane Version 1.01 has been added to 1st post, fixing the previously mentioned issue.


Hello Mike, now working in my ModAct 5.30, thank you very much, really appreciated. 8)

Quick question if I may, the downloads include a folder for those not using B.A.T., was it necessary to download that again each time the aircraft itself was updated or were changes only to the aircraft folder?


Take care and be safe.

Wishing you all the very best, Pete. ;D
Logged

Mick

  • Modder
  • member
  • Offline Offline
  • Posts: 5542
Re: Junkers Ju 288 A-2 v1.04
« Reply #47 on: June 05, 2021, 04:25:09 AM »

... well since the version for non BAT users is still v1.00 (opposed to v1.04 for the main DL), I supposed there were no changes in that DL ...  ;)
Logged
Pages: 1 2 3 [4] 5 6   Go Up
 

Page created in 0.063 seconds with 24 queries.