Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - doug147

#1
Mods / Re: [Client] Tracers (responsive aim lines)
September 12, 2020, 09:36:09 PM
Looks like there's an error with the laser rifle, thx for pointing that out I'll update it shortly
#2
This mod is called AlwaysNoon, and it is a true "daytime" mod, making it always the middle of the day using only code.

The bootstrapper creates a client component, which uses Reflection to invoke the otherwise private method ClientRemote_ServerTimeOfDayOffsetUpdate which is in TimeOfDaySystem and pass a false serverTimeOfDayOffsetSeconds value, resulting in your client to believe that it is always the middle of the day.

Here is the source code: https://github.com/doug147/AlwaysNoon (https://github.com/doug147/AlwaysNoon)

Here is the download link: https://github.com/doug147/AlwaysNoon/releases/download/1.0.0/Noon.mpk (https://github.com/doug147/AlwaysNoon/releases/download/1.0.0/Noon.mpk)

Also here is a video demonstrating the outcome.  The first part of the video is before I load the mod, the second part of the video is after I load the mod.  It is a simple yet effective mod.  If you think it is too bright all the time, you can adjust the values.

https://cdn.discordapp.com/attachments/743899164072476673/752285600673169438/CryoFall_2020-09-06_17-53-56.mp4 (https://cdn.discordapp.com/attachments/743899164072476673/752285600673169438/CryoFall_2020-09-06_17-53-56.mp4)

Before


After


#3
Mods / Re: [Client] Tracers (responsive aim lines)
September 06, 2020, 05:48:01 PM
I could add in detection against monsters too, I think they are going to add native trace lines though in the next update, so I'll wait to see what they do first before updating this one
#4
Mods / [Client] Tracers (responsive aim lines)
September 01, 2020, 05:31:53 AM
Here is a mod I made called Tracers. 

Here is the capabilities of the mod:


  • Dynamically draws aim line based on weapon
  • Aim line distance extends out to the range of the currently held weapon
  • Detects when there is a hit against a player or vehicle and changes the alpha on the line past the point of the hit, making it less visible for aesthetic purposes
  • Displays enemy aim lines as red, your own aim line as green
  • Does not display party member aim lines, by design

You can find the mod source code here https://github.com/doug147/Tracers (https://github.com/doug147/Tracers)

And you can download the mpk file for the mod here https://github.com/doug147/Tracers/releases/tag/1.0.0 (https://github.com/doug147/Tracers/releases/tag/1.0.0)