Grim_Wizard Posted March 16, 2010 Report Share Posted March 16, 2010 We all know this problem right? You put too many commands on an action bar and the game crashes.One of my side projects is figuring this out.So the game has a preset list of the maximum commands right?Well if you put to many the game doesn't load properly and the game crashes. However there is a way around it....I'm working on a patch that will load the commands once the game starts. This way it will "write" over the original hardcode with a third party. It should work but can anyone tell me if it's illegal? Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted March 16, 2010 Report Share Posted March 16, 2010 If it is a patch for the original game, you might need to get permission from the game creators. I'm not completely sure though. Quote Link to comment Share on other sites More sharing options...
Grim_Wizard Posted March 16, 2010 Author Report Share Posted March 16, 2010 It will probly. be private. IDK if that helps or not. Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted March 16, 2010 Report Share Posted March 16, 2010 It will probly. be private. IDK if that helps or not.If it's private then it is probably fine.You will probab;y need permission of you decide you want to release it though. Quote Link to comment Share on other sites More sharing options...
Ami89E1234 Posted March 17, 2010 Report Share Posted March 17, 2010 Um is it also possible to have commands that open up up a second "set" of commands on the bar? Quote Link to comment Share on other sites More sharing options...
Grim_Wizard Posted March 17, 2010 Author Report Share Posted March 17, 2010 Yes but it still has the same effect.Here's what my patch does.It spawns a new dummy and has the commands loaded on for every other unit. Then you take off a command and replace it with "Gotomore" this opens up the dummy command list but still gives control to the unit.It has to be loaded into the game to work. Quote Link to comment Share on other sites More sharing options...