The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

GoodTrip[Repentance/AB+]
Коментарів: 563
Sunnae9 1 лип. о 12:45 
any ways to change the keybind? overlaps with EID
norwoodl 28 черв. о 6:42 
我怎么用不了了
мард 26 черв. о 13:30 
yeah its work on rep+
SaintTrish 26 трав. о 20:10 
@SecretiveGhost maybe read the descriptions of the mods you decide to use... It explains here that you're able to disable it
SecretiveGhost 22 трав. о 11:54 
can i use the regular game map to teleport that little map gets so annoying to use
BuzzDee 13 трав. о 6:49 
teleported into a room that was cleared to run into spikes and died
10/10
razer 7 трав. о 20:22 
it does work with rep+
adam 4 трав. о 2:55 
uh is this compatable with rep+
萌新 12 квіт. о 3:07 
very useful:steamthumbsup:
kanar 8 квіт. о 6:41 
Hello everyone, can you help me what to do if the cursor does not move on the minimap, I play on the keyboard
Dr3amDin0 3 квіт. о 2:26 
@The Real Susie Deltarune if you know how to change the Code you can go under the Mod Folder isaac_folder/mods/goodtrip/scripts/gtrep.lua

Search with Ctrl+F for "Mom"

if crd.Data.Name == "Mom" then

Edit the Mom portion with whatever you want

if crd.Data.Name == "i_want_to_teleport" then

Save with Ctrl+S

Start Isaac and you can Teleport out of the Mom Boss Room


