it's a single player mod only
============================= The goal here is to make it easier to find dinos without taking away from exploration. The DinoPing Tracker can put a beam and tracking sound to all the dinos you tell it to around you from 50 meters to whatever you want. (be careful with the max distance)
Update (12/01/2024)
- Little emissive added to the arrow
- "no beam" option added with volume bar
Update (11/01/2024)
- Change particles direction with arrow static mesh
Update (24/06/2024)
- Fix fonts
- Added dino icon to the list
Update (20/04/2024)
- Fix Dino list column display
- Try to make the Directional effect toward the dino more visible
Update (10/04/2024)
- Icon of the DinoPing Tracker device fixed
Update (01/12/2023)
- Max distance added to GameUserSettings.ini
- Now the tracker ping automatically when you open the GUI
- Builded for cross-platform (must work on console so)
Update (29/11/2023)
- Soft limit and Hard limit added (see explanation below in GameUseSettings )
- Try to fix some visual problem with the beam (less bright)
Update
- Add GameUserSettings default
- Allow using device while swimming
- Gamepad fix
- Added checkboxes to ignore dead orand baby dino
- Added a temporary effect that shows the direction of a dino when tracking it. The effect can be retriggered in the GUI.
- Sort buttons now takes into account the filter input
- Better fetch method (now boosted to 800m)
- Fix: Now all dinos must be detected
- Broken beaconsound fixed
- Added sorting buttons
- You can now remove a dino from the list
GameUserSettings.ini Put this in your GameUserSettings.ini (\ShooterGame\Saved\Config\Windows\GameUserSettings.ini)
[DinoPing]
range=400
MaxDistance=800
NoDeadBodies=False
Nobabies=False
Sort=distance
SoftLimit=30
HardLimit=10
Details:
- range : value between 0 to MaxDistance where the slider is by default (included)
- MaxDistance : The maximum distance you want to fetch dinos. (Can't garantee what happened if it's too high)
- NoDeadBodies : True or False
- NoBabies : True or False
- Sort : "distance" or "level" (choose only one, remove the quote)
- SoftLimit (in meter) : This is the limit distance between you and the traked dino where the beam and sound remain normal. Beyond this limit, the sound and beam are reduced. (put 0 to deactivate the feature)
- HardLimit (in meter) : This is the limit distance between you and the tracked dino where the beam and sound are not disabled. Beyond this limit, the sound and the beam are removed. (put 0 or remove the line to deactivate the feature)
Hope it's clear enough…
How to use? Craft the DinoPing device (Engram at level 25). Put the device in the hotbar.
If you activate it while looking at a wild dino, it puts a beacon and sound on him. Activate it again for remove. If you activate it while you are NOT looking at a dino, it opens a GUI. Set the range slider as you like (400 meters by default). Click the PING button to fetch all dinos within the range. Click on a dino to put a beaconsound on it. Click again to remove.
Now you can filter dinos with a textbox. You can click on "clear all beacons" to remove all dino beacons you put on.