Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Todo list - Customgamemode (built ontop DarkRP):
  2.  
  3. The F4 menu has different tabs that leads to different sections for:
  4.  
  5. - Actions
  6. - Gangs (includes leaderboards, buying upgrades for all gang members)
  7. - Inventory (For all items the player has. It is saved on mySQL database) It is very important for the ease of the ability to add more items in the future, as that's a planned thing.
  8. - Skills (inventory weight, lockpick times, keypadcrack time and more)
  9. - Jobs (listed down below for more)
  10. - Crafting
  11.  
  12. Here all the sections are explained in detail:
  13.  
  14. Actions:
  15.  
  16. - Here you can execute commands such as dropping money, trading players and demoting players
  17. - You can also add new buttons and such in the actions section as there are plans to add more stuff, but for now will be pretty plain.
  18.  
  19. Gangs:
  20. - You can create a gang for X amount of cash. You choose it's name, manage officer ranks within the gang and pick a gang color.
  21. - There are gang upgrades (should be very easy to add more upgrades)
  22. - There gang funds to purshase gang upgrades with, which is something the gang members can put in.
  23. - There are leaderboards based on primarly gang upgrades and if they have same amount of upgrades then money will determine the rank.
  24.  
  25. Inventory:
  26. - Items picked up from ground are added into inventory
  27. - Items traded are either added or removed from inventory
  28. - Items holstered (by typing /holster) are added into inventory and removed from toolbar (hands)
  29.  
  30. Mining:
  31. - You can spawn rocks (as owner) via console that permamently stays there, unless removed
  32. - You use pickaxes to mine rubies, gold, stones, iron and copper
  33. - you can either sell rocks to NPC or craft rocks for unique items
  34.  
  35. Crafting:
  36. - You craft on a table as a crafter job
  37. - You need a hammer to craft aswell
  38. - Crafting is simple and is simply ran on a timer (no fancy UI stuff for that)
  39. - You craft unique items like weapons as a crafter
  40.  
  41. Jobs:
  42. - Has all the jobs from DarkRP
  43. - To the right it has a description of the player job
  44.  
  45. Here are other parts of the gamemode:
  46.  
  47. HUD:
  48. - The part of the HUD displaying health, armor and job is centered at the bottom of your screen
  49.  
  50. Explosives:
  51. - You damage props by shoting them with guns such as m9k_millkor. Used for raiding bases, it is a crafted item.
  52. - Other weapons that can do this would be from the m9k pack, including c4, m202, matador, orbital strike.
  53.  
  54. Trading:
  55. - You can trade items/money with any player by pressing F2 whilst looking at them.
  56. - There is a confirm button to make sure the player doesn't get scammed.
  57. - You trade items from your inventory (not toolbar)
  58.  
  59. Other things are (Not prioritized):
  60. - Events wheel
  61. - Character upgrades (Ammo boost for instance)
  62. - Custom Scoreboard
  63. - F1 Admin System
  64. - Suits, such as a Juggernaught suit (Stored in custom inventory)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement