Kakaoen404 Posted July 26, 2015 Share Posted July 26, 2015 Hi everybody so as the title says i need help with putting together my first very basic script to understand how things work in the scripthook. I have basic knowledge with console applications in C#. The mod i wanna make is a basic mod where you press one key on your keyboard and then something happens let´s say the wanted level go up by one star and when you press another key it goes down one star. So in theory this would be a simple keyPress event i imagine. if you decide to help me i have a teamspeak and a skype we can use that might be easiest. You will get your name in the credits for helping me out. Link to comment Share on other sites More sharing options...
MoMadenU Posted July 26, 2015 Share Posted July 26, 2015 Hi everybody so as the title says i need help with putting together my first very basic script to understand how things work in the scripthook. I have basic knowledge with console applications in C#. The mod i wanna make is a basic mod where you press one key on your keyboard and then something happens let´s say the wanted level go up by one star and when you press another key it goes down one star. So in theory this would be a simple keyPress event i imagine. if you decide to help me i have a teamspeak and a skype we can use that might be easiest. You will get your name in the credits for helping me out. Sounds like C# is your language of choice, so you will be using this kit: https://www.gta5-mods.com/tools/scripthookv-net First however, I highly recommend learning all you can about ScriptHookV and Native Trainer by Alexander Blade http://gtaforums.com/topic/788343-script-hook-v/ There are some very good walk throughs on youtube that will give you step by step instructions creating your first mod. Just search and you will find Use mods in Story Mode only. Do not use mods on GTAV Online or you will be banned (Sorry mate but I'm required to warn you ) Welcome to the over-the-top, anything is possible world of GTAV and please remember to donate to contributors. Countless hours have been spent making this most amazing playground even possible. Cheers Link to comment Share on other sites More sharing options...
Kakaoen404 Posted July 26, 2015 Author Share Posted July 26, 2015 Yep C# is what i got recommended by a lot of people because it was the easiest language to code in and i have to agree it looks fairly simple. I do have the ScripthookVDotNet installed and i am using them as a project reference and making a using statement in visual studio Walkthroughs i have had a hard time finding on youtube unless it is with the Ragehook plugin. Yeah i know that and i never really play online because i don´t like it to be honest it´s a bit boring i think. Link to comment Share on other sites More sharing options...
thewhitehammer99 Posted July 26, 2015 Share Posted July 26, 2015 Hi everybody so as the title says i need help with putting together my first very basic script to understand how things work in the scripthook. I have basic knowledge with console applications in C#. The mod i wanna make is a basic mod where you press one key on your keyboard and then something happens let´s say the wanted level go up by one star and when you press another key it goes down one star. So in theory this would be a simple keyPress event i imagine. if you decide to help me i have a teamspeak and a skype we can use that might be easiest. You will get your name in the credits for helping me out. I made a tutorial for .net here Link to comment Share on other sites More sharing options...
Kakaoen404 Posted July 26, 2015 Author Share Posted July 26, 2015 Hi everybody so as the title says i need help with putting together my first very basic script to understand how things work in the scripthook. I have basic knowledge with console applications in C#. The mod i wanna make is a basic mod where you press one key on your keyboard and then something happens let´s say the wanted level go up by one star and when you press another key it goes down one star. So in theory this would be a simple keyPress event i imagine. if you decide to help me i have a teamspeak and a skype we can use that might be easiest. You will get your name in the credits for helping me out. I made a tutorial for .net here You are a god! thank you so much for your help on this! this is exactly what i was looking for and it looks easy enough to do. Link to comment Share on other sites More sharing options...
thewhitehammer99 Posted July 26, 2015 Share Posted July 26, 2015 Hi everybody so as the title says i need help with putting together my first very basic script to understand how things work in the scripthook. I have basic knowledge with console applications in C#. The mod i wanna make is a basic mod where you press one key on your keyboard and then something happens let´s say the wanted level go up by one star and when you press another key it goes down one star. So in theory this would be a simple keyPress event i imagine. if you decide to help me i have a teamspeak and a skype we can use that might be easiest. You will get your name in the credits for helping me out. I made a tutorial for .net here You are a god! thank you so much for your help on this! this is exactly what i was looking for and it looks easy enough to do. No problem Once you figure the basic stuff out, it's not hard to branch out and start creating larger scripts. Good luck Kakaoen404 1 Link to comment Share on other sites More sharing options...
frodzet Posted July 26, 2015 Share Posted July 26, 2015 Hi Kakaon, Feel free to add me on skype:sifferjb Link to comment Share on other sites More sharing options...
Kakaoen404 Posted July 27, 2015 Author Share Posted July 27, 2015 Okay so i am following your tutorial Hi everybody so as the title says i need help with putting together my first very basic script to understand how things work in the scripthook. I have basic knowledge with console applications in C#. The mod i wanna make is a basic mod where you press one key on your keyboard and then something happens let´s say the wanted level go up by one star and when you press another key it goes down one star. So in theory this would be a simple keyPress event i imagine. if you decide to help me i have a teamspeak and a skype we can use that might be easiest. You will get your name in the credits for helping me out. I made a tutorial for .net here You are a god! thank you so much for your help on this! this is exactly what i was looking for and it looks easy enough to do. No problem Once you figure the basic stuff out, it's not hard to branch out and start creating larger scripts.Good luck Okay now i am actually sitting here in VS trying to follow your tutorial but it won´t allow me to do the KeyUp +=Keyval; and i am getting eight errors mostly because i am missing some brackets but i am in a need of help here? Link to comment Share on other sites More sharing options...
Kakaoen404 Posted July 27, 2015 Author Share Posted July 27, 2015 Six errors have been reduced now which is a good thing i am learning to troubleshoot i see Link to comment Share on other sites More sharing options...
bdking00 Posted July 27, 2015 Share Posted July 27, 2015 (edited) This series will teach you the basics and a little extra knowledge: https://www.youtube.com/playlist?list=PLiMm9ACEF0uvaUnFCy2NvvLk5v7K5nLqz Edited July 27, 2015 by bdking00 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now