herrpohl Posted September 26, 2016 Share Posted September 26, 2016 Mod for A16.3 (64 bit, EAC off) Not compatible with other dll mods (e.g. backpack expansion). This mod changes the color and/or size of the melee and ranged crosshairs: Blue Green Red Dot crosshair (only changes the melee weapon crosshair) Image link Bigger default crosshair Bigger red crosshair Installation instructions: Download one of the following archives and unpack it into your 7 Days To Die folder (make a backup first): Blue Green Red Dot crosshair Bigger default crosshair Bigger red crosshair This mod is compatible with any XML-driven mod. Link to comment Share on other sites More sharing options...
stallionsden Posted September 26, 2016 Share Posted September 26, 2016 nice work man. due to size of my screen i spend alot of time looking for the dang crosshair lol.. hopefully one of these will fix that lol... - - - Updated - - - argh any chance we can get a step by step walk thru of editing the assembly csharp. as i am using hals editor as well as my backpack mod if not to much to ask. Link to comment Share on other sites More sharing options...
herrpohl Posted September 26, 2016 Author Share Posted September 26, 2016 nice work man. due to size of my screen i spend alot of time looking for the dang crosshair lol.. hopefully one of these will fix that lol... - - - Updated - - - argh any chance we can get a step by step walk thru of editing the assembly csharp. as i am using hals editor as well as my backpack mod if not to much to ask. It's in the EntityPlayerLocal class under the GUIDrawCrosshair method. You need to change the last two lines (lines 390 and 394 with ILSpy/Reflexil): int crosshairOpenArea = this.GetCrosshairOpenArea(); int num1 = Screen.get_width() / 2; int num2 = Screen.get_height() / 2; int num3 = 18; Color black = Color.get_black(); Color white = Color.get_white(); [/Code] Just select a different operand, there are a couple of colors. Link to comment Share on other sites More sharing options...
LewZephyr Posted September 26, 2016 Share Posted September 26, 2016 Great work. Thanks. Now if we could only get cross-hairs for the crossbow when you are looking down sights. Really annoying having to crouch just to figure out where I am aiming. Link to comment Share on other sites More sharing options...
herrpohl Posted September 26, 2016 Author Share Posted September 26, 2016 Great work. Thanks. Now if we could only get cross-hairs for the crossbow when you are looking down sights. Really annoying having to crouch just to figure out where I am aiming. Just add <property name="CrosshairOnAim" value="true" /> to the crossbow in the items xml (id 146). Link to comment Share on other sites More sharing options...
herrpohl Posted September 26, 2016 Author Share Posted September 26, 2016 Added an XL version of the red crosshairs to the OP for people playing on bigger screens. Length of the crosshair lines can be modified by changing the parameter int num3 = 18; in the dll. I set it to 34 for the XL one. Link to comment Share on other sites More sharing options...
n2n1 Posted September 26, 2016 Share Posted September 26, 2016 It's in the EntityPlayerLocal class under the GUIDrawCrosshair method. You need to change the last two lines (lines 390 and 394 with ILSpy/Reflexil): int crosshairOpenArea = this.GetCrosshairOpenArea(); int num1 = Screen.get_width() / 2; int num2 = Screen.get_height() / 2; int num3 = 18; Color black = Color.get_black(); Color white = Color.get_white(); [/Code] Just select a different operand, there are a couple of colors. O!...i thought that color is selected otherwise.... Thanks ! Link to comment Share on other sites More sharing options...
DnaJur Posted September 26, 2016 Share Posted September 26, 2016 You can do any custom color by doing new Color(n,n,n,n) where n's are float values from 0-1. Values are given in RGBA format. Link to comment Share on other sites More sharing options...
LewZephyr Posted September 26, 2016 Share Posted September 26, 2016 Just add <property name="CrosshairOnAim" value="true" /> to the crossbow in the items xml (id 146). Ohhh... thank you for that... I have no idea why TFP decided for it not to have that. Link to comment Share on other sites More sharing options...
n2n1 Posted September 26, 2016 Share Posted September 26, 2016 I have no idea why TFP decided for it not to have that. shooting from the waist ! this in order that you do aim... I like this method. In the first Quake did not have sight at all, but there people were shooting very accurately, shot on anticipation on a Bouncing target, was shot in the jump.... Oh, don't ask.... Link to comment Share on other sites More sharing options...
KorruptkSwades Posted September 26, 2016 Share Posted September 26, 2016 AWESOME !, now special request think you could make a DOT crosshair please ? like in this Skyrim mod here. would be so cool ! ps: just realized this mod is not compatible with expanded backpacks mod since it makes changes to the AssemblyCSharp >.< Link to comment Share on other sites More sharing options...
herrpohl Posted September 27, 2016 Author Share Posted September 27, 2016 AWESOME !, now special request think you could make a DOT crosshair please ? like in this Skyrim mod here. would be so cool ! ps: just realized this mod is not compatible with expanded backpacks mod since it makes changes to the AssemblyCSharp >.< I turned the melee crosshair into a dot: archive. It doesn't affect the AssemblyCSharp dll. Not sure if it's possible to change the ranged weapon crosshair too. Link to comment Share on other sites More sharing options...
KorruptkSwades Posted September 27, 2016 Share Posted September 27, 2016 was so happy, i launched the game and ctd. twice. the game made a popup on each ctd Link to comment Share on other sites More sharing options...
herrpohl Posted September 28, 2016 Author Share Posted September 28, 2016 Did you launch without EAC and are you on A15b88? Link to comment Share on other sites More sharing options...
KorruptkSwades Posted September 28, 2016 Share Posted September 28, 2016 Did you launch without EAC and are you on A15b88? yup always without EAC, nope i am in 14.7 Link to comment Share on other sites More sharing options...
xxx73 Posted October 16, 2016 Share Posted October 16, 2016 Very interesting mod, but I can't get it to work. I just put the files in the 7 days folder, and when I start the game I get a black screen and nothing happens. I have probably done something wrong, but would be great with some help Link to comment Share on other sites More sharing options...
herrpohl Posted October 16, 2016 Author Share Posted October 16, 2016 Sorry, haven't updated it yet for A15. Will do it next week. Link to comment Share on other sites More sharing options...
Draznar Posted October 18, 2016 Share Posted October 18, 2016 Please update and do you have one for 4K resolution. The dafault on does not work at all for 4K. Link to comment Share on other sites More sharing options...
herrpohl Posted October 20, 2016 Author Share Posted October 20, 2016 I will update it on the weekend, I haven't had time yet. Link to comment Share on other sites More sharing options...
Draznar Posted October 20, 2016 Share Posted October 20, 2016 I will update it on the weekend, I haven't had time yet. Thanks. Looking forward to it. Will link in my videos. Link to comment Share on other sites More sharing options...
herrpohl Posted October 23, 2016 Author Share Posted October 23, 2016 Updated for A15. Link to comment Share on other sites More sharing options...
shaun279 Posted October 24, 2016 Share Posted October 24, 2016 It's in the EntityPlayerLocal class under the GUIDrawCrosshair method. You need to change the last two lines (lines 390 and 394 with ILSpy/Reflexil): int crosshairOpenArea = this.GetCrosshairOpenArea(); int num1 = Screen.get_width() / 2; int num2 = Screen.get_height() / 2; int num3 = 18; Color black = Color.get_black(); Color white = Color.get_white(); [/Code] Just select a different operand, there are a couple of colors. Complete beginner here, I've found the line but unsure how to edit it? Link to comment Share on other sites More sharing options...
herrpohl Posted October 24, 2016 Author Share Posted October 24, 2016 Complete beginner here, I've found the line but unsure how to edit it? It's in lines 406 and 410 now. If you have Reflexil installed, click on the cog symbol in the toolbar. Right click on the line you want to change and press edit. Click on the operand field and choose a different color. The length of the crosshair lines can be changed in line 404. Link to comment Share on other sites More sharing options...
Dacksi Posted October 29, 2016 Share Posted October 29, 2016 Hello, after the installation I get only a black screen. MFG Dacksi Link to comment Share on other sites More sharing options...
herrpohl Posted October 29, 2016 Author Share Posted October 29, 2016 Hello, after the installation I get only a black screen. MFG Dacksi Hi, do you have EAC disabled in the game launcher? What crosshair color did you install? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.