Category Archive: RC News

  1. PostNukeRP: r148 Build-a-Car Update Part 3 (plus a bonus)

    |

    pnrp-build-a-car_part3b

    This is the 3rd and final part to the planned features for the new Car update, plus a bonus feature.

    Bonus Feature:

    I have now added the ability to select body groups and skins for player models. The selection will be saved to the players profile. Not all the models in the menu have body groups, but this will work regardless of the addon. I have added Enhanced Citizens V3 to the server collection, and have also added a new file to the server’s lua autorun that will auto download this addon for the player.

    The Car Update:

    The biggest feature for this update is vehicle damage and repair.

    How it works:

    If a vehicle gets below 50% it will consume more gas then normal, the lower it gets the more it will use up. at 2 HP it will use up roughly 10x the amount of gas.

    Only Engineers with a toolbox can repair vehicles, and it will use up one scrap per HP. The higher the Construction skill the faster the repair and a chance at not consuming scrap per HP point. The repair process can be stopped by pressing E on the vehicle. Players that have been added as co owners using the “Keys” will be able to repair the vehicle as well by equipping hands/keys and pressing R on the vehicle.

    Basic Skill Rates:

    Level 0 = 1hp/4sec (0% chance of saving scrap)
    Level 1 = 1hp/2sec (10% chance)
    Level 2 = 1hp/1sec (20% chance)
    Level 3 = 1hp/0.667sec (30% chance)
    Level 4 = 1hp/.5sec (40% chance)
    Level 5 = 1hp/.4sec (50% chance)

    Once a vehicle reaches 0 HP it will stop working.

    Patch Notes:

    1. Moved the position of the Weight text over on the inventory screen
    2. Fixed new vehicles being able to kill combine
    3. Fixed issue with some new persistent items not starting with a HP
    4. Added Bodygroup and skin options to player models in Profiles
    5. Added vehicle damage system
    6. Fixed Admin Overrides not synching when joining
    7. Added Vehicles to Wasteland Radar (Flashy yellow dots)
    8. Added Car Hulls to Wasteland Radar (Grey dots)
    9. Tweaked Wasteland Radar Hud dots
    10. Reduced the default rate of the rad storms
    11. Added ability to use weapons in car seats
    12. Blocked PHys Gun from picking things up while player is in a vehicle

    Forum Post

    Posted in PostNukeRP, RC News | Leave a Comment
  2. PostNukeRP – r145 Build-A-Car Part 2

    |

    pnrp-build-a-car_part2b

    Part 2 of the new car updates. This update changes the vehicles to be persistent and to have individual inventories. They will also store gas as well now, so when you pick up your vehicle it will retain its level of fuel. Each type of vehicle has a different tank size. They are also set to track their health as well, but the damage system is not in place yet.

    One note on the vehicle inventory, it will follow the vehicle. So if you put a bunch of items into a car and then sell that car to another player they will get the items as well.

    This is the 2nd of the 3 planned updates for vehicles, the next will be vehicle damage.

    The method of doing this allows me to make any persistent item into a storage unit pretty easily. There are a few functionality losses and gains with this compared to the old system. Since the old car inventory system is not gone I have converted everyone’s existing car inventory to their player inventory.

    Patch Notes:

    1. Added New Persistent Storage
    2. Added Vehicles to use new storage system
    3. Fixed some issues with persistent items and WorldCache
    4. Added a function to migrate the old car inventory to player inventory.
    5. Fixed Airboat not set to correct ent name
    6. Fixed Jeep not set to correct ent name
    7. Removed “Send to Car” from Equipment Menu
    8. Removed “Send to Car” from player Inventory
    9. Removed the ability to spawn items directly from car inventory.
    10. Added ability to move bulk items to and from the new inventory (including tools)
    11. Added ability to use items directly from the car inventory.
    12. Removed all the old car inventory code
    13. Added upgrade function that only needs to be run once by the server owner to convert old car inventory to player inventory.

    Forum Link

    Posted in PostNukeRP, RC News | Leave a Comment
  3. PostNukeRP – r144 Build-A-Car Part 1

    |

    pnrp-build-a-car_part1b_800

    Part 1 of the new car system is finally done. This system changes how players will be able to get vehicles in PostNukeRP. This update also marks the first time that we will depend on the content of a Workshop addon by default: Doc’s Half-Life 2 Driveable Vehicles. With this we are able to bring the vehicle count to about 26 now.

    Inventory per vehicle was not able to be added into this update with how much work we spent on building and testing this, that feature is planned for Part 2 and will be started on shortly after this update.

    Build-A-Car System:

    The system is pretty in depth but strait forward. On the map there is a chance that Car Hulls will spawn, these are typically the destroyed vehicle bodies seen in the Q menu. At this moment there are only two that will spawn on the map at any given time. (10% chance every time the resource spawner runs). These “Hulls” will spawn with a condition between 15-75%.

    • Players will need a toolbox in order to use the hulls.
    • Scavengers and Engineers have a chance at recovering parts from these hulls, all other classes only get resources.
    • Scavenger have a better base chance at getting resources.
    • Engineers have a better base chance at getting parts.
    • Part recovery is affected by the Salvaging skill.
    • Resource recovery is affected by the Scavenging skill.
    • Engineers can recover the hull for use in building.
    • Hulls have to be 25% or greater to recover parts from and 50% or greater to have the hull recovered.
    • Scavenging a hull removed its ability to be recovered.
    • Every time a part is recovered it reduces the hull by 25%, 10% for failed attempts, and reduced when resources are recovered.
    • To build a specific vehicle you will need to find the hull for it.
    • Once the Hull is recovered a Engineer can use the hull to see what it can be made into and what resources are needed.
    • The needed resources can be either in the player’s inventory or laying by the hull.
    • Another player can build the hull for you as long as all the parts by the hull are the same owner as the hull. The player building the hull does not have to own it.
    • Each vehicle has different costs and different stats.

    The /carseat command has also been updated to work with every vehicle other than the airboat.

    Thats pretty much it, happy hunting.

    Patch Notes:

    1. Added new Build-A-Car system
    2. By default PostNukeRP needs the mod (Doc’s Half-Life 2 Driveable Vehicles)
    3. Added Car Hulls (bodies)
    4. Added Oil (part)
    5. Added Car Tire (part)
    6. Added Car Door (part)
    7. Added Car Muffler (part)
    8. Added Car Axle (part)
    9. Changed Makeshift Engine’s name to Old Car Engine
    10. Changed Old Car Engine. No longer made, has to be found.
    11. Fixed bug that allowed players to pick up other player’s vehicles
    12. Fixed bugs related to Vendor Display Items
    13. Fixed carseats not being removed when vehicle was removed
    14. Added new function PNRP.FindNearbyItems( ent ). Returns items 150 around ent that are in the itembase.
    15. Added new function PNRP.UseNearbyParts( Tbl, ent, ply ). If parts listed are near ent it will use them. Tbl is ment to be return from ToolCheck
    16. Added new function PNRP.GetFullInventorySimple( ply ). Returns invnetory from both systems for a player. Used for tool checks
    17. Added new function PNRP.UsePlayerParts( Tbl, ply ). Similar to the old method of using parts, but will use needed items from persistent system. Tbl is ment to be return from ToolCheck

    Edit: r144.1

    1. Fixed error with vendors overwriting items
    2. Reduced the weight of the knife

    Forum Link

    Posted in PostNukeRP, RC News | Leave a Comment
  4. PostNukeRP – r143

    |

    Should be the last of the WorldCache duplication issues. As usual “r” releases are pushed to the “Unstable” branch of the PNRP GitHub

    Patch Notes

    1. F2 on vehicles uses the new PNRP.SearchItembase()
    2. Fixed persistent tool dupe in PNRP.GetAllTools( ply )
    Posted in PostNukeRP, RC News | Leave a Comment
  5. PostNukeRP: New Cars Comming Soon

    |

    cars-wip-1b_700

    Figured I would continue the picture series .

    Now that the Admin Menu is done for the most part I have started on the new Vehicle stuff.

    I have made some pretty good progress with the new system. Building vehicles will be alot more detailed and this system will actually give players another means in getting resources on the map.

    I will also be working on persistent inventory for vehicles. This means that each car will have its own inventory. The existing inventory will append to player inventory until all the old items are moved out.

    We will also be adding support for Doc’s Half-Life 2 Drivable Vehicles. This system should also make it easier to add other custom vehicles to PNRP.

    If you want to see a higher res version of the pic, you can find it here.

    Forum Link

    Posted in PostNukeRP, RC News | Leave a Comment
  6. PostNukeRP – r139 Admin Player Menu Part 2

    |

    Admin Update Part 2.

    This update has been pushed to the Unstable branch on GitHub. Patches to unstable will continue to have a “r” in patch for now.

    This update brings the new Admin menu that lets admins edit players if they are online or off. Most aspects of the player can be edited with this menu and should help admins on servers.

    Patch Notes

    1. Fixed Colour tool use on NPC’s
    2. Fixed Material Tool usage on players
    3. Fixed Unbreakable being used on players
    4. Added new Player Admin Function

    Forum Link

    Posted in PostNukeRP, RC News | Leave a Comment
  7. PostNukeRP Version 1.2.0 – The First GitHub Release

    |

    PostNukeRP has now been migrated and updated to the latest version running on the Live Server. With all the changes I have upped PNRP from 1.1.3 to 1.2.0.

    For a while now we have not updated the Google Code SVN due to Google shutting it down, so you will notice that the patch notes will be rather long. This version of course includes the SQL Injection fix, the Client Side Lua fix, and fixes to exploits regarding some con commands.

    This update also includes the new Persistent Inventory System and the items that are upgraded to be used in it.

    What this version does not include is some of the secret features we are working on, as well as the what I have so far on the next step for the player admin system.

    The current version that is stable is the Master Branch, the Unstable branch still has the old version of the code.

    Patch Notes:

    1. Added useable Ladder (Created by LiddulBOFH).
    2. Converted Most ConVars to the Database. Some of these still replicate to a convar as needed.
    3. Spawner settings are now per map and will use default settings when not set.
    4. Outside check now looks for HitSky, this should fix issues with large caves and buildings.
    5. Car inventory can now be access from using the ammo box on the back of the Jeep.
    6. Replaced Network Variables with Mista-Tia netwrapper link
    7. Fixed Community Names not displaying on players on in TAB menu
    8. Fixed storage and lockers being broken into by their owners.
    9. Fixed ownership issues of some props.
    10. Increased the height of player names.
    11. New zombie (nexbot) is included in the new code, but only spawnable by admins with overrides on.
    12. Several other fixes related to Network Variable conversion.
    13. Fixed Error with Bulk Item Boxes
    14. Fixed door ownership
    15. Changed default Tool settings to 4 (All)
    16. Fixed Pod Controller not being dissabled when no fuel
    17. Added new function PNRP.SearchItembase( ent ). Will replace FindItemID in many places
    18. Added new ent variable ent.crafted. Seperate crafted items from spawned
    19. Added new Itembase variable AllowPunt. Punt block overide.
    20. Fixed issue with Voice Limiter
    21. Sawblade is now AllowPunt Overide
    22. Fixed Error from miner.
    23. Fixed Admin overrides not working on tools.
    24. Fixed more ownership issues on some tools.
    25. Fixed Antlion Mounds not pulling spawner variables from the database.
    26. Fixed error that was being thrown on server side in the itembase. Had to move the UnBlock for loop.
    27. Added new Player Info window accessed from the Tab Menu (Click on the player’s Icon)
    28. Added new Player Profile Menu.
    29. Fixed duplicate inventory exploit.
    30. Fixed duplicate shop menu exploit. (These will also apply to some other duplicate menu exploits)
    31. Fixed Error with some models not showing in Player Profile
    32. New Persistent Inventory system added
    33. Fixed duplication of itembase table
    34. Moved more itembase functions to shared
    35. Fixed Community Lockers ownership issues
    36. Fixed Car weight with vendors
    37. Vehicle capacity added to item base files
    38. Vehicles now have inventory weight in containers
    39. Inventory/Shop now shows Capacity on items with a Capacity setting
    40. Added Fists as default weapons
    41. Removed Knife as default weapon
    42. Added skill Strength (Affects Melee weapons)
    43. Added Knife as craft-able from workbench
    44. Knife now affected by Strength Skill
    45. Lowered overall knife damage
    46. Merged Keys and Hands into one “weapon”
    47. Fixed display item deleting if item was not sold
    48. Changed color scheme of inventory windows
    49. Added new texture to side menu
    50. Added side menu to profile window
    51. Cleaned up commented out code
    52. Removed F2 Block from damaged items that are now persistent
    53. Both miners and all three power generators added to persistent item system
    54. Gas, nuke, and fusion power supplies now save their fuel when stored
    55. Storage locations now show the items HP and Fuel
    56. Solar Panels now affected by rad storms
    57. Fixed bug with player inventory not showing the correct max carry weight
    58. Fixed bug with shotgun reloading (Animation still buggy)
    59. Fixed Wasteland Radar
    60. Radar now has to be able to see the skybox to work
    61. Solar Panel now has to see the skybox to work
    62. Fixed Knife being used from inventory
    63. Fixed Map Vote not showing
    64. Fixed exploit with PNRP.UseFromInv()
    65. Battery added to Persistent Item System
    66. Added Inventory systems show battery charge
    67. Fixed many possible exploits. (Please report any resulting bugs)
    68. Added first part of Player Admin Menu
    69. Fixed Error with Scavengers.
    70. Possible fix to a rare error with Alcehol
    71. More code cleanup

    Forum Link

     

    Posted in PostNukeRP, RC News | Leave a Comment