DawnsAnguish888 Posted June 10, 2023 Share Posted June 10, 2023 (edited) So im fairly new to coding in general, basically just dabbled in it if i needed something done via googling, but not really profficient in any sense like i understand some terms and lines depending on the program, just not how to put them together to make anything useful atm xDSo i have a couple of questions,1.Where would i look if i was after guides on how to specifically make scripthooks for games? becuase googling basically just comes up with GTA stuff and "guide"just sends me to installing a script hook someone else made :/ and coding is a vast plethora of languages and i am one confused cookie.2. for anyone whos made one, if im fresh to coding would it even be feasable or likley that ide be able to make or even update an existing script hook? without learning a ton of extra things about coding (like i just want to specialise in this one thing atm for what i want to get done) Any help would be super appreciated! :D Edited June 10, 2023 by DawnsAnguish888 Link to comment Share on other sites More sharing options...
0xC0000005 Posted June 10, 2023 Share Posted June 10, 2023 1.Where would i look if i was after guides on how to specifically make scripthooks for games? becuase googling basically just comes up with GTA stuff and "guide"just sends me to installing a script hook someone else made :/ and coding is a vast plethora of languages and i am one confused cookie. I am not sure if there are any guides for making script hooks, it is an extremely advanced form of modding.Most script hooks work by replacing parts of the original game code with its own hook routines, just locating the parts of the game code that you need to patch would usually require extensive knowledge of assembly language and reverse engineering.The Skyrim AE script hook (SKSE64) source code can be found on GitHub: https://github.com/ianpatt/skse64 2. for anyone whos made one, if im fresh to coding would it even be feasable or likley that ide be able to make or even update an existing script hook? without learning a ton of extra things about coding (like i just want to specialise in this one thing atm for what i want to get done) I have never made a script hook, but I believe that would strongly depend on the exact game and script hook you are wanting to modify. Link to comment Share on other sites More sharing options...
DawnsAnguish888 Posted June 10, 2023 Author Share Posted June 10, 2023 ah well at least i know now!Thank you for your answer atleast it was more informative than what i could find on the net! :Dguess ill stick to art xD 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