Garry's Mod

Garry's Mod

Sandbox Weapon Shop and Money System [Legacy Ver.]
Showing 11-20 of 45 entries
< 1  2  3  4  5 >
Update: 17 Oct, 2024 @ 12:13pm

- [NEW] Added button "Quick Add weapons in Spawn Category" which will add weapons automatically just by selecting a weapon spawn category
*One of my favorite things, letting the AI make the shop for you
*I had fun using this by subscribing to a weapon pack and just let the algorithm do the work, just subscribe to a weapon pack, click add, buy and start shooting
- Optimized network sending of tables, should be able to handled few more hundreds of weapons (tested TFA Counter-strike Online weapon packs)
- Disable same slotID pickup option will now disable if, ignore slot id in shop is enabled.
- Added Debug option in client side
- Optimized slotID algorithm to be more accurate in categorizing
- Adjusted pricing algorithm to have bigger price difference between weapon types
- Added S.L.A.M and stunstick to Half-Life 2 Category

Update: 16 Oct, 2024 @ 12:18pm

- Added "Sort Ascending by Cost per Category" which will arrange the weapons from cheapest to most expensive starting from the top (Just like any other weapon shops in games). Just don't forget to save your preset after sorting it :P.
- Adjusted the pricing algorithm

Update: 15 Oct, 2024 @ 3:18am

- [NEW] Added Quick Add currently held weapon button which utilizes a heavily scripted algorithm and add weapons automatically in the list. (please double check the ARSENAL TYPE (important) as this algorithm will only get it about 90% of the time. )
- The Quick add button is slightly unreliable but automated process of adding weapons to the store (Good for lazy people like me)

- Fixed Price label not showing on lower resolutions
- Added more notes regarding changing order of how the weapon is listed in shops

Update: 14 Oct, 2024 @ 2:32am

- Added Option "Ignore SlotID when buying" under Shop General options
- Added Command Console "wblmoney_showsuggestedprice" to see suggested price of your currently held weapon (slightly random price but within a range)
- When adding Current Weapon, the slotID field will auto-fill depending on the type of Weapon
- When adding Current Weapon, the Cost field (and Sell Value) will auto-fill using an algorithm to price your currently held weapon. The (unreliable-but-good-enough and slightly-random-with-range) Algorithm will base on the weapon's:
*Type of weapon (revolver, pistol, etc)
*Damage of weapon
*Clip Size
*Type of ammo used
- Created the not-so-perfect algorithm because I'm too lazy to price weapons myself and when I want to try out the weapon already.

- Fixed "Reset Shop General Options" under Shop General Options not resetting "Can Sell only weapon listed"
- Renamed "Reset Shop General Options" to "Set Shop General Options to default"

Update: 13 Oct, 2024 @ 6:42pm

- Added: Buying Entities now won't close the shop window (It is now possible to continuously buy entities, useful for buying specific ammo
entities)
- Added Delete Confirmation button when deleting presets (Weapon/Ammo List Preset, NPC List Preset, Configuration Preset)

- Fixed adding Secondary ammo not working
- Fixed not being able to delete Ammo in the list when there's already no weapon using it
- Fixed wrong statement during creating entity, notification saying "Name cannot be empty" on the entity class field if it is an empty and vice versa
- Fixed Shop not giving consumables when Money is disabled
- Fixed Money Anywhere (and Money anywhere on start) not working when Money is disabled
- Fixed lua Error sometimes popping out when no category is selected in shop, then pressing keyboard hotkeys.
- Optimized Sending of weapon and ammo data tables to clients by compressing it before sending, hopefully should address the issue "gmod client 0 overflowed reliable channel", caused by too much data received from server.

Update: 12 Oct, 2024 @ 9:00pm

Reverting back a bit to fix secondary ammo issue

Update: 12 Oct, 2024 @ 8:52pm

Update: 12 Oct, 2024 @ 8:43pm

Update: 12 Oct, 2024 @ 4:14pm

Update: 12 Oct, 2024 @ 4:13pm

- reverted back, because i destroyed the mod haha