Mech Builds/tools

Discuss any Battletech or Mechwarrior games/mods.

Moderator: RLG MGMT Team

Post Reply
VEGETA
Posts: 2591
Joined: 13 Mar 2002, 15:00
Location: Brampton, Ontario, Canada Eh

Mech Builds/tools

Post by VEGETA »

Build Sites
Looking for builds. Some people have posted in the MWO forums but there is now a site for them.
http://www.mechspecs.com/forum.php

Mech Build Tools
there is also 2 separate tools for making mechs up out of the game. One is a excel spreadsheet and the other actual application
http://mwomercs.com/forums/topic/65879- ... dated-118/
http://mwomercs.com/forums/topic/65779- ... y-program/

Web Based Mech Build Tools
http://mwo.smurfy-net.de/mechlab


Mechwarrior stats side
http://mwo.smurfy-net.de/
all the numberwork for battletech. Great little gem

Heat Simulator
Mech heat lab. Basically you can check out your heat curve. Interesting.
http://mwomercs.com/forums/topic/73046- ... tlab-beta/

Manual
Unofficial MWO Field Manual
http://mwomercs.com/forums/topic/67854- ... ld-manual/
Last edited by VEGETA on 03 Jan 2013, 15:45, edited 4 times in total.
Hammer
Posts: 5221
Joined: 11 May 2005, 14:50

Re: Mech Builds/tools

Post by Hammer »

i have been using the spreadhseets by Ohmwrecker and the MechBay/Mechlab java apps.

http://mwomercs.com/forums/topic/27065- ... el-inside/
Helmut
VEGETA
Posts: 2591
Joined: 13 Mar 2002, 15:00
Location: Brampton, Ontario, Canada Eh

Re: Mech Builds/tools

Post by VEGETA »

might be another stickey as I can keep the current tools listed here. Found a heat simulator tool as well.
VEGETA
Posts: 2591
Joined: 13 Mar 2002, 15:00
Location: Brampton, Ontario, Canada Eh

Re: Mech Builds/tools

Post by VEGETA »

posted a unofficial manual. Some have been frustrated with lack of training/reading material. hope this helps. I will keep updating this thread with usefull stuff.
Slayer
Posts: 98
Joined: 03 Nov 2012, 16:36
Location: Pennsylvania

Re: Mech Builds/tools

Post by Slayer »

For those of you using TAG and don't have a programmable stick/mouse/keyboard. Here is an AutoHotKey script which sets F1 to turn on tag and F2 to turn off. Just download/install AHK and run the script before dropping. Just remember to turn it off if you want to chat as it will spam the four key .... oh ya, it's setup to use your group four for your TAG. Just change the four to w/e if you use a different group for your TAG. This was robbed and modified from MWO forums. I was trying to get a single key toggle, but my AHK skills are weak. :(

Code: Select all

#InstallKeybdHook

#IfWinActive MechWarrior Online

SetKeyDelay 5, 5

F1::
Loop
{
SetKeyDelay 0, 100
Send {4}
GetKeyState, state, F2
if state = D
break
}
return
Shawn AKA Slayer AKA Aeross
Windows 7 Ultimate 64bit | MEM 2 x G.Skill F3-1600C9-8GXM | CPU AMD Phenom™ II X4 955 Deneb (3.2g Stock) | Video AMD Radeon HD 7700 Series | 1024 MB | Rating: 5.9
Hammer
Posts: 5221
Joined: 11 May 2005, 14:50

Re: Mech Builds/tools

Post by Hammer »

new tool i ran into tonight:

http://mechromancer.wordoflowtax.com/

i built and saved this HB and exported with a forum export that you just paste into the forums (you have to remove the "" from the first url tag):

HBK-4G - One

pretty nice looking tool.
Helmut
Post Reply