How can I delete the teleport point, sir?
Hello.
First of all, thank you for your efforts. I really appreciate this.
On my end I’m having issues with controller. When I press my X button it open the menu(same as F5) and mess with the DPS UI
Just use any text editor and delete that line in “C:\Program Files (x86)\Steam\steamapps\common\Grim Dawn\GrimInternals_TeleportList.txt” assuming you on window.
You are awesome! Thank you again!
Don’t know if that can help but here is a compilation of all teleports I could find on the Internet:
It includes:
- Dungeons
- Smiths
- Edge of reality
- All Altars
- All named per act
- Monster totems
- Nemesis (not all sadly)
If someone else could make it better, let’s have the most complete list possible
Is this when using Steam Input (Steam Controller) or XInput?
Do you have any software running which might be remapping controller inputs to keys (e.g., DS4Windows)?
DPYes only toggles the menu on WM_KEYDOWN + VK_F5
(F5) or WM_KEYDOWN + VK_OEM_3
(grave/tilde) with the option for it enabled.
Your link is broken.
I got my own monster totem list. Kortique’s list is base on totem type. Mine is base on spawn group. Basically in each group, only 1 totem is spawn each session, so if you find the totem, skip all other location of the same group. There are total 59 group, but 4 group is in non-teleportable dungeon (Steps of Torment, Bastion of Chaos, Ancient Grove, Port Valbury), so total of 55 farmable totems.
totem.txt (14.2 KB)
New link is added
To be more specific, this is what happens when i press X on controller
As you can see this window show up and the other dmg window is selected and when I move my character the window float through screen xD
Also, i’m using a Vader 3 pad with Xinput, but, tested with official support from steam/crate and the samething happens.
Thank you for the Mod, it’s most welcome.
I have one small problem that, even though you probably won’t support Linux, I though I’d report anyway.
Everything seems to work as it should, however, I can only add one entry to the teleport list through the UI. After the first entry it won’t allow another to be added. I’ve tried this from several non-restricted locations. I can however add additional entries directly to the GrimInternals_TeleportList.txt
list and they work as expected.
I’m using the GOG version launched through Heroic Launcher. I can also launch the game via Steam with the same result. I’ve checked the permissions on the file and I do have ownership.
If you have any thoughts I’d appreciate hearing them but as I said, it’s on Linux so no problem if not.
Thanks again.
Hmm, that’s ImGui’s window switcher (ctrl+tab on keyboard).
Does 11d fix this issue?
Gamepad navigation for ImGui is now explicitly disabled.
Toggling off the following option should have the same effect:
Debug → Show Dear ImGui Demo → Configuration → Configuration → General → NavEnableGamepad
Are additional entries being added to the file but not being displayed in the list in DPYes? Not being added at all? Or?
11d now uses \r\n
, previously just \n
, line endings for new entries.
I don’t really expect this to change anything, but perhaps Wine/Proton was doing something weird trying to be helpful wrt line endings?
Entries added via the UI are not being added at all after the first. Once the initial GrimInternals_TeleportList.txt
file is created by the first added entry, the file Modified/Accessed times don’t change at all, regardless of what I do in the UI (Add/reload).
This should be fixed in 11e.
I was able to reproduce the problem with a small program in Wine.
It seems Wine doesn’t like it if you switch between reading and writing on a single file handle without an explicit seek between
For context, DPYes checks whether the teleport list actually ends in a newline character and adds one if it’s missing before adding a new entry.
seek(-1, end)
read(1)
# logic
seek(0, end) # the fix
write("new entry")
That fixed it. Thank you so much for doing this, it’s really much appreciated.
Alpha version adding modded crucible, Steam only for the alpha version
I can’t stress this enough, backup your saves just in case.
I’ve only tested this with grimarillion.
Oh snap! /10char
Я бы хотел при создании своего телепортра, перемещать его в меню!!! Я не хочу заходить в Параметры Конфигурации и там его перемещать. Как это сделать??? Спасибо
Cool! What does this new update do?
It allows you to play Crucible in a (custom) modded game.