Everything posted by Wilhelm
-
PaperworkPlus (Now share your logs via our online database!)
Hi there! If you'd like to update, but keep your existing stats, then copy over the dataLogs folder to your new PaperworkPlus directory! I'm planning on adding this section as part of a CAD/MDC based update. Hi! Please inbox me with a screenshot of the full error, thanks!
- 79 comments
- 28 reviews
-
PaperworkPlus (Now share your logs via our online database!)
Hi there! Thank you so much for the complements, community spirit keeps me driven! :D As summer is fast approaching, and what with my student status, I should have most of August to be able to work on an update(s)! Have fun!
- 79 comments
- 28 reviews
-
PaperworkPlus (Now share your logs via our online database!)
- 79 comments
- 28 reviews
-
PaperworkPlus (Now share your logs via our online database!)
I understand and sympathise with you. I wanted to get this update out to not only bring out all these new services and set up the infrastructure for in-game integration, but also to include members of communities who can't play and dispatch instead, if that makes any sense. My advice: pen and paper ;) I hope you enjoy it! :D
- 79 comments
- 28 reviews
-
PaperworkPlus (Now share your logs via our online database!)
I am planning on including a CAD system in the non-game version. I'm still balanced between making this an ingame script and leaving it to be an out of game program. I am also going to be implementing a plate checker feature in the future. I'd prefer to let everything settle down a little (The whole Take2 thing) before continuing thinking about in game scripts.
- 79 comments
- 28 reviews
-
I need Help
I haven't got a clue, sorry :/ You'll have to read the documentation.
-
LOOKING FOR SOMEONE TO MAKE A NICE SKIN
Gotcha, I'll work on it after I've finished the update for PP
-
LOOKING FOR SOMEONE TO MAKE A NICE SKIN
Sure! With the plates being a British shape/model, what would you like me to do about it? And is that greenish stripe part of the texture, or is it a reflection?
-
LOOKING FOR SOMEONE TO MAKE A NICE SKIN
What unit numbers and plate number would you like? Would you like a couple of skins with different numbers? K-9 Variants, anything like that? I presume you have permission to use the model?
-
LOOKING FOR SOMEONE TO MAKE A NICE SKIN
SWANKY, have you got a template? I can work on it this week, I've got PaperworkPlus to push a release on today/maybe tomorrow!
-
LOOKING FOR SOMEONE TO MAKE A NICE SKIN
Hola, what sort of thing are you looking for? (Images of IRL/concept drawings :D)
-
I need Help
You'll probably have to mute the original ped voices and play them from a file. How you'd do that, I have no idea! Make sure you've got to grips with C# before you start!
-
I need Help
Visual Studio Community 2017! Its free and can be used by individual developers to use almost all features!
-
I need Help
This should get you going:
-
I need Help
You can use the ScriptHook, ScriptHookDotNet, LCPDFR API and more! Visit each file's website to find out more though! There will be information about which files you need to include in your code! Also, MSI rocks
-
I need Help
For getting setup with any programming task, you'll need some basics! Visual Studio Community 2017 - While I recommend any good IDE (integrated development environment, what you use to program with nicely), Visual Studio Community is free and carries most features of the paid-for Visual Studio Libraries - Libraries are files that contain functions, methods and various other components. You can call these in your main code by adding them to your project and use the, using theLibraryNameWouldBeHere; syntax. If you want to learn how to use a specific library, you'll need to read its documentation, but I recommend learning the base-language first! Also, if you're new to programming, I recommend reading through a few tutorials, watching some videos and really getting to grips with the language. I really recommend learning C# as it is used for most bits of scripting! Here's one I found with Google: https://www.tutorialspoint.com/csharp/ And another: http://learncs.org/ And another!: http://www.programmr.com A plan! You must make a plan! I took the liberty of whipping up a quick template. Feel free to make a copy and edit it, or print it out and write on it! A side note: It's going to be quite frustrating trying to learn to code while you're raring to go and make mods. But, if you don't learn the basics and get a hang of it, your mods won't get anywhere, trust me on that one! If you need help: I'm not able to help with GTA IV or V scripting as I don't have enough experience! However, you can use the Tutorials & Questions Section of the GTA IV Forum for GTA IV scripting and Tutorials & Questions Section of the GTA V Forum, if you decide to make mods for GTA V. Be wary though, as often people won't like to spoon feed! If you need help with the general workings of C#, then you can drop me the odd PM here and there and I'll try get back to you! Your best bet in getting help is StackOverflow. I recommend you search through the questions in there (there's millions and billions) to find the answers you're looking for! Make sure to specify what language you're using. If you have any other questions, I've got notifications enabled for responses! If you don't have any more questions, I wish you the best of luck in starting your programming career! Have fun with it!
-
PaperworkPlus (Now share your logs via our online database!)
There's going to be a big update coming (hopefully) this weekend! Not game integration just yet, but if you have a look at my Development Roadmap, you'll be able to tell what it is!
- 79 comments
- 28 reviews
-
I need Help
If it's massively dependent on your gameplay/you want a challenge, I recommend you learn how to code scripts for the game and go from there.
-
What ENB/ReShade/SweetFX Mod Do You Recommend?
I hear Vision V is quite nice, if you can take it.
-
ELS - faster turning siren
Hi, it sounds like you're not using any graphics enhancers, so you're just experiencing default graphics. Here's what I recommend (please install in that order): Visual V, available on GTA5-MODS.com at this link. (I don't use the optional settings personally.) Radiance V, available onf LCPDFR.com at this link. (I don't use the optionals here, either. I would recommend tinkering with the different settings presets though.) These mods will reset your monitor resolution to 800x600 (bad resolution), but you can turn it back up in the settings menu. I'd also recommend turning up shader effects (in that menu also). I also ran the above text through Google Translate for you, maybe it'll help, maybe it'll be an awful translation! Happy playing!
-
Double Doppler Ultimate Met car pack
They'll be scattered around your GTA IV directory. They will most likely look like "<mod name>-LOG" or "<mod-name>-<a date/time>". It'll be clear what the file is if you open it (they'll be .txt). Here's a couple of lines of one of my log files from GTA V to give you an idea of what you're looking for.
-
I need Help
You'll have to use your own initiative and programming skills on that one. For example, you might need to override the speech class and have a .ini configuration file to read the overrides from. Not that I ever made scripts for GTA IV though.
-
I need Help
I imagine that the game will only recognise and ask for i[0] to i[4]. You'd probably need to patch the code or provide some kind of external script to run extra sounds (a bit like how SirenMastery works).
-
Hi! New here
Hi there! Welcome to the community, I hope that you enjoy every moment of being here! I'm SgtFluffy/airforceWolf, I play mostly GTA V but I started out playing GTA IV when LCPDFR started taking off! GTA IV is great for multiplayer communities, its got that perfect balance between high performance, features and game mechanics. Unfortunately, finding an active LCPDFR clan might be a bit tricky! I remember being in one, which had a peak of about 200 members (many inactive however), but that was back in the day. Nowadays, more people are inclined to use GTA V due to its better graphics, more option/capabilities for modding, supports the newest hardware and allows for a diverse range of emergency responses (city policing, county sheriff's office, highway patrol, parks, etc.) I know I haven't properly answered your question, but there may still be communities out there. There was recently a surprise update that threw a few people off and I'm not sure whether the hooks got updated, so watch out for that one! I might even reinstall the game... If there's anything I can do to help you out, don't be afraid to drop me a bell!
-
Double Doppler Ultimate Met car pack
DoubleDoppler's models are very high quality and might be taxing your system too much. It may be that you're running into a memory error, which is when there's not enough space in memory (RAM etc) to hold data to be processed. The best thing to do here is to post any log files that you have. This will help people to figure out what it is that is actually going wrong! c: