_LEON_ 25 Posted October 29, 2020 Share Posted October 29, 2020 (edited) Final version here. Download: <Improvements> 1. Better camera position >> It gives better view of the character, compared to the previous version. 2. Moving camera >> Camera position moves as you look down with your mouse. This was designed to prevent overlap between the character and the reticle. 3. Visual recoil >>It was meant to shake the scree forward and back when firing. 4. Manual model view hiding >> It was devised to deal with certain situation, which the model view is blocking player's sight(rarely happens when using binoculars or in CQB situation). <Instruction> >> It is basically a trainer made with cheat engine. launch the game first, and then launch the MOD. press "[" to enable TPS view, and "]" to enable moving cam and recoil. <Tips & Bugs> 1. Rarely, the camera gets stuck above the model's head. Just crouch and move mouse up and down. It will fix. 2. Press down middle mouse button to manually hide model view. <Credits> 1. Thanks RichardG for sharing knowledge about the modding and basic pointers, so that I could make such improvements. 2. Special thanks to ajitesh for warm support, and going through numerous testing. Happy new year Ghosts! Edited January 7 by _LEON_ 2 1 Quote Link to post Share on other sites
Rocky 1,223 Posted October 29, 2020 Share Posted October 29, 2020 Awesome! 1 Quote Link to post Share on other sites
ajitesh 45 Posted October 30, 2020 Share Posted October 30, 2020 Wow really impressive Quote Link to post Share on other sites
_LEON_ 25 Posted October 30, 2020 Author Share Posted October 30, 2020 Thanks . All I did was a mere tweaking of some values. Most of the hard memory findings and scripting was done by RichardG. Planning to improve it after I learn to use assembly language properly. Quote Link to post Share on other sites
_LEON_ 25 Posted December 16, 2020 Author Share Posted December 16, 2020 Just wanted to share my plans for the next view Mod. 1. I am thinking about visual recoil. Although it's only hypothetical and may not work, I'm planning to mimic the impact of a gunfire. 2. Since the camera is fixed, the model blocks the view in some situations(looking down or going down slope). Trying to fix it by hooking the camera position with mouse coordinates. 3. There was a feedback that moving camera to the right will give better experience. I agree. But not sure if it will work without texture clipping, and with no error. Image uploaded for better understanding😃 2 Quote Link to post Share on other sites
ajitesh 45 Posted December 16, 2020 Share Posted December 16, 2020 Looks great Leon . Keep going 1 Quote Link to post Share on other sites
Arab Master 1 Posted December 16, 2020 Share Posted December 16, 2020 looks ing great 🙏 looking forward to it bro. 1 Quote Link to post Share on other sites
_LEON_ 25 Posted December 19, 2020 Author Share Posted December 19, 2020 New demo video here!! Check out how the camera moves according to mouse movement. Sorry for the bad quality video, my laptop is not a high-end model🤣. Demo video here. 3 Quote Link to post Share on other sites
_LEON_ 25 Posted December 20, 2020 Author Share Posted December 20, 2020 Visual recoil works!!! It was the Lua script that holds the key, not the assembly codes. planning to polish the camera angle and stabilize the code injection process before releasing. 2 1 Quote Link to post Share on other sites
Scarlett 2 Posted December 28, 2020 Share Posted December 28, 2020 when i extract the files from the zip folder my pc keep reading it as a trojan virus? is it actually safe or? 1 Quote Link to post Share on other sites
_LEON_ 25 Posted December 28, 2020 Author Share Posted December 28, 2020 (edited) answered below Edited December 28, 2020 by _LEON_ Quote Link to post Share on other sites
_LEON_ 25 Posted December 28, 2020 Author Share Posted December 28, 2020 5 hours ago, Scarlett said: when i extract the files from the zip folder my pc keep reading it as a trojan virus? is it actually safe or? Yes, at least the one I uploaded is safe. The reason your pc reads it as trojan virus is because the MOD manipulates the memory of the game directly, similar to how the trojan virus works. But it doesn't mean that my MOD is unsafe. I never added something detrimental to the system. It just changes some memory values in the ghost recon process. If you get to use trainers that are made with cheat engine, you will encounter those problems, but just by excluding it from being detected(in the window defender setting or whatever vaccine program you use) will do the job. Enjoy the MOD 1 Quote Link to post Share on other sites
pz3 325 Posted December 28, 2020 Share Posted December 28, 2020 This is awesome. 1 Quote Link to post Share on other sites
_LEON_ 25 Posted December 28, 2020 Author Share Posted December 28, 2020 1 hour ago, pz3 said: This is awesome. Thanks😄 Quote Link to post Share on other sites
Scarlett 2 Posted December 28, 2020 Share Posted December 28, 2020 4 hours ago, _LEON_ said: Yes, at least the one I uploaded is safe. The reason your pc reads it as trojan virus is because the MOD manipulates the memory of the game directly, similar to how the trojan virus works. But it doesn't mean that my MOD is unsafe. I never added something detrimental to the system. It just changes some memory values in the ghost recon process. If you get to use trainers that are made with cheat engine, you will encounter those problems, but just by excluding it from being detected(in the window defender setting or whatever vaccine program you use) will do the job. Enjoy the MOD thanks for letting me know i just wasn't sure about it because it was giving two warnings and if it did mess up my pc i wouldn't have the money to repair it and didn't want to risk it 1 Quote Link to post Share on other sites
Zeealex 742 Posted December 29, 2020 Share Posted December 29, 2020 23 hours ago, Scarlett said: thanks for letting me know i just wasn't sure about it because it was giving two warnings and if it did mess up my pc i wouldn't have the money to repair it and didn't want to risk it InfoSecBeard here; Generally malware doesn't do physical damage to a machine, if you get malware legitimately, normally wiping the drive and reinstalling the OS is good enough, so you wouldn't have to pay for any repairs. Remember to keep regular backups! 1 Quote Link to post Share on other sites
_LEON_ 25 Posted December 31, 2020 Author Share Posted December 31, 2020 (edited) Final version here. Download: <Improvements> 1. Better camera position >> It gives better view of the character, compared to the previous version. 2. Moving camera >> Camera position moves as you look down with your mouse. This was designed to prevent overlap between the character and the reticle. 3. Visual recoil >>It was meant to shake the scree forward and back, but I think it doesn't work on other pc. 4. Manual model view hiding >> It was devised to deal with certain situation, which the model view is blocking player's sight(rarely happens when using binoculars or in CQB situation). <Instruction> >> It is basically a trainer made with cheat engine. launch the game first, and then launch the MOD. press "[" to enable TPS view, and "]" to enable moving cam and recoil. <Tips & Bugs> 1. Rarely, the camera gets stuck above the model's head. Just crouch and move mouse up and down. It will fix. 2. Press down middle mouse button to manually hide model view. <Credits> 1. Thanks RichardG for sharing knowledge about the modding and basic pointers, so that I could make such improvements. 2. Special thanks to ajitesh for warm support, and going through numerous testing. Happy new year Ghosts! Edited January 7 by _LEON_ 1 1 1 Quote Link to post Share on other sites
_LEON_ 25 Posted January 6 Author Share Posted January 6 Finally fixed all bugs that hindered recoil. Now, it should work properly on every PC. Will upload it ASAP. 2 1 Quote Link to post Share on other sites
_LEON_ 25 Posted January 13 Author Share Posted January 13 Just posting to let people who are interested about this thing know that I closed the download link temporarily. Fix is done, but I haven't had time for a finishing touch. I was wondering if you guys prefer 1st person view(what I mean here is a helmet cam view). Since there is already a decent 1st person view mod made by richardG, I was thinking about the helmet cam theme, which looks similar to combat footage found on youtube. How do you guys think? Quote Link to post Share on other sites
Rocky 1,223 Posted January 13 Share Posted January 13 I think helmet cam a s it is distinctive from the 1st person view. As we have the download section and and running again, I think we should put a beta version of your mod up there and see how it goes..? 1 Quote Link to post Share on other sites
ajitesh 45 Posted January 14 Share Posted January 14 On 13/01/2021 at 18:05, _LEON_ said: I was wondering if you guys prefer 1st person view(what I mean here is a helmet cam view). Since there is already a decent 1st person view mod made by richardG, I was thinking about the helmet cam theme, which looks similar to combat footage found on youtube. I prefer a good 1st person view mod . I am up for testing when needed. 1 Quote Link to post Share on other sites
xxxToasTy 3 Posted Monday at 00:47 Share Posted Monday at 00:47 Where is the download link? 1 Quote Link to post Share on other sites
_LEON_ 25 Posted Monday at 03:21 Author Share Posted Monday at 03:21 2 hours ago, xxxToasTy said: Where is the download link? Sorry mate, I shut it down temporarily. I will PM you when it's up again. Quote Link to post Share on other sites
xxxToasTy 3 Posted Monday at 23:49 Share Posted Monday at 23:49 20 hours ago, _LEON_ said: Sorry mate, I shut it down temporarily. I will PM you when it's up again. No worries man. I appreciate it! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.