Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 4 5 6 [7] 8 9 10   Go Down

Author Topic: Surface To Air Mod *NEW BETA RELEASE*  (Read 26683 times)

0 Members and 3 Guests are viewing this topic.

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #72 on: December 09, 2020, 03:19:54 AM »

Yeah, those two :)

Don't think they got any 75M's until after the end of hostilities.



EDIT:
ok, turns out... if I want the missile code to be trully bug-less, I'd have to basically remove most of the inheritances :))
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

enry711

  • member
  • Offline Offline
  • Posts: 592
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #73 on: December 15, 2020, 02:58:50 AM »

Thanks again Koty! I'm really excited for this new version of this mod 8)

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #74 on: December 15, 2020, 11:42:18 AM »

 8) Hi, here's something to read for now. I'll clean up the log call outs, there's still a few I missed, and release a release candidate in a few hours.
https://www.mediafire.com/file/cu2r29lq2g7fdsl/SAM_manual.pdf/file
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

MADMICK71

  • member
  • Offline Offline
  • Posts: 425
  • FACTIS NON VERBIS
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #75 on: December 15, 2020, 01:06:12 PM »



Great work. The manual is awesome.

Thanks.
Logged
FACTIS NON VERBIS

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #76 on: December 16, 2020, 03:20:46 AM »

It is time  8)

C R E D I T S
Western0221
For engine mod that was used as basis for this mod and his USSR modern trucks pack, whose
models are used for the auxiliary assets.
Wasted
For the initial SAM mod, incorporating the main ideas of multi-object systems, and properly
functioning SAMs in general.
Koty
3D for launchers of the heavy SAM systems, expanding Wasted%u2019s site code to detailed firing
procedures and sequences, auxiliary objects etc.



Guide (includes .ini entries and how-to-use):
https://www.mediafire.com/file/cu2r29lq2g7fdsl/SAM_manual.pdf/file

Download:
https://www.mediafire.com/file/wbirbomhzkp1ps2/!+!+!+Surface_To_Air_Weapons_Mod.rar/file

EDIT: Found a typo in the guide... the tracking radar for Desna is SNR-75, duh... not SRN...
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

zaxxxx2

  • member
  • Offline Offline
  • Posts: 49
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #77 on: December 17, 2020, 11:45:54 AM »

Strela 1 don't work ! (there is no launch, self explode..)
when I put old classes  C82F71CE14E2639E F5C394CEF5349380  into new release, then it works. ?
Logged

zaxxxx2

  • member
  • Offline Offline
  • Posts: 49
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #78 on: December 17, 2020, 12:08:41 PM »







Logged

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #79 on: December 18, 2020, 11:21:38 PM »

Ok, one is the class for strela itself, which i did not touch... second is a nav-light thingy for SAMs... I'll have a look what's causing the problem. Thanks!

EDIT: Ah right... gave it some thinking... I know exactly what's causing it, and it's not pretty. It's the same solution I had to the redundant code for heavy sams. While it solved redundancy for those, it also means that the Strelas did not move from their origin at all o_O  Back to the drawing board.

EDIT2: Right... now I know what's causing the redundancy... an inherited method is doubling some methods further down... but stuff that inherited method does is quite important... So I'll have to reprogram the MissileSAM.class to include that code that I need, while getting rid of the redundancy. That's gonna take me a while. :))
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

zaxxxx2

  • member
  • Offline Offline
  • Posts: 49
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #80 on: December 19, 2020, 05:36:08 AM »

Old classes from  BETA 2019 are different


Logged

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #81 on: December 19, 2020, 07:04:37 AM »

Don't worry, I know exactly where's the issue now  8)
And it's with only one of them. Or rather, the class it is a part of. I just need to re-introduce some stuff at higher level, and make it generic.


Ok, restored mesh change.
Now need to restore mass reduction after booster falls off.
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #82 on: December 19, 2020, 01:15:52 PM »

Done!
Kept in the same link.

Updated generic MissileSAM.class:
3 modes of thrust (boost + main stage 2-thrust motor)
optional second mesh after boost is exhausted
mass change with booster falling off
semi-active guidance for missiles

also fixed thrust settings for Strelas

https://www.mediafire.com/file/9k89rhaeqm8tx4h/!+!+!+Surface_To_Air_Weapons_Mod.rar/file
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

zaxxxx2

  • member
  • Offline Offline
  • Posts: 49
Re: Surface To Air Mod *NEW BETA RELEASE*
« Reply #83 on: December 19, 2020, 01:43:18 PM »

Great job, thx for fast response.
Tested, all works now....





Logged
Pages: 1 ... 4 5 6 [7] 8 9 10   Go Up
 

Page created in 0.034 seconds with 26 queries.