aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
AgeCommit message (Collapse)Author
7 daysRemove clutter client logging in melee scripts (#895)v1.28.5-rc2v1.28.5NachosChipeados
Removes logging print statements that just clutter up console.
7 daysAdd sh_stim.gnut from englishclient_mp_commonRespawn
7 daysAdd sh_melee_human.gnut from englishclient_mp_commonRespawn
10 daysAllow executing ``npc_pilot_elite`` NPCs (#888)v1.28.5-rc1NachosChipeados
Allows players to execute pilot NPCs
2024-11-04Replace uses of `disconnect` with `NSDisconnectPlayer` (#841)v1.28.4-rc3v1.28.4Jack
As we want to remove `FCVAR_SERVER_CAN_EXECUTE` flag from `disconnect`.
2024-09-04Fix Arc Cannon not hurting `npc_gunship` and `npc_pilot_elite` (#863)NachosChipeados
Adds `npc_gunship` and `npc_pilot_elite` to the target list.
2024-09-04Ensure consistent whitespace usage for alignmentGeckoEidechse
previous version mixed tabs and spaces
2024-08-14Support multiple spaces in custom damage source ID display names (#835)Dinorush
Replace all spaces
2024-07-30Update tbshotgun mdls with skinfamillies/lods, add pbr materials (#796)Creamy
See pull request description for highly detailed changelog.
2024-07-06Fix `cl_earn_meter` crash when Core does not exist during Core Active state ↵Dinorush
(#494) Fix crash when getting core weapon
2024-04-12Add initial unit testing logic (#708)v1.25.0-rc2v1.25.0Jack
Adds initial logic to allow for some form of basic unit testing.
2024-02-23Fix map rotation for Hide-and-Seek and remove duplicate entries (#792)v1.24.7-rc6v1.24.7-rc5v1.24.7-rc4v1.24.7-rc3v1.24.7-rc2v1.24.7-rc1v1.24.7v1.24.6-rc2v1.24.6-rc1v1.24.6v1.24.5-rc2v1.24.5-rc1v1.24.5v1.24.4-rc2v1.24.4-rc1v1.24.4v1.24.3-rc3v1.24.3v1.24.2-rc1v1.24.2v1.24.1-rc2v1.24.1Austin Rollfing
2024-02-23Fix map rotation for CTF and remove duplicate entries (#795)GeckoEidechse
Co-authored-by: Bobbyperson12 <23128094+Bobbyperson12@users.noreply.github.com>
2024-02-23Fix indentation in `playlist_v2.txt` (#794)GeckoEidechse
Co-authored-by: Bobbyperson12 <23128094+Bobbyperson12@users.noreply.github.com>
2024-02-23Remove duplicate entries of `mp_lf_stacks` (#793)GeckoEidechse
Co-authored-by: Bobbyperson12 <23128094+Bobbyperson12@users.noreply.github.com>
2024-01-04Use `getrandom()` instead of random int from player array (#778)v1.21.4-rc1v1.21.4GeckoEidechse
Use `getrandom()` instead of random int from player array to select infected Co-authored-by: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>
2024-01-04Prevent crash when selecting first infected (#731)Jack
End match early if there are no players when trying to select infected
2023-12-14Add Winter holiday event models to the lobby (#768)Maya
Adds decorative models to the lobby map that will only display during winter holiday season.
2023-10-28Change gun game score limit setting (#735)v1.19.11-rc6v1.19.11-rc5v1.19.11-rc4v1.19.11-rc3v1.19.11-rc2v1.19.11-rc1v1.19.10-rc1v1.19.10Jack
Gun game was never set up to properly use the playlistvars for setting guns, and relied on playlistvaroverrides to set the score limit, this caused the change to persist to other modes
2023-10-17Fix a crash related to Arc Cannon (#681)v1.19.9-rc2GalacticMoblin
Fixes an issue where dying while the Arc Cannon beam is hurting someone would cause an error. Co-authored-by: Dinorush <62536724+Dinorush@users.noreply.github.com>
2023-10-09Fix titan-only boosts for modes like LTS (#678)Jack
Revert back to the original check by Respawn
2023-10-04Bump mods version to `1.19.0` (#732)GeckoEidechse
2023-09-02Change Harvester to use Titan Health, support for mod damage balancing, and ↵Dinorush
bug fixes (#579) Frontier War balancing, generally makes harvester code not suck
2023-08-02Add missing strings for Double Barrel and Arc Cannon (#671)v1.18.1-rc1v1.18.1William Miller
2023-07-25Fix Arc Cannon not dealing damage when used by NPCs (#666)v1.18.0-rc1v1.18.0Jack
Fixes NPCs using mp_titanweapon_arc_cannon not dealing damage to other entities
2023-07-22Safe IO script part (#595)EladNLG
* Safe IO script part * Fix compile-check * Apply suggestions from code review * Fix compile-check... again... * Apply suggestions from code review :( * Apply suggestions from code review * stuff :) * :D * Add optional failure callback * fix :) * he forgot forgor * Fix memory leak :) * gah * oops :) * Use failed callback if the json file is invalid --------- Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
2023-07-19Add cut Doublebarrel shotgun by using model from Titanfall Online (#660)v1.17.0-rc2v1.17.0FourthVolt
2023-07-17Add mp_weapon_shotgun_doublebarrel.txt from englishclient_mp_commonRespawn
2023-07-16Add Arc cannon (#600)v1.17.0-rc1Masterliberty
Adds the Arc Cannon from Titanfall1
2023-07-16Add mp_titanweapon_arc_cannon.txt from englishclient_mp_commonRespawn
2023-07-16Add mp_titanweapon_arc_cannon.nut from englishclient_mp_commonRespawn
2023-07-16Add _arc_cannon.nut from englishclient_mp_commonRespawn
2023-07-12Bump mods version to `1.16.0` (#665)GeckoEidechse
2023-07-09[FW] Fix Scoreboard Sorting (#622)DBmaoha
add missing GameMode_SetScoreCompareFunc() for fw
2023-06-24Add ability to disable executions via a Callback (#633)Neoministein
2023-06-24Add sh_melee.gnut from englishclient_mp_commonRespawn
2023-06-19Add Triple Threat grenade indicators (#647)v1.16.1-rc1v1.16.1uniboi
2023-05-12Bump mods version to `1.14.0` (#643)GeckoEidechse
2023-05-01[FW] Fix Reversed Titan Spawnpoint on Boomtown (#580)DBmaoha
Add hack check for reversed maps
2023-04-28Improve AI spawn functions (#626)DBmaoha
* initial commit * remove modded contents * Update _ai_gamemodes.gnut * restore HandleScoreEvent() checks * fix squad minimap icon * fix compile error * Update _gamemode_aitdm.nut * update formatting as requested changes * add missing reaper highlight * Formatting * Newline test * Did this work? --------- Co-authored-by: F1F7Y <64418963+F1F7Y@users.noreply.github.com>
2023-04-23Bump mods version to `1.13.0` (#627)GeckoEidechse
2023-04-16Fix Fastball respawning spectating player (#616)Jack
2023-03-12Bump version number (#602)GeckoEidechse
2023-03-09Add damage source IDs for custom Northstar weapons (#539)Dinorush
* Add custom IDs for custom northstar weapons * Update to use localization * Merge updated files * Fix missing text
2023-03-09Add Triple Threat animations (#599)Masterliberty
* Add files via upload triple threat w anims
2023-03-02Infection Bug Fixes (sonar warning and late joiners) (#454)x3Karma
* General Infection Bug Fixes Last player alive gets a warning that they are visible to all infected * Taken Gecko's suggestion instead. Late joiners before first infected spawn as survivors
2023-02-27[FW] Enable Turrets By Default (#587)v1.12.5-rc2v1.12.5v1.12.4-rc1v1.12.4v1.12.3-rc2v1.12.3-rc1v1.12.3v1.12.2-rc1v1.12.2DBmaoha
* turrets are enabled by default, with some formatting * update indentation * add commentaries for turret highlight
2023-01-13Fortwar fixes from #564 with my requested changes (#571)v1.12.1-rc1v1.12.1v1.12.0-rc5v1.12.0Maya
* Initial commit * add playlistvar "fw_harvester_regen_time" * adding friendly highlights * Scale Damage before shield Health but let other damage callbacks run * Make Gamemode 8v8 again * Fix NotifyEnterEnemyArea Callback Co-authored-by: DBmaoha <56738369+DBmaoha@users.noreply.github.com>
2023-01-13Set FW specific convar values via cfg file (#569)v1.12.0-rc4GeckoEidechse
Squirrel scripts set the value too late, so they do not get updated until after map rotation. Requires https://github.com/R2Northstar/NorthstarLauncher/pull/398 on launcher Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
2023-01-06[FW]: Add missing callback for milita harvester (#561)v1.12.0-rc3F1F7Y
Add missing callback