ARK: Survival Evolved

ARK: Survival Evolved

30 vurderinger
Resource Tracker
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Content Types: Mod
Filstørrelse:
Offentliggjort:
Opdateret:
69.522 KB
10. apr. 2020 kl. 14:00
26. okt. 2020 kl. 11:39
5 ændringsbemærkninger ( vis )

Abonner for at downloade
Resource Tracker

Beskrivelse
Mod ID: 2056000818

If you enjoy this mod, please like and favourite.


Description:
At the press of a hotkey you can monitor the status of up to 10 resource, with live updates.

The list of resources given are chosen from what you or your mount currently have in their inventories. It must either be a resource or a consumable.

Usage:
Hit your individually created hotkey to active the resource selection screen.
Click on any resource you want to monitor. Max 10.

Features:
Configurable hotkey via CLIENT side config.

Configs
ActionMappings=(ActionName="ToggleResourceTracker",Key=F1,bShift=False,bCtrl=False,bAlt=False,bCmd=False)

Configs Explained:
Each USER is REQUIRED to set this or it will not work. You can use whichever hotkey you want.

Open your input.ini file, typically located here: C:\Program Files (x86)\Steam\steamapps\common\ARK\ShooterGame\Saved\Config\WindowsNoEditor

There will be a large section full of "ActionMappings". Scroll to the bottom of the list and add the config listed above. Change to whatever you wish.

Example[i.imgur.com]

Action mappings should be under the header: [/script/engine.inputsettings]
If one does not exist, create it.

Modding:
My Other Mods

If you enjoy this mod, please like and favourite.


[www.paypal.com]
Populære diskussioner Vis alle (1)
0
26. apr. 2020 kl. 3:07
SERVERS USING THIS MOD
UNKNOWN
13 kommentarer
Senaru 24. maj 2024 kl. 21:40 
Would it be possible to make it so a user can change a hotkey from ingame, such as how it works in the 'personal waypoints' mod (And a couple others I've messed with over the years)- It basically has an initial key press, with a settings button on the popup that lets you select what F key to use, and another uses a combination of I think shift key + E or something to open a similar menu. Is this mod made in such a way that it can't be done in game or was that just the method you went with? I'll be honest I'd never seen a mod have users edit an ini on their end before which is pretty neat, but I also have a number of players who aren't as savvy with editing that kind of thing. If it could be made for players to do it in game, it might be easier on such folks! Regardless though this mod is doing some really cool things, I like that I don't have to keep checking my bags to know how many of any given thing I've got!
taicho84 25. okt. 2020 kl. 15:32 
I had the same Problem as PotatoOverlord (DebugExecBindings in the input.ini).
After playing around a bit, i checked the ini again, and suddenly had all the ActionMappings in it.
I am not sure what fixed it, but this is my best guess.. maybe it helps someone:

I never changed any hotkey in the game before, but recently i hade some adjustment to the hotkeys for the whistle commands.
Maybe the ActionMappings are only placed in the input.ini after the user makes any changes to the keybindings ingame.
Quellcrest  [ophavsmand] 22. apr. 2020 kl. 6:34 
That's the entire contents of the file? I'm pretty sure the input file is created when you install ark and it contains all your hotkeys(whistles, etc).

Well, assuming you're in the right place, on the client NOT the server, the code goes in a section like this:

[/script/engine.inputsettings]
ActionMappings=(ActionName="ToggleResourceTracker",Key=R,bShift=False,bCtrl=True,bAlt=False,bCmd=False)

I'd double check the directory, make sure you got the right place first.
nuupppy 22. apr. 2020 kl. 0:20 
nuupppy 22. apr. 2020 kl. 0:17 
When i went to Input.ini i don't see "ActionMappings" i only see DebugExecBindings
gioiosomarie 21. apr. 2020 kl. 13:17 
THANK YOU SO MUCH!! I did not realize that that type of file is a notepad, and editable. :D
Quellcrest  [ophavsmand] 21. apr. 2020 kl. 13:01 
You just need to edit the file with notepad. It's there by default, we're just adding a line to it:

https://i.imgur.com/fDPCPzl.png
gioiosomarie 21. apr. 2020 kl. 12:58 
Thank you. I know how to get to the folder, but how do I add that text? Do I create a new text document, rich text document, etc. and paste it in there?
Quellcrest  [ophavsmand] 20. apr. 2020 kl. 17:42 
I'm going to assume you're playing singleplayer. Subscribe and enable the mod in the Active Mods list before entering the world.

You then need to open: input.ini
Located here: C:\Program Files (x86)\Steam\steamapps\common\ARK\ShooterGame\Saved\Config\WindowsNoEditor

And stick this in the section with other ActionMappings: ActionMappings=(ActionName="ToggleResourceTracker",Key=F1,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
gioiosomarie 20. apr. 2020 kl. 13:51 
Hi. I am new to Ark and mods, and don't understand how to add the config list above, as it is not a "configuration settings" type of file to be copied and pasted into the "WindowsNoEditor" folder. :( I have added mods for Sims before, but that's usually a downloadable file to click and drag into my mods folder.