Page 66 of 69

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 1:28 am
by aSwedishMagyar
Are you using steam version or epic games? I am using steam version and say so in the scripts.

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 1:31 am
by Devilswarchild
aSwedishMagyar wrote:
Thu Aug 13, 2020 1:28 am
Are you using steam version or epic games? I am using steam version and say so in the scripts.
steam. I will never use epic

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 1:32 am
by aSwedishMagyar
Interesting, because I literally downloaded borderlands 3 yesterday and started making these scripts. Are you on the latest version? Also the money script won't update until you pick up money or buy something.

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 5:16 pm
by Devilswarchild
and i bought mine the day before yesterday. I have tried activating them slowly, ive tried activating them quickly but no matter what I do the table/s always end up making the game throw an unhandled exception.

i'll take a screenshot of the error when it happens again

update: here is the error

Image

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:01 pm
by aSwedishMagyar
Add these underneath the last label definition and see if it helps.

Code: Select all

label(continueChecks)
label(ammoChecks)
label(infStuffCode)
I forgot to add them in that table and didn't realize I had modified it in a later one. My guess is that it does not know where to jump and screws up memory when it jumps to the wrong point.

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:02 pm
by Devilswarchild
aSwedishMagyar wrote:
Thu Aug 13, 2020 9:01 pm
Add these underneath the last label definition and see if it helps.

Code: Select all

label(continueChecks)
label(ammoChecks)
label(infStuffCode)
I forgot to add them in that table and didn't realize I had modified it in a later one. My guess is that it does not know where to jump and screws up memory when it jumps to the wrong point.
uhhhhh how exactly?

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:04 pm
by aSwedishMagyar
Right click on the script and click change script, you've been on here since 2017 you should be familiar with how to modify scripts.

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:09 pm
by Devilswarchild
aSwedishMagyar wrote:
Thu Aug 13, 2020 9:04 pm
Right click on the script and click change script, you've been on here since 2017 you should be familiar with how to modify scripts.
honestly, Ive been here only to acquire tables and bug report them. I havent actually tried to make a full fledged table for myself.


does this look right?

Image

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:12 pm
by aSwedishMagyar
No it needs to be under the [Enable] section. Like I said, after the last "label" definition.

+And not in the currency script. That one should not have any problems with label definitions.

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:14 pm
by Devilswarchild
aSwedishMagyar wrote:
Thu Aug 13, 2020 9:12 pm
No it needs to be under the [Enable] section. Like I said, after the last "label" definition.

+And not in the currency script. That one should not have any problems with label definitions.
check it again cause i changed the image

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:16 pm
by aSwedishMagyar
"And not in the currency script"

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:16 pm
by Devilswarchild
Devilswarchild wrote:
Thu Aug 13, 2020 9:14 pm
aSwedishMagyar wrote:
Thu Aug 13, 2020 9:12 pm
No it needs to be under the [Enable] section. Like I said, after the last "label" definition.

+And not in the currency script. That one should not have any problems with label definitions.
check it again cause i changed the image
ok so which script does it go in?

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:18 pm
by aSwedishMagyar
The script that we are talking about, Get Player Pointers. In what other script do you see those labels?

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:20 pm
by Devilswarchild
aSwedishMagyar wrote:
Thu Aug 13, 2020 9:18 pm
The script that we are talking about, Get Player Pointers. In what other script do you see those labels?
idk man, thats why I asked. im a total "noob" when it comes to this "making tables" stuff


also want to point out that error code i posted was right after I tried just the currency pointers by themselves while browsing marcus's upgrades

Re: Borderlands 3 +30

Posted: Thu Aug 13, 2020 9:23 pm
by Devilswarchild
just tried the table again using only the currency pointers went to open a locker and got the same type of error but different addresses

Image