Borderlands GOTY Enhanced

Borderlands GOTY Enhanced

Ver estadísticas:
Any Way To Fly/Noclip?
I'm curious to know if there's any sort of mods or cheat tables for this game that allows flying/noclip, and possibly godmode.

I like to take screenshots of various places in games (I'm a weirdo, I know.) and the best way to do that is to get some shots from a certain area, or from the air. And it's quicker. I want to know if there's a way I can fly, and godmode. And if possible, change time of day and pause time. I wouldn't mind free camera mode if that exists and isn't glitchy.
< >
Mostrando 31-45 de 46 comentarios
Publicado originalmente por Zach:
Publicado originalmente por Asriel:

This is the best table I've seen so far.

This is organised well. This table has everything.

Sadly run speed didn't work. Walk speed did work. Nevermind, Run speed worked but only after restarting the game and using the same addresses.

Gravity is completly bugged. If you set the value above 0, it will always make you fly upwards, until you figure out the meaning of life. Or set the value of gravity to 0 or lower.

Other than that, everything I used seems to work well. Timescale is confusing though. I'm not 100% sure what this changes. If it's time of day cycle, then it works perfectly. No Target works good. Game sped works perfectly. Godmode works. I'm impressed.

I really hope there's a way to fly at some point. Or maybe there's a way to mod the game so you can use key binds to set the gravity and set the speed in the air. I can see it being possible combining a few values to work with each other. But it would require finding out how to move more sharply in the air.
That is the correct use of gravity it affects your player negative values prevent you from flying and positive values you float up forever. Yes the run speed is awkward maybe needs a new pointer.

The timescale is the time of day it counts from 0.1 to 99 and restarts. you can freeze it if you want to have a permant day cycle ie., night or sunset or day.

I mean I could spend the time writing a noclip script since I do already have the xyz coords and their vectors plus the collision flag. But i'm not too good with assembly plus noclip scripts are a pain to write. Requires messing with XMM registers which are ugly.

If you see player physics you can set that to what I have pre-selected (t-pose + fly). The flying is only one direction but you can combine it with the no collision flag. Maybe jump high then set this. It's messy workaround but it's better than me writing up scripts.

Or alternatively if the dumb dbm_toggleghost worked for me i'd stick that in the table but even as a keybind it wouldn't work.




Also I setup a Github for the table so I can freely add fixes to it without having to constantly upload one to mega.

https://github.com/dumbusernameidk/BorderlandsGOTY-Cheat-Table
No problem.

And thanks so much!
It may come in useful for other players. I've got what I needed from the cheat table. You can see the results in some screenshots I posted here:
https://www.deviantart.com/eeveeone/gallery/69014517/Borderlands-GOTY-Enhanced

I used Jump Height, and Low Gravity to get some air. And walk speed to get around the place. Game speed came in useful for rotating the time of day.
Zach 12 ABR 2019 a las 10:46 
Glad I could help the table is still there if you want it for general play.
Marweinicus 18 ABR 2019 a las 15:10 
Publicado originalmente por Asriel:
OH WAIT. That command from earlier works, but only as a binding, as does Togglehud. I didn't realize Ghost meant enemies ignore you. That's neat

How did you get the keybinds to work? How do I set it up? I've enabled console but like you before, nothing works. It just says the commands in chat.
Joey Stick 18 ABR 2019 a las 16:59 
Publicado originalmente por Marweinicus:
Publicado originalmente por Asriel:
OH WAIT. That command from earlier works, but only as a binding, as does Togglehud. I didn't realize Ghost meant enemies ignore you. That's neat

How did you get the keybinds to work? How do I set it up? I've enabled console but like you before, nothing works. It just says the commands in chat.

Check this guide, including the comment section. Only the commands mentioned there work. dbm_toggleghost does not.
Cheat Engine has scripts for this game that will allow you to noclip. And no, you won't get banned for using it. Just be mindful if you are going to play with others, turn off Cheat Engine if you're doing so.

Google is your friend.
Última edición por Astro_80 (WASH YOUR HANDS!); 18 ABR 2019 a las 22:33
Marweinicus 20 ABR 2019 a las 10:00 
Publicado originalmente por sobriquet.here:
Publicado originalmente por Marweinicus:

How did you get the keybinds to work? How do I set it up? I've enabled console but like you before, nothing works. It just says the commands in chat.

Check this guide, including the comment section. Only the commands mentioned there work. dbm_toggleghost does not.

I read it all. Just typing stuff into console does not work. So instead you have to create keybindings. My question is, how do you make those keybindings? I feel stupid for asking this cuz I just don't get it what I have to be doing :|
Joey Stick 20 ABR 2019 a las 11:41 
Sorry. The link to the guide didn't work somehow.

Try this

Go to

C:

\Users

\''username''

\Documents

\My Games

\Borderlands Game of the Year

\WillowGame

\Config



You will find willowinput.ini

Right click it and open it in WordPad

Find the  [IniVersion] tag and just before that paste this:

Bindings=(Name="F1",Command="togglehud")
Bindings=(Name="F2",Command="notarget")
Bindings=(Name="F4",Command="FOV 70",Control=False,Shift=False,Alt=False)
Bindings=(Name="F5",Command="FOV 80",Control=False,Shift=False,Alt=False)
Bindings=(Name="F6",Command="FOV 85",Control=False,Shift=False,Alt=False)
Bindings=(Name="F7",Command="FOV 90",Control=False,Shift=False,Alt=False)
Bindings=(Name="F8",Command="FOV 100",Control=False,Shift=False,Alt=False)


Save and try it

Good luck
Marweinicus 20 ABR 2019 a las 12:51 
I added those lines in, right below these lines:

[Editor.EditorViewportInput]
Bindings=(Command="CYCLEPERSPECTIVE FORWARD",Name=Tab)
Bindings=(Command="CYCLEPERSPECTIVE BACKWARD",Name=Tab,Shift=True)

Nothing worked. Tried to map the keys differently aswell.

Am I doing something wrong?

Appreciate your patience though :)
Joey Stick 20 ABR 2019 a las 12:56 
Not at the PC right now, but I promise I'll clarify later on. Check back
Joey Stick 20 ABR 2019 a las 18:02 
Ok, checked my willowinput.ini

