Garry's Mod

Garry's Mod

HaloArmory
正在显示第 1 - 10 项,共 38 项条目
< 1  2  3  4 >
更新于:10 月 3 日 下午 12:49
作者:Norway174

* Updated fonts

* Renamed the Hackable PC
Renamed in order to avoid confusions with the hackable console in an upcoming feature.

* Added new Entity: Hackable Console
This features the first working version of the hacking minigame. The console doesn't do anything yet, but it can be hacked. To let players familiarize themselves with the hacking minigame.

更新于:10 月 1 日 下午 3:29
作者:Norway174

Added new CONVAR: HALOARMORY_FOB_TRUCK
This CONVAR sets which vehicle entity to use from Simfphys.

更新于:6 月 1 日 上午 10:10
作者:Norway174

* Add Debug command to Autorun

* Updated Weapons Dispenser
It's now got a more robust caching system, especially handy for materials. Plus it handles vanilla Gmod and HL2 weapons.

* Updated AR2 Helmet App

* Updated the TV Screen Base

* Renamed the Sign TV screen entity

* Add new HTML Screen Entity
Displays webpages in-world.

更新于:4 月 5 日 上午 3:34
作者:Norway174

* Replace ULX with CAMI
Also adds CAMI

* Cleanup: Vehicle Pickup (Old)
Removed the old unused Vehicle Pickup Script.

* Cleanup: Remove AI
Removed all the old unused and disabled AI code. It wasn't working anymore. And AI is moved to it's own addon.

* Cleanup: Remove Character Persistence
Removed all the unused Character Persistence code. I released a new standalone addon that does this so much better.

* Small fix to AR_IFF2
It was erroring, trying to access a function before it has been initialized. This is fixed now.

更新于:3 月 13 日 上午 2:16
作者:Norway174

* Updated serversided IFF controller
Added a new command to disable the IFF server.

`haloarmory_iff_server_disable 1` to disable the server.
`haloarmory_iff_server_disable 0` to re-enable the server.

更新于:3 月 5 日 下午 8:46
作者:Norway174

* Fix PropertiesMenu Error
Added a check that would prevent the properties menu from erroring, and preventing the menu from showing at all for the given entity.

更新于:3 月 1 日 上午 12:01
作者:Norway174

* Controller Material Check 2
Found another case where we needed to add the check and convert.

更新于:2 月 28 日 下午 11:02
作者:Norway174

* Small update to the Holotable
Moved the default Hologram to an ENT variable.

* Controller Material Check
There was a case where the String was not converted to a Material. If the material is a string, we convert it to a Material.

* Update halo_pc_base.lua
Make sure the PC base is properly recognized as a HaloArmory entity.

更新于:2 月 2 日 上午 7:13
作者:Norway174

* Fix to Holotable
Fixed an error to the hooks, where it was trying to remove a hook that had not yet been initialized. Should be fixed now. Thanks to Shepard for reporting it.

* Add new screen: Weapon Dispenser
Added a new weapons dispenser screen. Still WIP. But it works in it's most basic form right now. So I'm calling it good enough for a release. Enjoy! More features possibly coming soon.

更新于:1 月 19 日 下午 3:14
作者:Norway174

* New Screen: Image Sign
A simple new screen type that shows an image from the web. With auto-refresh options.

* Add command to disable Loading Armory Weapons
Set haloarmory_load_weapons to 0 to disable loading HaloArmory weapons from the armory.

* Small update to FOB Vehicle
Reverted the FOB Vehicle Entity.

And made the Deployed Vehicle spawn the base FOB Vehicle.

* New experimental AR2 App
The app is included, but has been disabled for now. But this console command can be used to toggle it manually: AR_IFF2.Toggle

But it probably won't work for you yet.