Age | Commit message (Collapse) | Author |
|
Moved out of the fd branch because it was needed for fw
|
|
|
|
* fix for CHudChat_ProcessMessageStartThread not working in native
* remove unneeded NSSetupChathooksClient callback
* fix for CServerGameDLL_ProcessMessageStartThread not working in native
* remove unneeded NSSetupChathooksServer callback
* remove root table setting for ServerToClientStringCommands_Init
* remove unneeded ServerToClientStringCommands_Init callback
* remove global function
|
|
* add entity functions for reading userinfo cvars to CPlayer class
* fix formatting
* update to use new functions from launcher pr
|
|
|
|
* Fixed Burn Cards Animations
Burn cards no longer taken right after using
* commit fix
* adding EndSignal()
* Update Northstar.CustomServers/mod/scripts/vscripts/item_inventory/sv_item_inventory.gnut
Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
* Update Northstar.CustomServers/mod/scripts/vscripts/item_inventory/sv_item_inventory.gnut
Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
|
|
|
|
* Better Decloaking Check to Support Modding
Respawn hardcoded decloaking which messed up many things, this will make vanilla cloak to behave properly in any offhand slot and have a better support for modded cloak
* commit fix
|
|
* add datatables (dumped from rpak)
* add datatables that accidentally weren't included
|
|
* Fixed ctf Sound Events and Flag Icon
Norshtar before using a wrong sound name that causes enemy picking up/ capture flag have no sounds, also there's not a icon in minimap for flags
* commit fix
|
|
* Fixed Evac Visual and Sound
Fix evac intro visual, flying sound and leaving visual
* Removed Unnecessary comments
Added better comments
* Added IsValid() Check
Added IsValid() check after a wait
* Added EndSignal and Default Situation for ShipSetting
|
|
|
|
* Added Music and Dialogue Event
Added Music based on score event and time.
Added Dialogue event based on score comparation and after killing a player's titan
* Changed Filter Type to Only DM Gamemodes
Only vanilla gamemodes those have unlimited respawns will automatically plays music
* Added a !
omg
* Removed Music Event
Removed Music Event, Moved Dialogue Event to _gamestate_mp.nut
* Changed mods.json
* Changed RoundBased Gamemodes Check
not hardcoded right now
* Moved Killing Titan Dialogue to _score.nut
dialogue is now together with scoreevent
|
|
* Added Callsign Event to Core Earned and Titan Kill
Callsign event from vanilla
* No Associate Entity for NPC Titan Kill
* Added Check to Player Titans
|
|
|
|
|
|
* Fixed SuddenDeath Based Modes Stuck
Added checks so sudden death based gamemodes won't stuck if there ain't any players in server
* Make scripts able to run
|
|
* Fix server crash from demigod set health > max health
* Add the incredible optimization.
:^)
Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
|
|
|
|
* Added ReaperFall Marks and Reapers' Outlines
Added red mark for reaperfall points and outline after landing
* Fixed RoundEndCleanUp Crash
* Better Outline Function
|
|
|
|
* Fixed Phase Rewind not Behaving Well
Phase Rewind will now have a longer distance and mostly won't stuck as It be like in vanilla
Map Hack won't show sonar pulse to other players anymore, also be like in vanilla
* No need to make last node Specific
* Compared vanilla and nearfed
vanilla phase rewind don't works so well, I found this one is better
* Apply suggestions from code review
* little fix for my next pr
* Make rewind smoother
|
|
* Update _northstar_cheatcommands.nut
* Cleaner Check
* Apply suggestions
|
|
hotfixes respawn crash exploit
Co-authored-by: ScureX <multiaccshop@web.de>
|
|
|
|
|
|
|
|
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
|
|
|
|
Run _ai_turret_sentry.gnut on ServerSide so that turret will spawn with it's lase
|
|
* Added Killer Outline
Added killer outline: highlight the killer after being killed
* Changed to _base_gametype_mp.gnut
Not using a single script right now
* Removed IsNPC() Check
Moved inside the if ( IsValid ( attacker ) ) check and removed the attacker.IsNPC()
|
|
Co-authored-by: x3Karma <juliuslimck@gmail.com>
|
|
|
|
Attrition (#425)
* Small Fix towards Attrition
* Update again after having more thoughts
|
|
clear unwanted stuff (#424)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fixed not showing Auto-Titans death in killfeed
|
|
|
|
* added second parameter to BurnMeter_GetLimitedRewardCount
* fixed some weird shit happening
|
|
|
|
|
|
* Skyshow
* Attrition score stuff
* DropShip and DropPod spawn funcs
* Attrition intro
* Reaper spawn func
* Attrition assault point logic
* Cleanup
* Match logic + basic spawn algo
* Fix crash
* Improve ai ?
* Add AI weapon setter funcs
* Bounty hunt score basics
* code cleanup
* add cleanup for bored ai
* fix issue with failedChecks not being reset properly in cleanup
* more cleanup
* stop ai spawns on epilogue
* don't run aitdm spawning code if we don't have ains/nms
* Fix missing nodes crash
* initial bounty hunt stuff
* oops forgot to push this
* me when i'm a competent developer
* formatting and such
* cap score + proper mp_rise spawns fix
* Better squad handler
* comment reaper out; needs to be checked out
* Fix crash site crash
* reapers
* minor visual change is what Id call this
* bh basic damage scoring
* going to push this so there's a base to work with, still doesn't work
* fix funny suicide bug :)
* I hate crash site + score funnies
* comlpex skill issue
* final score fix, lets hope so
* Hacked spectre fix
* 1p npc executions fix
* stalkers
* Archer Grunts :)
* minor fixing
* Skyshow
* Attrition score stuff
* DropShip and DropPod spawn funcs
* Attrition intro
* Reaper spawn func
* Attrition assault point logic
* Cleanup
* Match logic + basic spawn algo
* Fix crash
* Improve ai ?
* Add AI weapon setter funcs
* Bounty hunt score basics
* code cleanup
* add cleanup for bored ai
* fix issue with failedChecks not being reset properly in cleanup
* more cleanup
* stop ai spawns on epilogue
* don't run aitdm spawning code if we don't have ains/nms
* Fix missing nodes crash
* initial bounty hunt stuff
* oops forgot to push this
* me when i'm a competent developer
* formatting and such
* cap score + proper mp_rise spawns fix
* Better squad handler
* comment reaper out; needs to be checked out
* Fix crash site crash
* reapers
* minor visual change is what Id call this
* bh basic damage scoring
* going to push this so there's a base to work with, still doesn't work
* fix funny suicide bug :)
* I hate crash site + score funnies
* comlpex skill issue
* final score fix, lets hope so
* Hacked spectre fix
* 1p npc executions fix
* stalkers
* Archer Grunts :)
* minor fixing
* Unlock attrition in mode select menu
* move archer grunts settings
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
|
|
|
|
|