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.

How do I start modding?

Featured Replies

Hello, I'm a beginner to coding. But I don't seem to understand mod development for GTA 5, it's something I've wanted to start but I have no real idea how. What kind of software should I use? Which tool should I start with (Scripthook, ragehook,)? I was really hoping the mod community here could help me!

Visual Studio Community 2013 is one of the best IDEs to use. I'd recommend starting with Rage Plugin Hook, as the recommended language for it is C#. If you don't know C#, you're going to want to look up some tutorials on it.

Honestly, don't bother with Script Hook V. If you want to do anything LSPDFR or police related, stick to Rage Plugin Hook.

There is a bit of a learning curve, but once you get the hang of it, things get easier.

As FtDLulz said, download Visual Studio Community 2013. Its free, and it is "straight from the horse's mouth", so to speak. Its a Microsoft tool, and Microsoft makes the .NET Framework, which is what all these plugins are developed on. The Community edition does not have all the tools that the professionals use in the Premium and Ultimate versions, but honestly, it doesn't matter. Community has more than enough built into it...take it from someone who is a .NET Developer for a living. I make money and pay my bills doing this stuff, and I use Visual Studio Premium at work. I find that Community is more than enough for stuff I want to do with LSPDFR scripts.

Now, all that said...DON'T LOOK AT ANY RAGE/LSPDFR CODE YET!!

Don't do it! I know you're looking at LukeD's Example API project in the other thread...its tempting, isn't it?

Well, don't download it! I'm watching you...

Okay, seriously...I would strongly suggest looking up some tutorials online on how to code in C#. Learn about the basic concepts...learn what a function is, what a variable is, what a loop is, etc. Start by making a program in C# that opens a Command Prompt (DOS) window and writes "Hello World!". You can do that one in about 5 minutes...literally.

Hint:

Console.WriteLine("Hello World!");

Once you're done that, and you're comfortable using Visual Studio, then follow the Rage Plugin Hook Getting Started guide in the Rage Documentation. And you'll be off and running! :thumbsup:

At that point, download LukeD's example API project from this subforum. If you take even just one or two days to learn some basic C# concepts, then you'll be far better off, and you'll be able to read and actually understand the example code that Luke has written. (Keep in mind that Luke's example is for developing an LSPDFR callout plugin...the guide in the Rage Documentation is for developing a script mod for GTA V...two different things!)

Feel free to post in this forum if you need help.

Good luck!

Stealth22
LSPDFR Tester | Plugin Developer
My Plugins: Code 3 Callouts | Traffic Control | Keep Calm | ALPR+

Please do not PM me for any kind of technical support.
I unfortunately do not have enough free time to answer every PM that I get. For issues with my plugins, please post in the comments section of the file, or it's forum thread. You'll get a much quicker response from me there than if you send me a PM; I do my best to respond to every question in the comments sections. For API/programming questions, please post them in the API Development forum, so all developers can benefit from the answer as well. Thanks!

-epic post snip-

And don't be overwhelmed by all of it. If you're dedicated enough and use some good tutorials you can learn it pretty quickly. In fact, two weeks before my first plugin I had no idea how to do any C#. If you've never programmed before there's going to be a bigger learning curve, but stick with it and I'm sure you can do it. This is the tutorial I used, if you're looking to start off.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

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.