Page 7 of 8

Re: BattleTech v5.6.5 GOG/v1.8.0 Steam (GM and More) 2019-Nov-21

Posted: Thu Jan 23, 2020 7:53 am
by Toleot
It's running fine for me, running steam version 1.8.1. unmodded. If you install large mods such as Battletech Extended 3025, this table won't work. I hope somebody kind enough to make this table for Battletech Extended 3025 mod.

Re: BattleTech v5.6.5 GOG/v1.8.0 Steam (GM and More) 2019-Nov-21

Posted: Fri Jan 31, 2020 2:16 am
by pheonixstorm
muffinsmash wrote:
Fri Dec 27, 2019 7:00 am
Failure injecting the MonoDatacollector dll
This is the same error I am getting trying to run the table.

For those who are able to use the table please explain when you are able to successfully get the table to run. At main menu etc.

Re: BattleTech v5.6.5 GOG/v1.8.0 Steam (GM and More) 2019-Nov-21

Posted: Sun Feb 02, 2020 2:55 am
by pheonixstorm
I dug deeper into this (not the top search result) and this post fixed the mono dll issue for me. [Link]

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Sat Feb 22, 2020 12:44 am
by Recifense
Hi guys,

A table was added for version 1.9.0 at the first post.

Cheers!

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Fri Feb 28, 2020 6:33 am
by PantherX82
Has anyone figured out how to manage the reputation? I wana get my mercs rep out of the gutter just cause we help Local government as the other ppl won't give me jobs.

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Sat Feb 29, 2020 3:15 am
by Toleot
PantherX82 wrote:
Fri Feb 28, 2020 6:33 am
Has anyone figured out how to manage the reputation? I wana get my mercs rep out of the gutter just cause we help Local government as the other ppl won't give me jobs.
I'm guessing you are just starting campaign, that's the way it is. Just continue playing every mission you can get without traveling too much. You'll get contacted by an important potential client after a couple of missions. It's just a part of the story.

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Sat Feb 29, 2020 6:15 pm
by PantherX82
Toleot wrote:
Sat Feb 29, 2020 3:15 am
PantherX82 wrote:
Fri Feb 28, 2020 6:33 am
Has anyone figured out how to manage the reputation? I wana get my mercs rep out of the gutter just cause we help Local government as the other ppl won't give me jobs.
I'm guessing you are just starting campaign, that's the way it is. Just continue playing every mission you can get without traveling too much. You'll get contacted by an important potential client after a couple of missions. It's just a part of the story.
thanks. hopefully I can get somewhere. clan hate is real.

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Tue Apr 21, 2020 2:25 pm
by 01181
Someone working with RogueTech?

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Fri May 15, 2020 4:34 pm
by cbtendo
01181 wrote:
Tue Apr 21, 2020 2:25 pm
Someone working with RogueTech?
I play roguetech in 1.9.1 and the 1.9.0 table works for me.
god mode, mech always cool and no stab (mostly) works fine. you just need to disable (by commenting) or delete the part of the table that is used to check game version

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Fri May 15, 2020 6:26 pm
by Hylician Legend
cbtendo wrote:
Fri May 15, 2020 4:34 pm
01181 wrote:
Tue Apr 21, 2020 2:25 pm
Someone working with RogueTech?
I play roguetech in 1.9.1 and the 1.9.0 table works for me.
god mode, mech always cool and no stab (mostly) works fine. you just need to disable (by commenting) or delete the part of the table that is used to check game version
How do you do that, if you don't mind me asking?

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Sat May 16, 2020 6:13 am
by cbtendo
Solid Wolf wrote:
Fri May 15, 2020 6:26 pm
cbtendo wrote:
Fri May 15, 2020 4:34 pm
01181 wrote:
Tue Apr 21, 2020 2:25 pm
Someone working with RogueTech?
I play roguetech in 1.9.1 and the 1.9.0 table works for me.
god mode, mech always cool and no stab (mostly) works fine. you just need to disable (by commenting) or delete the part of the table that is used to check game version
How do you do that, if you don't mind me asking?
open the table in notepad or other text editor (i recommend notepad++), look for

Code: Select all

//=========================================
// Check if script is compatible to this game version
// If false the script will not be loaded
and add // before every assert so it look like this

Code: Select all

//=========================================
// Check if script is compatible to this game version
// If false the script will not be loaded

//assert(MOAD,55 48 8b ec 48 81 ec 30 02 00 00 48 89 75 f0)
//assert(MOSD,55 48 8b ec 48 81 ec 90 08 00 00 48 89 5d c8)
//assert(MOHD,55 48 8b ec 48 81 ec 50 07 00 00 48 89 7d d8)
//assert(MOSM,48 89 4d f8 48 8b c1 48 8b 40 58 48 8b c8)
//assert(MOMH,55 48 8b ec 48 83 ec 30 48 89 75 f8 48 8b f1)
//assert(MOMI,55 48 8b ec 48 83 ec 70 48 89 7d f8 48 8b f9)
//assert(MMHX,55 48 8b ec 48 83 ec 30 48 89 4d f8)
//assert(MOPF,55 48 8b ec 48 83 ec 70 4c 89 6d e8)
//assert(MOPX,55 48 8b ec 48 83 ec 70 48 89 75 e0)
//assert(MOAB,55 48 8b ec 48 81 ec e0 06 00 00 48 89 75 e0)
//assert(MOVA,55 48 8b ec 48 81 ec 30 02 00 00 48 89 75 f0)
//assert(MOVS,55 48 8b ec 48 81 ec 80 03 00 00 48 89 5d d0)
//assert(MOTA,55 48 8b ec 48 81 ec 20 02 00 00 48 89 7d f8)
//assert(MOTS,55 48 8b ec 48 81 ec 80 03 00 00 48 89 5d d0)

//=========================================
alloc(MyCode,4096,$process)
//=========================================
and you're done.
alternatively, just delete all of the assert above

BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Thu May 28, 2020 10:19 am
by Lodric Planetesimal
Hello Everyone.



Future pro Cheater here :)).



So I've been using the software like a pro normie but I have an issue when I try to load the cheat engine I get the error that the asserts don't like the game aka Error in all the assert lines.



I had removed the assert lines however the game crashed shortly thereafter. I've attached the error log from the game.

I'm using Cheat Engine v7.1 and the game is 1.6.0-539R.



Anything i should try ?.

[automerge]1590661702[/automerge]

error log

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Sat Mar 13, 2021 12:48 pm
by Craigerz26
Anyone know if this still works with current Roguetech? I know they added vehicles recently and trainers that I have used for infinite health have caused the game to crash.

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Fri Mar 26, 2021 7:30 pm
by yenhawk
Craigerz26 wrote:
Sat Mar 13, 2021 12:48 pm
Anyone know if this still works with current Roguetech? I know they added vehicles recently and trainers that I have used for infinite health have caused the game to crash.
most of the code's still work on 1.91
only the moral and resolve has failed

Re: BattleTech v5.6.5 GOG/v1.9.0 Steam (GM and More) 2019-Feb-21

Posted: Sun Apr 04, 2021 9:38 am
by Craigerz26
yenhawk wrote:
Fri Mar 26, 2021 7:30 pm
Craigerz26 wrote:
Sat Mar 13, 2021 12:48 pm
Anyone know if this still works with current Roguetech? I know they added vehicles recently and trainers that I have used for infinite health have caused the game to crash.
most of the code's still work on 1.91
only the moral and resolve has failed
Tried it just there and God mode which is all I'm really looking works for mechs but doesn't seem to work for playable vehicles added in Roguetech, and I'm not all that great at cheat engine to be able to manually make my vehicles invincible.