Its not clean and just a hacky workaround but worked for me
Susie Deltarune (Real) 27 берез. о 5:35 
for the love of god please make it so we can teleport out of the mom boss room
Niko 27 лют. о 9:03 
May I ask how to shrink this cursor?
slime_enthusiast369 22 лют. о 5:57 
does this work in rep+?
Ochinchin Dekai ツ 15 лют. о 17:01 
How do i move the box around? I am on mouse and keyboard but my mouse doesnt move anything
kidjukebox 11 лют. о 13:05 
no im not using this its cheating gets rid of the fun no offense
Norsu 10 лют. о 13:42 
so dookie bro its glitchy asf and if u press tab+F it fucking restarts ur run its so fucking ass u dont know how many runs i lost to that fucking ass feature i hate this fucking shit
joefaxx 7 лют. о 16:18 
it'd be cool if it wasn't so finicky with switching between using the keyboard or using the mouse, primarily i'd like to use the keyboard but in a 40 minute run when trying to teleport with the keyboard it wasn't working and i ended up dying because of the regenerating red shit and trying to teleport with the mouse. Please make switching between mouse or keyboard easier so this doesn't happen again
Fishman 30 січ. о 23:02 
We need an update for this mod!!!
Lilert 21 січ. о 19:56 
Im grtting the curse of the unknown glitch too
MunkySnuflz 18 січ. о 14:01 
Another one here to say that this mod makes isaac playable, but I randomly get curse of the unknown from this, which is annoying
VoodooCat 11 січ. о 13:09 
can this be used with rep+?
kiba 5 січ. о 19:58 
Boss Rush cheat.
3240580942 31 груд. 2024 о 2:16 
有时候添加血量未知诅咒的bug
DogeTOM 27 груд. 2024 о 11:23 
Cayne 24 груд. 2024 о 20:16 
Yeah ive also had the Curse Of The Unknown bug happening
AlfoX 22 груд. 2024 о 13:13 
I can't see any icon from any room.
I've already disabled every other mod to see if they were interfering but nothing.
Does anyone have a solution?
k0309433 20 груд. 2024 о 17:43 
A quick restart is triggered by pressing Tab and F together. Please change the shortcut to R as soon as possible.
Bwabee 19 груд. 2024 о 15:33 
Adding onto kirby1g's statement, I also get curse of the unknown when teleporting!
hhhkkt 18 груд. 2024 о 23:07 
混乱诅咒有时可以gt但会把混乱变为隐藏血量的诅咒
kirby1g 18 груд. 2024 о 15:45 
i think there's a bug currently when using the mod it just randomly gives you curse of the unknown for the whole floor. it has happened to me a lot of times since I've changed to rep+. pretty strange imo, idk what curse of the unknown has to do with this mod.
Thick_Neck 16 груд. 2024 о 4:24 
Randomly it wont let me teleport any more :(
ゼンマス 14 груд. 2024 о 8:27 
how move map?
Defoe 11 груд. 2024 о 13:39 
Does the mod still work with Repentance+ ?
shinkudaisuki 9 груд. 2024 о 22:03 
@fods The default position for the minimap could only be modified in the file mods/goodtrip_1630477831scripts/gtrep.lua (or gtab+.lua if you're using a ab+ version). In line 52 (or line 49 for gtab+.lua), the variable mmp_ltpos represents the position of the top left corner of the minimap. For now its value is Vector(100, 100), meaning the top left corner of the minimap is 100px away from the top left corner of the screen. You may try change it to Vector(200, 100). This will move the minimap right by 100px, which won't overlap EID.
shinkudaisuki 9 груд. 2024 о 7:58 
地图变黑且无法使用鼠标传送的解决方案 Fix for minimap becoming black and unable to teleport using mouse

解决方案:
1.打开mod文件:在Steam库中右键The Binding of Isaac: Rebirth - 管理 - 浏览本地文件,用记事本(或者其他文本编辑器)打开mods/goodtrip_1630477831/main.lua
2.替换文件内容为:
if REPENTANCE or REPENTANCE_PLUS then
require("scripts.gtrep")
else
require("scripts.gtab+")
end
3.按Ctrl+S保存修改

Fix:
1.Open mod file: In Steam, right click 'The Binding of Isaac: Rebirth'. Manage > Browse local files. Open mods/goodtrip_1630477831/main.lua with your text editor such as notepad.
2.Replace the content with following:
if REPENTANCE or REPENTANCE_PLUS then
require("scripts.gtrep")
else
require("scripts.gtab+")
end
3.Press Ctrl+S to save the change.
fods 9 груд. 2024 о 4:59 
Is there a way to set the default position for the minimap? I'm using EID and the map overlaps it. I can change the position when I start the game, but it resets on every restart
传送地图是黑的了,键盘移动小地图有个高亮的框,但是不能传送,现在地图上图形都没了,只有一个小地图的框架里面是空的
Ice pea shooter 6 груд. 2024 о 0:52 
忏悔+的bug:只要地图上出现红隐藏或者星象房(目前测出来的),goodtrip的小地图就会部分变成黑色,并且选择传送的光标不可见,鼠标传送完全不可用。但是测试发现此时传送光标只是看不见但仍然可以用键盘控制并且传送。另外前两天还遇到在某几次传送后会添加一个莫名其妙的血量诅咒(curse of unknown)。希望作者可以修复
Kars' dog 5 груд. 2024 о 12:51 
Why is it that sometimes when I open a map I don't use the teleport but keep firing tears or switching equipment bars?
Ctulhu_Lord 4 груд. 2024 о 22:14 
с другими модами всегда выдаёт ошибку minimapAPI пришлось удалить - надпись на пол экрана очень мешает играть
Fumchik 3 груд. 2024 о 5:50 
ебаная хуйня рестартнула мне забег, пошёл в пизду
mendigo sem teto 28 листоп. 2024 о 14:07 
wedqwdqdw:Anyippie:
21 27 листоп. 2024 о 18:30 
手柄经常失效哎
WACO 25 листоп. 2024 о 1:37 
忏悔+的快速重开变成了TAB + F,有人知道怎么修改吗
民间驱魔师 24 листоп. 2024 о 21:42 
忏悔+没办法Tab R重开了怎么设置啊
Esto 20 листоп. 2024 о 7:04 
Plz update for repentance +
SummerNight 18 листоп. 2024 о 21:40 
有没有办法绕过联机模式mod的封锁,以前eid可以通过再main.lua读取mod的方法绕过mod检测
SDS0Gluttony 10 листоп. 2024 о 19:31 
失效了可以试试把鼠标从游戏窗口移开