41
Crysis 2: Battutamod / Re: ¡BATTUTAMOD! for Crysis 2!
« Last post by Iain Baker on September 02, 2025, 07:17:54 pm »Am I right in thinking there is a version of this for the Remastered version of Crysis 2 as well now?
Thanks to the hard work of rev_posix and Sandwich, the HLP email system has been fixed! All registration emails from the past few months have been re-sent. If you still need help, please sign on to Discord and let us know. The Discord link can be found in the top navbar under the HLP menu. ヾ(´︶`♡)ノ
Highlights are choice selections from the work of our forum members that deserve special recognition. You can find the complete list here.
Writing-wise, Enemies United is a literary masterwork of narrative composition, eloquent wordplay, and gratuitous beamz. Battle a formidable, unique and inspired opponent, the NHOL, amidst a backdrop of thrilling intrigue and chilling wonder in the depths of space where no one has gone before. Truly, Enemies United may even unseat Eser Guven's pearl of FreeSpace excellence, the award-winning "Surprise"!
------------------------------------------------------------------------
commit b7aa53dd7
Author: Mike Nelson
Commit: Mike Nelson
address feedback and fix some ui issues
.../src/mission/dialogs/BackgroundEditorDialogModel.cpp | 15 +++------------
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 6 +++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 2 +-
3 files changed, 9 insertions(+), 14 deletions(-)
------------------------------------------------------------------------
commit b9229cd71
Author: Mike Nelson
Commit: Mike Nelson
more static
qtfred/src/mission/dialogs/BackgroundEditorDialogModel.cpp | 2 +-
qtfred/src/mission/dialogs/BackgroundEditorDialogModel.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 886b54c29
Author: Mike Nelson
Commit: Mike Nelson
more clang
.../dialogs/BackgroundEditorDialogModel.cpp | 49 ++++++----------------
.../mission/dialogs/BackgroundEditorDialogModel.h | 21 +++++-----
qtfred/ui/BackgroundEditor.ui | 15 +++++++
3 files changed, 38 insertions(+), 47 deletions(-)
------------------------------------------------------------------------
commit ca4540a82
Author: Mike Nelson
Commit: Mike Nelson
clang
.../dialogs/BackgroundEditorDialogModel.cpp | 112 +++++++++++++--------
.../mission/dialogs/BackgroundEditorDialogModel.h | 91 ++++++++---------
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 2 +-
3 files changed, 115 insertions(+), 90 deletions(-)
------------------------------------------------------------------------
commit 0f73a5915
Author: Mike Nelson
Commit: Mike Nelson
clean
.../dialogs/BackgroundEditorDialogModel.cpp | 24 +---------------------
.../mission/dialogs/BackgroundEditorDialogModel.h | 2 --
2 files changed, 1 insertion(+), 25 deletions(-)
------------------------------------------------------------------------
commit 1d1ed1905
Author: Mike Nelson
Commit: Mike Nelson
minor fix
qtfred/src/mission/dialogs/BackgroundEditorDialogModel.cpp | 5 +++++
1 file changed, 5 insertions(+)
------------------------------------------------------------------------
commit 917b4547e
Author: Mike Nelson
Commit: Mike Nelson
save swap with index
.../dialogs/BackgroundEditorDialogModel.cpp | 198 +++++++++++++++++++++
.../mission/dialogs/BackgroundEditorDialogModel.h | 15 ++
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 111 +++++++++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 12 ++
4 files changed, 335 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 614f510d0
Author: Mike Nelson
Commit: Mike Nelson
misc group stuff
.../dialogs/BackgroundEditorDialogModel.cpp | 68 ++++++++++++++++++++-
.../mission/dialogs/BackgroundEditorDialogModel.h | 16 ++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 70 +++++++++++++++++++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 8 +++
4 files changed, 156 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit aa7fc6daf
Author: Mike Nelson
Commit: Mike Nelson
skybox section
.../dialogs/BackgroundEditorDialogModel.cpp | 192 +++++++++++++++++++++
.../mission/dialogs/BackgroundEditorDialogModel.h | 22 +++
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 109 ++++++++++++
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 15 ++
qtfred/ui/BackgroundEditor.ui | 4 +-
5 files changed, 340 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit cb4e132df
Author: Mike Nelson
Commit: Mike Nelson
ambient controls
.../dialogs/BackgroundEditorDialogModel.cpp | 57 +++++++++++++-
.../mission/dialogs/BackgroundEditorDialogModel.h | 8 ++
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 87 ++++++++++++++++++++++
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 8 ++
qtfred/ui/BackgroundEditor.ui | 50 ++++++++-----
5 files changed, 191 insertions(+), 19 deletions(-)
------------------------------------------------------------------------
commit fe17997ca
Author: Mike Nelson
Commit: Mike Nelson
nebula groups
.../dialogs/BackgroundEditorDialogModel.cpp | 349 ++++++++++++-
.../mission/dialogs/BackgroundEditorDialogModel.h | 47 +-
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 212 ++++++++
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 24 +
qtfred/ui/BackgroundEditor.ui | 561 ++++++++++++---------
5 files changed, 939 insertions(+), 254 deletions(-)
------------------------------------------------------------------------
commit f69196667
Author: Mike Nelson
Commit: Mike Nelson
sun section
.../dialogs/BackgroundEditorDialogModel.cpp | 245 ++++++++++++++++++---
.../mission/dialogs/BackgroundEditorDialogModel.h | 27 ++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 166 +++++++++++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 12 +
qtfred/ui/BackgroundEditor.ui | 103 ++++++---
5 files changed, 482 insertions(+), 71 deletions(-)
------------------------------------------------------------------------
commit a531fd9fe
Author: Mike Nelson
Commit: Mike Nelson
wire up the bitmap section
qtfred/source_groups.cmake | 2 +
.../dialogs/BackgroundEditorDialogModel.cpp | 336 +++++
.../mission/dialogs/BackgroundEditorDialogModel.h | 65 +
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 221 ++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 40 +-
qtfred/ui/BackgroundEditor.ui | 1422 ++++++++++----------
6 files changed, 1363 insertions(+), 723 deletions(-)
------------------------------------------------------------------------
commit 90e1f18fa
Author: Asteroth
Commit: GitHub
add recoil for secondaries (#7007)
code/ship/ship.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
------------------------------------------------------------------------
commit 689d18486
Author: Mike Nelson
Commit: Mike Nelson
commit error
qtfred/src/mission/dialogs/VolumetricNebulaDialogModel.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 772920b72
Author: Mike Nelson
Commit: Mike Nelson
static method
qtfred/src/mission/dialogs/VolumetricNebulaDialogModel.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 2b2320ffe
Author: Mike Nelson
Commit: Mike Nelson
volumetric nebula dialog
code/nebula/volumetrics.h | 7 +-
qtfred/source_groups.cmake | 5 +
.../mission/dialogs/MissionGoalsDialogModel.cpp | 2 +-
.../dialogs/VolumetricNebulaDialogModel.cpp | 446 +++++++++++++
.../mission/dialogs/VolumetricNebulaDialogModel.h | 139 ++++
qtfred/src/ui/FredView.cpp | 7 +
qtfred/src/ui/FredView.h | 1 +
qtfred/src/ui/dialogs/VolumetricNebulaDialog.cpp | 365 +++++++++++
qtfred/src/ui/dialogs/VolumetricNebulaDialog.h | 101 +++
qtfred/ui/FredView.ui | 8 +-
qtfred/ui/VolumetricNebulaDialog.ui | 727 +++++++++++++++++++++
11 files changed, 1805 insertions(+), 3 deletions(-)
A super old campaign called Enemies United got put up on Knossos - I want to convince Joe to play it, but that kind of torture might be a violation of the Beta Aquilae Convention