Jump to content

Sebastony

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation

1 Neutral

About Sebastony

  • Rank
    (1) Prestidigitator
    (1) Prestidigitator

Profile Information

  • Interests
    Gaming, Kungfu and mixing music

Recent Profile Visitors

332 profile views
  1. A minimap is a great idea, but i would rather like to see it as a holdable prop, (like in far cry 2 for ex.) , instead of a hud element. Also a more detailed map would be nice too! Like a satellite map, but maybe bit less extreme (simplified visually) Anyways this game has much potential and having multiple options for (any type of) features, is a must in itself.
  2. Hi, I'm currently looking into it, because i can't remember how i got those keybindings in the first place... in the ini it only adds those you change in-game. but those hardcoded ones cannot be changed in-game, so it needs to be set manually.. but i'm re-digging into the gamefiles and the epic mod-engine. But it's a bit of a spiderweb... it's been a long time since i even played the outer worlds. (currently back into No Man's Sky Modding) but i will post here if i find how to get the exact naming for the ledger... could be just plain 'ledger' but i'm not sure. EDIT Couple of minutes after i posted this, i found the unpacked game files. The naming should be "ToggleLedger" Hope this helps you!
  3. Seeing the fault module name is "atidxx64.dll" this should be related to your gpu, are the drivers up-to date? if yes, maybe a revert to a previous driver could be required.. (happens alot with gpu drivers) and disabling AA could help,...see this thread (not related to this game but similar issue, so could possible help) https://answers.ea.com/t5/Battlefield-4/Recent-crashes-due-to-atidxx64-dll/td-p/2746836 Hope this helps,
  4. Which version of the game are you using? (epic or gamepass?)
  5. I see that multiple quest indicators on the map is already in the list of reports, great! But might i add maybe giving them different color according to the category of the quest? ex, : mainquest-->green(default), sidequest-->red, companionquest-->blue, etc,..... and maybe from each category maximum one selected on the map for indication (also toggle to off for any quest, no matter what category, if for ex;: you only preferring one indicator/quest on the map.
  6. I just checked something, it's not gonna work after those steps mentioned in my first reply. but they are also needed I checked if you could rebind those 'hardcoded' key's after removing them in the ini but no you cannot. (ingame) so after the steps mentioned in my first post, scroll to the last "RemovedActionKeyBinds" if there are any with axiskeybind remove them and add these , (they are set according to your playsetup) but like i said, it's buggy, you see, it's only right and forward it rebinds, but they are definitly for left and backward to. so i copied mine and rebinded them , because i now wonder how the game if you copy these, how it will know which forward is really forward.?? Ah by looking at this reply before i posted it, i now see it, scale -1.0.... = backward or left. AddedAxisKeyBinds=(AxisName="MoveForward",Scale=1.000000,Key=i) AddedAxisKeyBinds=(AxisName="MoveForward",Scale=-1.000000,Key=k) AddedAxisKeyBinds=(AxisName="MoveRight",Scale=-1.000000,Key=j) AddedAxisKeyBinds=(AxisName="MoveRight",Scale=1.000000,Key=l) RemovedAxisKeyBinds=(AxisName="MoveForward",Scale=1.000000,Key=W) RemovedAxisKeyBinds=(AxisName="MoveForward",Scale=-1.000000,Key=S) RemovedAxisKeyBinds=(AxisName="MoveRight",Scale=-1.000000,Key=A) RemovedAxisKeyBinds=(AxisName="MoveRight",Scale=1.000000,Key=D) If all goes well it should work! If you need more help or you don't understand , feel free to reply.
  7. Hi there, I also hope they give us proper keybindings, but i found a temp workaround. Open your gameusersettings.ini location (for epic version) .....\AppData\Local\Indiana\Saved\Config\WindowsNoEditor\ scroll down a bit (you should see some entry's with addedactionkeybind and removedactionkeybinds.... Add the following 3 lines between the last "addedactionkeybind" and the first "removedactionkeybinds" AddedActionKeyBinds=(ActionName="Inventory",bShift=False,bCtrl=False,bAlt=False,bCmd=False,EventType=IE_Pressed,HoldTime=0.000000,bRespectTD=True,bCanRebind=True,bCanRebindEventType=True,Key=J) AddedActionKeyBinds=(ActionName="QuestLog",bShift=False,bCtrl=False,bAlt=False,bCmd=False,EventType=IE_Pressed,HoldTime=0.000000,bRespectTD=True,bCanRebind=True,bCanRebindEventType=True,Key=K) AddedActionKeyBinds=(ActionName="CharacterSummary",bShift=False,bCtrl=False,bAlt=False,bCmd=False,EventType=IE_Pressed,HoldTime=0.000000,bRespectTD=True,bCanRebind=True,bCanRebindEventType=True,Key=F) now at the very end of each line there is "key= i, j or k" change these into those you want to use for the inventory, questlog and charactersummary (function is noted at the beginning of each line) Then Add these 3 lines right after them. RemovedActionKeyBinds=(ActionName="Inventory",bShift=False,bCtrl=False,bAlt=False,bCmd=False,EventType=IE_Pressed,HoldTime=0.000000,bRespectTD=True,bCanRebind=True,bCanRebindEventType=True,Key=I) RemovedActionKeyBinds=(ActionName="QuestLog",bShift=False,bCtrl=False,bAlt=False,bCmd=False,EventType=IE_Pressed,HoldTime=0.000000,bRespectTD=True,bCanRebind=True,bCanRebindEventType=True,Key=J) RemovedActionKeyBinds=(ActionName="CharacterSummary",bShift=False,bCtrl=False,bAlt=False,bCmd=False,EventType=IE_Pressed,HoldTime=0.000000,bRespectTD=True,bCanRebind=True,bCanRebindEventType=True,Key=K) (these lines stay as they are, and are used for disabling the original function the key had) These 3 should be sufficient i j k. (it's already buggy for binding key's, and then we got azerty-qwerty mess) so starting with the most 'wanted' in your case. NOTE: Also if you go into options after these changes i don't know how it will reflect into your .ini file after applying , because even after keybinds are set, after restarting my game they always show back like default in options, but if i don't change and start to play, they still are like i've set them. So it's buggy for sure. Just making this reply, i noticed in my ini for the moving keybinds, i changed Q into A for azerty), so that's left, but in the ini it's bound to move right) ??? and in-game i have no issues. so it's very weird and glitchy, so i don't know if you go in to options and change keybinds if it's gonna stick.... Hope this helps , if you need more help or if it' doesn't work, don't hesitate to reply....
×
×
  • Create New...