Recent Posts

Pages: < Prev 1 2 3 [4] 5 6 7 8 9 10 Next >
31
Scripting Releases / Re: Movements-SEXPs, capship useful (v3.0)
« Last post by wookieejedi on August 26, 2025, 02:00:17 pm »
Update script to version 3.1 which includes the following:

move-to-location
Moves a ship to a given location over a specified time duration. This sexp can be used to make a ship move to a location without needing to face that location.

early-stop-move-to-location
Immediately terminates the custom `move-to-location` sexp for a ship. Only use this sexp to prematurely stop this location movement for a ship.
32
Nightly Builds / Nightly: 26 August 2025 - Revision a6f9337d5
« Last post by SirKnightly on August 26, 2025, 01:48:58 am »
Here is the nightly for 26 August 2025 - Revision a6f9337d5



Group: Linux-arm64
nightly_20250826_a6f9337d5-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250826_a6f9337d5-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250826_a6f9337d5-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250826_a6f9337d5-builds-Mac-x86_64.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20250826_a6f9337d5-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20250826_a6f9337d5-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit a6f9337d5
Author: Kestrellius
Commit: GitHub

    add check (#6997)
 code/object/object.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1a1d3f040
Author: Asteroth
Commit: GitHub

    fix interpolate matrices (#6996)
 code/math/vecmat.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 109c2b5a8
Author: Mike Nelson
Commit: GitHub

    QtFRED Music Player Dialog (#6994)
 qtfred/resources/images/next.png                   | Bin 0 -> 2467 bytes
 qtfred/resources/images/prev.png                   | Bin 0 -> 2471 bytes
 qtfred/resources/images/stop.png                   | Bin 0 -> 2452 bytes
 qtfred/source_groups.cmake                         |  12 ++
 .../src/mission/dialogs/MusicPlayerDialogModel.cpp | 131 ++++++++++++++++++
 .../src/mission/dialogs/MusicPlayerDialogModel.h   |  60 +++++++++
 qtfred/src/mission/dialogs/MusicTBLViewerModel.cpp |  59 ++++++++
 qtfred/src/mission/dialogs/MusicTBLViewerModel.h   |  18 +++
 qtfred/src/ui/FredView.cpp                         |   8 ++
 qtfred/src/ui/FredView.h                           |   1 +
 qtfred/src/ui/dialogs/MusicPlayerDialog.cpp        | 150 +++++++++++++++++++++
 qtfred/src/ui/dialogs/MusicPlayerDialog.h          |  50 +++++++
 qtfred/src/ui/dialogs/MusicTBLViewer.cpp           |  35 +++++
 qtfred/src/ui/dialogs/MusicTBLViewer.h             |  29 ++++
 qtfred/ui/FredView.ui                              |   6 +
 qtfred/ui/MusicPlayerDialog.ui                     | 114 ++++++++++++++++
 16 files changed, 673 insertions(+)

------------------------------------------------------------------------
commit c2b92410a
Author: Mike Nelson
Commit: GitHub

    QtFRED Global Ship Flags Dialog (#6993)
 qtfred/source_groups.cmake                         |  5 ++
 .../mission/dialogs/GlobalShipFlagsDialogModel.cpp | 65 ++++++++++++++++++++++
 .../mission/dialogs/GlobalShipFlagsDialogModel.h   | 26 +++++++++
 qtfred/src/ui/FredView.cpp                         |  7 +++
 qtfred/src/ui/FredView.h                           |  1 +
 qtfred/src/ui/dialogs/GlobalShipFlagsDialog.cpp    | 62 +++++++++++++++++++++
 qtfred/src/ui/dialogs/GlobalShipFlagsDialog.h      | 34 +++++++++++
 qtfred/ui/GlobalShipFlags.ui                       | 49 ++++++++++++++++
 qtfred/ui/GlobalShipFlagsDialog.ui                 | 49 ++++++++++++++++
 9 files changed, 298 insertions(+)

------------------------------------------------------------------------
commit 16926a439
Author: Mike Nelson
Commit: GitHub

    QtFRED Shield Sys Dialog (#6991)
 qtfred/src/mission/Editor.cpp                      |  49 +++--
 qtfred/src/mission/Editor.h                        |  16 +-
 .../mission/dialogs/ShieldSystemDialogModel.cpp    |  63 ++++++-
 .../src/mission/dialogs/ShieldSystemDialogModel.h  |  40 ++--
 qtfred/src/ui/dialogs/ShieldSystemDialog.cpp       | 137 +++++++-------
 qtfred/src/ui/dialogs/ShieldSystemDialog.h         |  34 ++--
 qtfred/ui/ShieldSystemDialog.ui                    | 203 ++++++++++-----------
 7 files changed, 295 insertions(+), 247 deletions(-)

------------------------------------------------------------------------
commit 76440ddfd
Author: Mike Nelson
Commit: GitHub

    QtFRED Reinforcements Dialog (#6990)
 .../dialogs/ReinforcementsEditorDialogModel.cpp    |  69 +-
 .../dialogs/ReinforcementsEditorDialogModel.h      |  66 +-
 .../src/ui/dialogs/ReinforcementsEditorDialog.cpp  | 360 ++++----
 qtfred/src/ui/dialogs/ReinforcementsEditorDialog.h |  45 +-
 qtfred/ui/ReinforcementsDialog.ui                  | 985 +++++++++++----------
 5 files changed, 820 insertions(+), 705 deletions(-)

------------------------------------------------------------------------
commit 08a73c1ed
Author: Mike Nelson
Commit: GitHub

    QtFRED Voice Acting Manager Dialog (#6962)
 code/missioneditor/common.cpp                      |  23 +
 code/missioneditor/common.h                        |  26 +
 code/source_groups.cmake                           |   6 +
 fred2/management.cpp                               |   2 +-
 fred2/management.h                                 |  12 +-
 fred2/voiceactingmanager.cpp                       |  35 +-
 qtfred/source_groups.cmake                         |   2 +
 .../mission/dialogs/VoiceActingManagerModel.cpp    | 961 +++++++++++++++++++++
 .../src/mission/dialogs/VoiceActingManagerModel.h  | 150 ++++
 qtfred/src/ui/dialogs/VoiceActingManager.cpp       | 329 ++++++-
 qtfred/src/ui/dialogs/VoiceActingManager.h         |  75 +-
 qtfred/ui/VoiceActingManager.ui                    | 346 +++++---
 12 files changed, 1790 insertions(+), 177 deletions(-)
33
Mission & Campaign Releases / Re: RELEASE: Big Bad Shivans
« Last post by Colonol Dekker on August 25, 2025, 11:10:02 am »
Awesome work.   I'm looking forward to playing through.
34
The Modding Workshop / Re: Ship Interiors Project
« Last post by Zarkov on August 25, 2025, 10:01:26 am »
Great work, the cockpits work well and really help immersion if you use VR to play the game.  I was wondering if you could give me a few pointers on how to incorporate the mod with modifications?

I love playing the Wingcommander saga mod in FSO. I've managed to get the the placeholder cockpit from ShipinteriorsFS1 working. But I'm not entirely sure how I did it. :) I've also tried to copy over the Ulysses cockpit but that just gets ignored.

 I've done the following copy over all the files in hud, maps and models. After that I've copied over Placeholder1-hdg.tbm and Placeholder-shp.tbm to tables.

I've replaced all the ships mentioned in the placeholder1-hdg.tbm "$Ships:" line with the ones mentioned in the Wingcommander saga files. I've then edited the placeholder-shp.tbm to include the WC saga ships and refer them to "GTF_HerculesM2_CP.pof".

After this I probably did something else but I can't figure out what because there are no other modified files that I can find. When I tried to move one of the ships over from the placeholder to the Ulysses cockpit nothing happened. Some tips would be greatly appreciated.
35
Nightly Builds / Nightly: 25 August 2025 - Revision 9f30d3001
« Last post by SirKnightly on August 25, 2025, 01:50:03 am »
Here is the nightly for 25 August 2025 - Revision 9f30d3001



Group: Linux-arm64
nightly_20250825_9f30d3001-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250825_9f30d3001-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250825_9f30d3001-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250825_9f30d3001-builds-Mac-x86_64.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20250825_9f30d3001-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20250825_9f30d3001-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 9f30d3001
Author: Mike Nelson
Commit: GitHub

    QtFRED Command Briefing Dialog (#6968)
 code/mission/missionparse.h                        |   9 +
 .../mission/dialogs/CommandBriefingDialogModel.cpp | 334 ++++++--------
 .../mission/dialogs/CommandBriefingDialogModel.h   |  58 +--
 qtfred/src/ui/dialogs/CommandBriefingDialog.cpp    | 494 ++++++++++-----------
 qtfred/src/ui/dialogs/CommandBriefingDialog.h      |  51 +--
 qtfred/ui/CommandBriefingDialog.ui                 | 127 +++---
 6 files changed, 463 insertions(+), 610 deletions(-)

------------------------------------------------------------------------
commit 6c101fe52
Author: Mike Nelson
Commit: GitHub

    QtFRED Fiction Viewer Dialog (#6965)
 .../mission/dialogs/FictionViewerDialogModel.cpp   | 147 +++++++++++++------
 .../src/mission/dialogs/FictionViewerDialogModel.h |  61 +++-----
 qtfred/src/ui/dialogs/FictionViewerDialog.cpp      | 156 +++++++++++----------
 qtfred/src/ui/dialogs/FictionViewerDialog.h        |  40 +++---
 qtfred/ui/FictionViewerDialog.ui                   |   8 +-
 5 files changed, 226 insertions(+), 186 deletions(-)

------------------------------------------------------------------------
commit bc083dc61
Author: Mike Nelson
Commit: GitHub

    QtFRED Mission Specs Dialog (#6945)
 code/mission/missionparse.cpp                      |  71 ++++
 code/mission/missionparse.h                        |  13 +
 code/sound/sound.h                                 |   5 +
 qtfred/resources/images/next.bmp                   | Bin 0 -> 208 bytes
 qtfred/resources/images/play.bmp                   | Bin 0 -> 162 bytes
 qtfred/resources/images/prev.bmp                   | Bin 0 -> 208 bytes
 qtfred/resources/images/stop.bmp                   | Bin 0 -> 164 bytes
 qtfred/resources/resources.qrc                     | 132 +++----
 qtfred/source_groups.cmake                         |  27 +-
 .../mission/dialogs/CustomWingNamesDialogModel.h   |  35 --
 .../src/mission/dialogs/MissionSpecDialogModel.cpp | 161 ++++++++-
 .../src/mission/dialogs/MissionSpecDialogModel.h   |  45 ++-
 .../dialogs/MissionSpecs/CustomDataDialogModel.cpp | 169 +++++++++
 .../dialogs/MissionSpecs/CustomDataDialogModel.h   |  40 +++
 .../MissionSpecs/CustomStringsDialogModel.cpp      | 152 ++++++++
 .../MissionSpecs/CustomStringsDialogModel.h        |  42 +++
 .../CustomWingNamesDialogModel.cpp                 |  98 +++---
 .../MissionSpecs/CustomWingNamesDialogModel.h      |  35 ++
 .../MissionSpecs/SoundEnvironmentDialogModel.cpp   | 128 +++++++
 .../MissionSpecs/SoundEnvironmentDialogModel.h     |  34 ++
 qtfred/src/ui/dialogs/CustomWingNamesDialog.cpp    |  86 -----
 qtfred/src/ui/dialogs/CustomWingNamesDialog.h      |  48 ---
 qtfred/src/ui/dialogs/JumpNodeEditorDialog.cpp     |   2 -
 qtfred/src/ui/dialogs/MissionSpecDialog.cpp        | 383 ++++++++++++---------
 qtfred/src/ui/dialogs/MissionSpecDialog.h          |  69 +++-
 .../ui/dialogs/MissionSpecs/CustomDataDialog.cpp   | 243 +++++++++++++
 .../src/ui/dialogs/MissionSpecs/CustomDataDialog.h |  60 ++++
 .../dialogs/MissionSpecs/CustomStringsDialog.cpp   | 241 +++++++++++++
 .../ui/dialogs/MissionSpecs/CustomStringsDialog.h  |  58 ++++
 .../dialogs/MissionSpecs/CustomWingNamesDialog.cpp | 180 ++++++++++
 .../dialogs/MissionSpecs/CustomWingNamesDialog.h   |  62 ++++
 .../MissionSpecs/SoundEnvironmentDialog.cpp        | 225 ++++++++++++
 .../dialogs/MissionSpecs/SoundEnvironmentDialog.h  |  60 ++++
 qtfred/ui/CustomDataDialog.ui                      | 159 +++++++++
 qtfred/ui/CustomStringsDialog.ui                   | 208 +++++++++++
 qtfred/ui/CustomWingNamesDialog.ui                 |  28 +-
 qtfred/ui/MissionSpecDialog.ui                     | 291 +++++-----------
 qtfred/ui/SoundEnvironmentDialog.ui                | 189 ++++++++++
 38 files changed, 3069 insertions(+), 710 deletions(-)
36
Nightly Builds / Nightly: 24 August 2025 - Revision 9755d44c5
« Last post by SirKnightly on August 24, 2025, 01:47:28 am »
Here is the nightly for 24 August 2025 - Revision 9755d44c5



Group: Linux-arm64
nightly_20250824_9755d44c5-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250824_9755d44c5-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250824_9755d44c5-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250824_9755d44c5-builds-Mac-x86_64.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20250824_9755d44c5-builds-Win32-SSE2.zip (Mirror)


Group: Win64-SSE2
nightly_20250824_9755d44c5-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 9755d44c5
Author: Taylor Richards
Commit: GitHub

    update mdns to v1.4.3 (#3973)
 code/network/multi_mdns.cpp |  168 +++++-
 lib/mdns/CHANGELOG          |   20 +
 lib/mdns/CMakeLists.txt     |    7 +-
 lib/mdns/README.md          |   25 +-
 lib/mdns/mdns.c             |  740 ++++++++++++++++++++---
 lib/mdns/mdns.h             | 1378 +++++++++++++++++++++++++++----------------
 6 files changed, 1702 insertions(+), 636 deletions(-)

------------------------------------------------------------------------
commit 9502af6f2
Author: wookieejedi
Commit: GitHub

    Fix gr.createParticle with parent velocity (#6970)
 code/scripting/api/libs/graphics.cpp | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 5eb80f55b
Author: wookieejedi
Commit: GitHub

    Fix conversion of old muzzle flash to new type (#6972)
 code/weapon/muzzleflash.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4b9ccfc68
Author: Mike Nelson
Commit: GitHub

    QtFRED Asteroid Dialog (#6908)
 code/asteroid/asteroid.cpp                         |  13 +-
 code/asteroid/asteroid.h                           |  22 +-
 .../mission/dialogs/AsteroidEditorDialogModel.cpp  | 560 ++++++++++-----------
 .../mission/dialogs/AsteroidEditorDialogModel.h    | 126 +++--
 qtfred/src/ui/dialogs/AsteroidEditorDialog.cpp     | 440 ++++++++--------
 qtfred/src/ui/dialogs/AsteroidEditorDialog.h       | 104 ++--
 qtfred/ui/AsteroidEditorDialog.ui                  | 478 ++++++++++--------
 7 files changed, 909 insertions(+), 834 deletions(-)

------------------------------------------------------------------------
commit 9db567ea4
Author: Mike Nelson
Commit: GitHub

    QtFRED Mission Goals Dialog Cleanup (#6951)
 .../mission/dialogs/MissionGoalsDialogModel.cpp    |  60 ++---
 .../src/mission/dialogs/MissionGoalsDialogModel.h  |  12 +-
 qtfred/src/ui/dialogs/MissionGoalsDialog.cpp       | 251 ++++++++++++---------
 qtfred/src/ui/dialogs/MissionGoalsDialog.h         |  44 ++--
 qtfred/ui/MissionGoalsDialog.ui                    |  27 +--
 5 files changed, 212 insertions(+), 182 deletions(-)

------------------------------------------------------------------------
commit 7d8b43784
Author: Mike Nelson
Commit: GitHub

    Qtfred Wing Editor Dialog (#6939)
 code/mission/missionhotkey.cpp                     |    3 +-
 code/mission/missionhotkey.h                       |    3 +
 code/mission/missionparse.cpp                      |   74 +-
 code/mission/missionparse.h                        |    6 +
 code/ship/ship_flags.h                             |    3 +-
 fred2/missionsave.cpp                              |   31 +-
 fred2/wing_editor.cpp                              |    4 +-
 qtfred/source_groups.cmake                         |    5 +
 qtfred/src/mission/Editor.h                        |   25 +-
 qtfred/src/mission/EditorWing.cpp                  |  142 ++-
 .../ShipEditor/ShipCustomWarpDialogModel.cpp       |   76 +-
 .../dialogs/ShipEditor/ShipCustomWarpDialogModel.h |   56 +-
 .../dialogs/ShipEditor/ShipEditorDialogModel.cpp   |    4 +-
 .../dialogs/ShipEditor/ShipEditorDialogModel.h     |    2 +-
 .../src/mission/dialogs/WingEditorDialogModel.cpp  | 1305 ++++++++++++++++++++
 qtfred/src/mission/dialogs/WingEditorDialogModel.h |  145 +++
 qtfred/src/mission/missionsave.cpp                 |   31 +-
 qtfred/src/ui/FredView.cpp                         |   14 +
 qtfred/src/ui/FredView.h                           |    3 +
 .../ui/dialogs/ShipEditor/ShipCustomWarpDialog.cpp |   55 +-
 .../ui/dialogs/ShipEditor/ShipCustomWarpDialog.h   |    4 +
 qtfred/src/ui/dialogs/WingEditorDialog.cpp         |  688 +++++++++++
 qtfred/src/ui/dialogs/WingEditorDialog.h           |  100 ++
 qtfred/ui/WingEditorDialog.ui                      |  890 +++++++++++++
 24 files changed, 3550 insertions(+), 119 deletions(-)

------------------------------------------------------------------------
commit e9d4f322d
Author: Mike Nelson
Commit: GitHub

    QtFRED Waypoint Path Dialog (#6935)
 .../mission/dialogs/WaypointEditorDialogModel.cpp  | 425 +++++++--------------
 .../mission/dialogs/WaypointEditorDialogModel.h    |  54 +--
 qtfred/src/ui/dialogs/WaypointEditorDialog.cpp     | 115 +++---
 qtfred/src/ui/dialogs/WaypointEditorDialog.h       |  39 +-
 qtfred/ui/WaypointEditorDialog.ui                  |  84 ++--
 5 files changed, 276 insertions(+), 441 deletions(-)

------------------------------------------------------------------------
commit 080aa65ec
Author: Mike Nelson
Commit: GitHub

    QtFRED Object Orientation Editor Dialog (#6932)
 .../dialogs/ObjectOrientEditorDialogModel.cpp      | 482 +++++++++++-----
 .../dialogs/ObjectOrientEditorDialogModel.h        | 130 +++--
 qtfred/src/ui/dialogs/ObjectOrientEditorDialog.cpp | 309 +++++++----
 qtfred/src/ui/dialogs/ObjectOrientEditorDialog.h   |  71 ++-
 qtfred/ui/ObjectOrientationDialog.ui               | 605 ++++++++++++---------
 5 files changed, 1032 insertions(+), 565 deletions(-)

------------------------------------------------------------------------
commit 9ba88ca16
Author: Goober5000
Commit: GitHub

    fix error in error reporting routine (#6969)
 code/globalincs/mspdb_callstack.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit bd9ea61e9
Author: Kestrellius
Commit: Kestrellius

    appease clang
 code/asteroid/asteroid.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 836d7d4f2
Author: Kestrellius
Commit: Kestrellius

    switch include
 code/asteroid/asteroid.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6539fc9ae
Author: Kestrellius
Commit: Kestrellius

    clean up control flow
 code/asteroid/asteroid.cpp | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit a0730f601
Author: Kestrellius
Commit: Kestrellius

    add particle hook
 code/asteroid/asteroid.cpp | 56 +++++++++++++++++++++++++++++++++++-----------
 code/asteroid/asteroid.h   |  7 ++++--
 2 files changed, 48 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 09b6888bc
Author: Kestrellius
Commit: Kestrellius

    fix normals
 code/ship/ship.cpp | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit be4d4eb1d
Author: Kestrellius
Commit: Kestrellius

    add hooks
 code/ship/ship.cpp   | 75 ++++++++++++++++++++++++++++++++++++++--------------
 code/ship/ship.h     |  3 +++
 code/ship/shipfx.cpp | 33 +++++++++++++++--------
 3 files changed, 80 insertions(+), 31 deletions(-)
37
Mission & Campaign Releases / Re: RELEASE: Big Bad Shivans
« Last post by soilder198 on August 23, 2025, 05:22:12 pm »
I appreciate the feedback given so far. I've gone ahead and released a patch that fixes the progression issue in mission 2 as well as the trebuchet not appearing in the loadout for mission 4. I haven't found out how to patch on FSFiles yet so for now I've removed the FSFile link and only the Knossos launcher will have the current version.
38
Mission & Campaign Releases / Re: RELEASE: Big Bad Shivans
« Last post by Mobius on August 23, 2025, 04:32:42 pm »
Congratulations on this release! I've just added it to my "to play" list. :)
39
Mission & Campaign Releases / Re: RELEASE: Big Bad Shivans
« Last post by Fusion on August 23, 2025, 12:03:07 pm »
Interesting campaign. Very old-school in feel, and very complementary to the retail campaign. Also very robust - only had one issue with a mission breaking and it worked the second time I ran through it. It's good to get back to simple, classic fun after how overly complicated other campaigns can be. Definitely enjoyed it.
40
The Scripting Workshop / Re: How to wait for n seconds in a script?
« Last post by wookieejedi on August 23, 2025, 08:49:56 am »
Good question! Overall you'll want to use coroutines. The short pseudo code would be this:
         
Also, feel free to ask on our scripters Discord, as commonly that has more folks around to quickly answer things :)
https://discord.gg/EYtHHkE7tv


function SpecialFunction(ship)

   if ship == nil then return end
   if not ship:isValid() then return end

   async.run(function()
      --shut off shields (write code here)
      local n_seconds = 5
      async.await(mn.waitAsync(n_seconds))
      if ship ~= nil and ship:isValid() then
         --re enable shields  (write code here)
      end
   end)

end


engine.addHook("On Weapon Collision", function()
       SpecialFunction(hv.Ship)
   end,
   {State="GS_STATE_GAME_PLAY", ["Weapon class"]="WEAPONCLASSNAME_from_weapons.tbl"}
)
Pages: < Prev 1 2 3 [4] 5 6 7 8 9 10 Next >