View Single Post
Old 07-23-13, 11:33 AM   #3
Anvart
Admiral
 
Join Date: Jan 2006
Location: Russia ®
Posts: 2,492
Downloads: 122
Uploads: 1
Quote:
Originally Posted by Stiebler View Post
...
The solution to this, adopted by all the super-mods (including NYGM and GWX) is to make R01 (which is the only slot available for the simple turms 7b/1, 7c/1, 9b/1 and 9c/1) also the preferred slot for all the other turms which allow rotating radars also. That is, R02 in turms like 7c/2 and 9c/3 has been renamed to R01, and the existing R01 has been renamed to R02 (NYGM) or discarded entirely (GWX).
You do not understand solution of this problem in GWX, i think... In GWX for solution of problem, geometry of Turm7c_3_hd (and maybe geometry of some other turms, now I already do not remember) has been changed... and in Sensors.dat the geometry of radar antenna (3DFM29GEMA) was placed in the Dummy container... the same was done for 3DFM29GEMA_type9.
Quote:
...
Anvart asked me some time ago to see if I could find a hard-code fix for this irritating problem.
...
It has been claimed in the past that R02 is not connected to anything, but this is mistaken. The real reason that R02 appears not to function properly is simple: there is only one radar carried by the U-boat. As the code cycles backwards (sic) through all its sensors, R01 is always encountered before R02, and therefore receives the one radar. R02 is left with nothing, when its turn comes in the code.
...
Maybe I do not understand you... but in sh3.exe there is a direct call to the R01 node (through the stack), which is used to install these radar antennas (choice of equipment submarine) in Campaigns!.. in the single missions you can use the node R02 through *.sns file.
... in any case sh3.exe "to the studio".
Quote:
...
As a final issue, that can probably be easily solved, the rotating radar is placed at right angles to its correct position when at rest. Therefore it protrudes into the conning tower. Does anyone know how to change the rest angle of the rotating radars?
In e.g. FM30_UpDown_final mod, I tryed to solve the problem of positioning and animation of the radar antenna through StateMachine Control/Class and crew commands.

P.S.
I'm not sure, but may be for Campaigns need an additional code, e.g.:
if (FuMO29GEMA) nodeName = "R01";
else nodeName = "R02";
__________________
Alex ®


Moses said: "Don't create yourself an idol"...

Last edited by Anvart; 07-23-13 at 01:05 PM.
Anvart is offline   Reply With Quote