After this binding
Bindings=(Name="F",Command="advancedbutton bContextUse",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

comes

[IniVersion]

So between the two of them, paste this. They should end up right after the "F" binding and the [iniversion] tag

Bindings=(Name="F1",Command="togglehud",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="F2",Command="notarget",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="F3",Command="FOV 40",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="F4",Command="FOV 60",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="F5",Command="FOV 70",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="F6",Command="FOV 80",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="F7",Command="FOV 90",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="F8",Command="FOV 100",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="RightMouseButton",Command="advancedbutton bJump | LockVehicle",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False) Bindings=(Name="MouseScrollUp",Command="advancedbutton bAdvancedButtonAux8",Control=False,Shift=False,Alt=False,LeftTrigger=False,RightTrigger=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

Good luck
Última edición por Joey Stick; 20 ABR 2019 a las 18:03
Zach 20 ABR 2019 a las 20:43 
Maybe I should add more stuff to my ce table. Most of the console commands are straight addresses and some could be written with scripts. I just don't have the current knowledge to do Noclip since i'm no good with SSE instructions.
Joey Stick 20 ABR 2019 a las 21:49 
By all means I don't intend to burden you with something you may not really be interested in investin your time in. I value people with the knowledge and skill to produce these tools.
But here's an article that may help you with the freecamera elements for you table.
I went through it once and was doing fine until the scripting part. Althoug pinpointing the xyz coordinates values was relatively easy, I know zero about scripting. So I abandoned the idea.
Good luck.

https://weblogs.asp.net/fbouma/let-s-add-a-photo-mode-to-wolfenstein-ii-the-new-colossus-pc
ZarahNeander 21 ABR 2019 a las 1:44 
Publicado originalmente por Zach:
Glad I could help the table is still there if you want it for general play.

Outstanding! I dont care about god mode and what not, but to quote Mordi: "I hate jumping puzzles". "Jump height" takes nicely care of that.

Thanks alot
Marweinicus 21 ABR 2019 a las 5:04 
EDIT: Don't mind me... I'm a ♥♥♥♥♥♥. Trying again.

Okay, I finally sorted it, thanks a lot buddy! :)
Última edición por Marweinicus; 21 ABR 2019 a las 5:14
Sfogatto 22 AGO 2024 a las 12:19 
2024. The cheat table is gorgeus. Helped me fixing the glitch of general knoxx armory.
Thanks a lot for sharing it trough github
< >
Mostrando 31-45 de 46 comentarios
Por página: 1530 50

Publicado el: 9 ABR 2019 a las 3:33
Mensajes: 46