Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dmodder

Members
  • Joined

  • Last visited

Everything posted by Dmodder

  1. Hey guys! I'm sorry for the long time of inactivity. I've had alot of problems with this mod cause some of the in-game natives that i use simply doesn't do what they are supposed to do. This is really sad, and i'm waiting for this to be fixed in another update of rage plugin hook. And again sorry for being this much afk :(
  2. I can give you a status: The custom routing system is up and running, but i'm having a few problems getting all the peds into the bus.
  3. How are you using the native? I get the same results as when i use Tasks.EnterVehicle().
  4. I can give you a status: The custom routing system is up and running, but i'm having a few problems getting all the peds into the bus.
  5. Just so we dont make the same mod twice :)
  6. I'm already in the making of this. Read above!
  7. That was just in the development state. It sure moves :)
    • 2,991 downloads
    • Version 1.0.0
    Introduction - Finally I finished making this mod. It brings tornadoes into the word of Grand Theft Auto V. The making of the mod itself was pretty easy with the source code from the TornadoMod for GTA IV, I was able to convert it to work in GTA V. The mod randomly spawns in tornadoes around your position so you dont need to catch them at the other side of the map. The tornadoes lift vehicles into the air and launch them all over the place. The tornadoes is also marked with blue dots on the minimap so you easily can find them. Watch the trailer here - https://youtu.be/GPxYQGSzbb4 How to use it - It's pretty simple. Just follow the installation instructions in the readme, and when you startup the game, you can activate/deactivate the tornadoes by pressing 'numpad7'. ParticleLibrary - This mod for GTA V requires ParticleLibrary. It's a support file that makes spawning particles much easier for developers. The Library is already inside the download, so you don't need to go download it another place on the net. If you're a developer you can take a look at the library right here: https://github.com/DModder/ParticleLibrary Bugs - If you encounter any bugs, you post them down below in the comments :) Enjoy! :)
  8. What hook are you using?
  9. Just updated the post with some of the ideas I thought would be great for this mod. Thanks for all the great feedback guys, and keep the good ideas coming! :)
  10. Thanks! I have changed the bus sig to say "on route" instead. I didn't implement a feature to save cars that isn't your characters default car yet. That might be added on a later date. Yeah I certainly hope so. :3 That's a lot of good ideas. I might include some of them in the final release. Thanks.
  11. If you are going for ScripthookV .net hook, this YouTube series can learn you the basics. It's also a good idea to look in some of the example code provided by Scripthookv .net. If you are going for RAGE plugin hook, which i personally use, then it will again be easier to learn if you look through the example code. Good luck! :)
  12. I'm acually making this mod right now :D http://www.lcpdfr.com/forums/topic/53156-wip-bus-simulator-v/#comment-355661
  13. Thanks for that! Do you have link or something? :D
  14. Development is halting atm. cause of a bug inside rage plugin hook. Bus Simulator V - For Grand Theft Auto V - Introduction: Did you ever wish that you were a bus driver... Yeah... Yeah you did, and that is now (or soon, depending on when you're reading this) possible within the big world of Grand Theft Auto V. So... You might ask. What can you even do in such a mod? Well, you guessed it... Drive buses! How cool is that? The first thing you do when you spawn in, as the excited player you are, is getting into a vehicle and rush to the bus terminal marked with a bus icon on the map, if didn't already know where it's at. When you have arrived and parked at the terminal's parking lot (becuse if you don't park your car it might get removed. Sorry about that), it's time to get on duty, much like the way that you go on duty in the LSPDFR mod. You just go to the entrance of the terminal, and press the End key, to go on or off-duty. As simple as that! You will now spawn in as a bus driver! Yes, we are almost there. The bus of yours, will be parked just outside, and is marked with a orange/yellow icon on the map. When you enter the bus, you will be meet by a menu, where you can choose your route! Right now there are only one route, but more will problably be added. And now... To the fun part... Driving the bus around on the route. Unfortunatly I'm not able to change the display at the top of the bus to say anything else than "DOWNTOWN", but that isn't really nessesary anyways. You will figure out the rest of the mod yourself, when you play it. Ohh.. And did i fail to mention that you can create your very own routes if you want to. Just copy the "plugins/bus simulator v/routes/downtown.xml" file, and change, add or delete more point elements in the xml file. You will figure it out. In the future there will be added a way to generate your own routes ingame. Featues: Drive buses on routes - Picking up people. - Get paid for your routes. - Time schedule. Do not come too late! Private people can hire the bus company. Drive the airport buses More to come... Featues that might be comming: Drive Express Dashhound buses from bus terminal to Paleto Bay and such. Drive buses from the airport to the terminal. Take a ride on an AI controlled bus on local routes, express routes, etc. Thanks for all the great feedback and good ideas! :D Your ideas: If you have a function you would like me to implement in the final release of the mod, or just an idea you think would be cool, just write a comment down below. :)
  15. You can try reading this pdf that explains how to begin using the LSPDFR API: http://www.lcpdfr.com/forums/topic/52906-api-quick-start-guide-example-project/
  16. If you're completely new to programming I recommend you seeing some C# tutorials on youtube, and then afterwards beginning GTA V mod development. If you are choosing C#, i think you should go with the RageHook. You can also choose Visual Basic, but that I won't recommend. (I write C# code my self.) Yes, Visual studio is the best choice for programming in C++, C#, F#, VB etc. on a Windows machine. When you know the basics of your programming language of choice, you can start modding. To really understand how to get started modding with the RageHook, visit this page of the documentation: http://docs.ragepluginhook.net/html/51ce7151-4a76-4b21-be90-34d114769311.htm Hope that helps! :)
  17. You could maybe spawn these vehicles randomly on locations you choose, and remove the vehicles already there.
  18. The images was broken so just reuploading...
  19. I just need to figure some things out before we start. I will write you a PM when the mod is ready :)
  20. Hey there! It's strange. I have been thinking of making the exact same mod as this. You must certainly contact me if you need a partner to code this mod :D
  21. Introduction _______________________________________________________________________________________________________________________________________________ Hi. I would like to introduce you to tornadoes in GTA V. This is made possible by the work of the GTA IV modder Ra's al Ghul, who made mods like: TornadoMod - GTA IV, GravityGun v2 etc. I updated his code to work within GTA V with the RAGE Plugin Hook, and used particle effects with ParticleLibrary. Trailer for TornadoMod _______________________________________________________________________________________________________________________________________________ I Need... _______________________________________________________________________________________________________________________________________________ ... Someone who are willing to test this mod, and find some bugs, so I can release this mod as fast as possible. Just comment below, if you want to help me test this :) - Thanks

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.