Jump to content

Lazy_666

Members
  • Posts

    3
  • Joined

  • Last visited

Personal Information

Lazy_666's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I would love feedback. in case your mouse scroll cannot left-right click some of the functionality will be lost.
  2. Unless you have the CD in the drive. I used CD image to play the game. Deleting the files did not help. However, deleting the files from the CD image (using ISO editor) and game directory solved the problem.
  3. Hey guys, here is small tool I created, so the game is more playable. The source code is listed below, you can make your own exe using autohotkey. (if you suspect foul play from my exe) http://lazy666.com/share/swr.exe The exe file must be in the game dir. Scroll up/down increase/decrease the game speed. Middle click is equal to default mission. In Windows 7: middle button right: Speeds the game to max / Decrease the speed to min (if no effect try again) middle button left: select char and open mission window The script gives about 10 seconds for the game to run, if the game runs slower, just exit and run it again or increase sleep from 10000 to something more usable. The script works only if the game is on top. I hope you find it useful. Run REBEXE.EXE Sleep 10000 Loop { IfWinNotExist ahk_class STARWARS_REBELLION ExitApp Sleep 1000 } #IfWinActive ahk_class STARWARS_REBELLION ~WheelDown::Send !- return ~WheelUp::Send != return ~MButton:: { MouseClick Send !m{enter} MouseClick Send {enter} } return ~WheelRight:: { MouseClick Send !m } return ~WheelLeft:: { If z { Send != Sleep 110 Send != Sleep 110 Send != Sleep 110 Send != Sleep 110 Send != Sleep 110 Send != Sleep 110 } If !z { Send !- Sleep 110 Send !- Sleep 110 Send !- Sleep 110 Send !- Sleep 110 Send !- Sleep 110 Send !- Sleep 110 } z:=!z } return #IfWinActive ; ahk_class STARWARS_REBELLION

Copyright (c) 1999-2022 by SWRebellion Community - All logos and trademarks in this site are property of their respective owner. The comments are property of their posters. Star Wars(TM) is a registered trademark of LucasFilm, Ltd. We are not affiliated with LucasFilm or Walt Disney. This is a fan site and online gaming community (non-profit). Powered by Invision Community

×
×
  • Create New...