Jump to content

Arber

Members
  • Posts

    147
  • Joined

Everything posted by Arber

  1. <p>Just a quick update guys... I am working on making mousewheel scrolling work with the coloured list boxes. I have them working on the your roster screen currently, and I will make two versions of the script (one with and one without this code). But at the moment it appears to be working as intended.</p><p> </p><p> Expect some sort of code update later today, anyway.</p>
  2. I'll see what I can do in regards to that, but won't make any promises. I have added some of the previous suggestions and also binded the 1-9 keys in the Creative Meeting: 1 = Franchise Players 2 = Next Big Things 3 = Hot Prospects 4 = Talk The Talk 5 = Show Stoppers 6 = Ring Generals 7 = Who's Hot 8 = Who's Not 9 = Hidden Gems A lot of what I can and cannot do is restricted to things like shared window titles but I will consider almost all suggestions so keep throwing them at me.
  3. Excellent! Just what I was hoping for, some great suggestions. These will be added in the next update. EDIT: I'm writing these now, but I'll have to map them to CTRL+R, CTRL+C, and so on. This is because the AutoHotKey script won't be able to differentiate between windows in TEW so would render those keys useless in search boxes, etc.
  4. Ok, in the first page I have now added a .zip file with an already compiled AutoHotKey script (so no need to download AHK yourself) and a TEW2020.bat file which will launch both the game and the AHK file at the same time (just make sure you set the file locations correctly in the .bat file). It now couldn't be easier to use this! Enjoy!
  5. Unfortunately it'll be every time. I'll look at writing a batch file to launch them together, shouldn't be hard.
  6. 1. Download and install the AutoHotKey software, linked in the first page. 2. Open notepad and copy and paste the text in the code box into it. 3. Save it as 'TEW2020.ahk'. If it saves it as 'TEW2020.ahk.txt' then remove that last part - the extension must be .ahk. 4. Right click on the TEW2020.ahk file and 'Run as Administrator'. 5. Open TEW2020. 6. The shortcut keys should now work!
  7. Never fet! I have it working! You can now press ESC to close as many windows as your heart desires, updated code is in the first post! First post has been updated with latest code and all current shortcuts.
  8. <blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-username="Gockelinho" data-cite="Gockelinho" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="49708" data-ipsquote-contentclass="forums_Topic"><div>Thank you this worked, but is there a way to save it as well? When I click right again it changes back to what it was before, so if I'd do a diary and wanted to change something everybody would notice.<p> </p><p> And how do I write this entire promo so it appears while clicking through like this guy did in the video I linked? This would really help, I'd appreciate if you'd know this.</p></div></blockquote><p> </p><p> He is just writing the angle's out with the angle writer before running the show.</p>
  9. It should still work if you move the window because it uses X0,Y0 as it's base. I prefer F1 for advance but feel free to make that change on your personal file. It'll be the first line, just add 'LAlt & ' in front of F1 and remove the entry below it. Me too Unfortunately, because clicks need to be mapped to window co-ordinates, this is a little tougher to do with inconsistent window sizes. But don't fear, I'll figure it out.
  10. Here is an updated code with ALT+Y and ALT+N for the yes/no prompts. I plan to go through with the AHK WindowSpy tool to grab the form names and make this a bit more functional. F1:: Click 30,60 return LAlt & F1:: Click 30,100 return F2:: Click 30,230 return F3:: Click 30,260 return F4:: Click 30,310 return F5:: Click 30,350 return F6:: Click 30,400 return F7:: Click 30,450 return F8:: Click 30,500 return F9:: Click 30,550 return LAlt & y:: Click 145,355 return LAlt & n:: Click 365,355 return I'm always open to shortcut suggestions so throw them at me.
  11. <blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-username="Zero" data-cite="Zero" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="49661" data-ipsquote-contentclass="forums_Topic"><div>What skin is that?</div></blockquote><p> </p><p> It's the default skin with the sidebar from Kam's Blue&Gold skin, because there was more space on those icons for me to add the Function Key text.</p>
  12. <blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-username="soxfan93" data-cite="soxfan93" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="49661" data-ipsquote-contentclass="forums_Topic"><div>I have tried to get AHK to work on TEW for <em>years</em> so if this works that would be awesome!</div></blockquote><p> </p><p> In my files, funny enough, the last script I wrote for this was for TEW2013! I haven't written an AHK script since 2014 according to the last modified file here, so I'm having to re-learn some stuff, but the above script is working perfect for me for the side menu at the moment. I'll implement some other stuff over the coming days <img alt=":D" data-src="//content.invisioncic.com/g322608/emoticons/biggrin.png.929299b4c121f473b0026f3d6e74d189.png" src="<___base_url___>/applications/core/interface/js/spacer.png" /></p><p> </p><p> (Just remember you have to run the script as an administrator <img alt=":D" data-src="//content.invisioncic.com/g322608/emoticons/biggrin.png.929299b4c121f473b0026f3d6e74d189.png" src="<___base_url___>/applications/core/interface/js/spacer.png" /> )</p>
  13. Latest Version: 1.1.2 (22nd May 2020) Please choose the method you prefer from the two instructions below (you only need to do one method)... Instructions for using TEW2020-AHK.exe 0. Download TEW2020-AHK.exe here: https://www.dropbox.com/s/juiabc4wu09w2p5/TEW-AHK-1.1.2.zip?dl=1 1. Place TEW2020-AHK.exe in a safe place on your PC, but NOT inside the TEW2020 folder - this will stop the game from launching. 2. Right click and open the properties of TEW2020-AHK.exe and set the compatibility mode 'Run as Administrator' to on/true. 3. Open the TEW2020.bat file in Notepad (or similar) and change the cd paths to the correct paths for those files. 4. Move the TEW2020.bat file to your desktop. 5. Launch the TEW2020.bat file. It will open first TEW2020 and then TEW2020-AHK. Instructions for using AutoHotKey 1. Download AutoHotKey: https://www.autohotkey.com/ 2. Install AHK and save the below code to a text file with the extension .ahk 3. Right click the file and run as administrator 4. Use it inside TEW2020 Shortcuts Main In-Game Screen: F1 = Advance Left ALT+F1 = Multi-Advance F2 = Main Scren F3 = Office F4 = Companies F5 = Workers F6 = Training F7 = Alliances F8 = Broadcasters F9 = Game World CTRL+R = Roster CTRL+C = Creative CTRL+T = Tag Teams CTRL+S = Storylines CTRL+E = Events & TV CTRL+F = Finances CTRL+H = Show History Yes / No Pop-Up: Y = Yes N = No ALT + Y = Yes ALT + N = No Generic: ESC = Close the active window Creative Meeting: 1 = Franchise Players 2 = Next Big Things 3 = Hot Prospects 4 = Talk The Talk 5 = Show Stoppers 6 = Ring Generals 7 = Who's Hot 8 = Who's Not 9 = Hidden Gems Roster Screen: Rick Click = Quick Menu Worker Profile: Rick Click = Quick Menu Page Up / Down = Scroll through workers Worker Schedule: Left / Right = Previous / Next Page Worker Skills: TAB = Cycle skills Code #IfWinActive ahk_exe TEW2020.exe { ESC:: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window if Width != 1374 { EnvSub, Width, 22 click %Width%,10 } CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return #IfWinActive, TEW2020 { F1:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,60 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return LAlt & F1:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,100 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return F2:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,230 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return F3:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,260 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return F4:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,310 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return F5:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,350 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return F6:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,400 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return F7:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,450 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return F8:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,500 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return F9:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 30,550 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Ctrl & r:: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window if Width = 1374 { Click 30,260 Click 935,155 } CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Ctrl & c:: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window if Width = 1374 { Click 30,260 Click 1125,115 } CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Ctrl & t:: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window if Width = 1374 { Click 30,260 Click 1220,150 } CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Ctrl & e:: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window if Width = 1374 { Click 30,260 Click 1220,270 } CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Ctrl & s:: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window if Width = 1374 { Click 30,260 Click 1125,150 } CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Ctrl & f:: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window if Width = 1374 { Click 30,260 Click 925,435 } CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Ctrl & h:: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen CoordMode, Mouse, Window if Width = 1374 { Click 30,260 Click 925,320 } CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Ctrl & LButton:: MouseGetPos, xpos, ypos if(xpos > 1278 and xpos < 1294) { Click %xpos%, %ypos% EnvSub, ypos, 16 MouseMove, %xpos%, %ypos%, 0 } if(xpos > 1312 and xpos < 1326) { Click %xpos%, %ypos% EnvAdd, ypos, 16 MouseMove, %xpos%, %ypos%, 0 } return RButton:: ControlGetFocus, OutputVar, A if OutputVar = ThunderRT6ListBox2 { MouseGetPos, xpos, ypos if(xpos > 88 and xpos < 308) { Click %xpos%,%ypos% } Menu, WorkerMenu, Add, Talk to worker, TalkToWorkerProfile2 Menu, WorkerMenu, Add, Negotiate, NegotiateProfile2 Menu, WorkerMenu, Add, Skills, SkillsProfile2 Menu, WorkerMenu, Add, Popularity, PopularityProfile2 Menu, WorkerMenu, Add, Personal info, PersonalInfoProfile2 Menu, WorkerMenu, Add, Match history, MatchHistoryProfile2 Menu, WorkerMenu, Add, Title history, TitleHistoryProfile2 Menu, WorkerMenu, Add, Chemistry, ChemistryProfile2 Menu, WorkerMenu, Add, Schedule, ScheduleProfile2 Menu, WorkerMenu, Show return TalkToWorkerProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 410,140 Sleep, 500 Click 150,230 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return NegotiateProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 510,235 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return SkillsProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 640,235 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return PopularityProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 760,235 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return PersonalInfoProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 410,140 Sleep, 500 Click 625,230 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return MatchHistoryProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 880,235 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return TitleHistoryProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 1000,235 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return ChemistryProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 410,140 Sleep, 500 Click 385,265 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return ScheduleProfile2: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 410,140 Sleep, 500 Click 505,265 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return } else { MouseGetPos, xpos, ypos MouseClick, right, %xpos%,%ypos% } return } #IfWinActive, X Roster { RButton:: MouseGetPos, xpos, ypos if(xpos > 18 and xpos < 240) { Click %xpos%,%ypos% } Menu, WorkerMenu, Add, Talk to worker, TalkToWorker Menu, WorkerMenu, Add, Negotiate, Negotiate Menu, WorkerMenu, Add, Skills, Skills Menu, WorkerMenu, Add, Popularity, Popularity Menu, WorkerMenu, Add, Personal info, PersonalInfo Menu, WorkerMenu, Add, Match history, MatchHistory Menu, WorkerMenu, Add, Title history, TitleHistory Menu, WorkerMenu, Add, Chemistry, Chemistry Menu, WorkerMenu, Add, Schedule, Schedule Menu, WorkerMenu, Show return Test: MsgBox, It worked? return EditDetails: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 425,290 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return TurnDetails: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 425,310 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return GimmickDetails: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 425,335 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return TalkToWorker: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 330,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Negotiate: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 455,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Skills: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 565,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Popularity: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 700,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return SendAway: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 1050,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return PersonalInfo: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 350,140 Sleep, 500 Click 625,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return MatchHistory: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 350,140 Sleep, 500 Click 743,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return TitleHistory: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 350,140 Sleep, 500 Click 842,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Chemistry: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 350,140 Sleep, 500 Click 390,255 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Schedule: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 350,140 Sleep, 500 Click 500,255 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return } #IfWinActive, Worker Profile { RButton:: Menu, WorkerMenu, Add, Talk to worker, TalkToWorkerProfile Menu, WorkerMenu, Add, Negotiate, NegotiateProfile Menu, WorkerMenu, Add, Skills, SkillsProfile Menu, WorkerMenu, Add, Popularity, PopularityProfile Menu, WorkerMenu, Add, Personal info, PersonalInfoProfile Menu, WorkerMenu, Add, Match history, MatchHistoryProfile Menu, WorkerMenu, Add, Title history, TitleHistoryProfile Menu, WorkerMenu, Add, Chemistry, ChemistryProfile Menu, WorkerMenu, Add, Schedule, ScheduleProfile Menu, WorkerMenu, Show return TalkToWorkerProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 140,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return NegotiateProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 265,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return SkillsProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 380,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return PopularityProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 500,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return PersonalInfoProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 625,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return MatchHistoryProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 743,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return TitleHistoryProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 842,225 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return ChemistryProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 390,255 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return ScheduleProfile: WinGetPos, X, Y, Width, Height, A CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 500,255 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return PgUp:: Click 30,350 return PgDn:: Click 1115,350 return } #IfWinActive, Creative Meeting { 1:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,205 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return 2:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,245 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return 3:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,285 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return 4:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,325 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return 5:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,365 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return 6:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,405 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return 7:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,445 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return 8:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,485 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return 9:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 100,525 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return } #IfWinActive, Calendar Of Availability { Left:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 175,40 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return Right:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 1250,40 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return } #IfWinActive, Road Agent Notes { PgUp:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 15,60 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return PgDn:: CoordMode, Mouse, Screen MouseGetPos, xpos, ypos CoordMode, Mouse, Window Click 260,60 CoordMode, Mouse, Screen MouseMove, %xpos%, %ypos%, 0 return } #IfWinActive, Question { Alt & y:: WinGetPos, X, Y, Width, Height, A EnvSub, Height, 20 Click 145,%Height% return Alt & n:: WinGetPos, X, Y, Width, Height, A EnvSub, Height, 20 Click 365,%Height% return y:: WinGetPos, X, Y, Width, Height, A EnvSub, Height, 20 Click 145,%Height% return n:: WinGetPos, X, Y, Width, Height, A EnvSub, Height, 20 Click 365,%Height% return } #IfWinActive, X Skills And Abilities { Tab:: MouseGetPos, x, y if(x = 100 and y = 117) { Click 100, 144 } else if(x = 100 and y = 144) { Click 100,168 } else if(x = 100 and y = 168) { Click 100,190 } else if(x = 100 and y = 190) { Click 100,220 } else if(x = 100 and y = 220) { Click 100,240 } else if(x = 100 and y = 240) { Click 100,300 } else if(x = 100 and y = 300) { Click 100,325 } else if(x = 100 and y = 325) { Click 100,340 } else if(x = 100 and y = 340) { Click 100,365 } else if(x = 100 and y = 365) { Click 100,430 } else if(x = 100 and y = 430) { Click 100,450 } else if(x = 100 and y = 450) { Click 100,475 } else if(x = 100 and y = 475) { Click 100,495 } else if(x = 100 and y = 495) { Click 100,520 } else if(x = 100 and y = 520) { Click 100,540 } else if(x = 100 and y = 540) { Click 345,117 } else if(x = 345 and y = 117) { Click 345, 144 } else if(x = 345 and y = 144) { Click 345,168 } else if(x = 345 and y = 168) { Click 345,190 } else if(x = 345 and y = 190) { Click 345,245 } else if(x = 345 and y = 245) { Click 345,270 } else if(x = 345 and y = 270) { Click 345,295 } else if(x = 345 and y = 295) { Click 345,315 } else if(x = 345 and y = 315) { Click 345,340 } else if(x = 345 and y = 340) { Click 345,400 } else if(x = 345 and y = 400) { Click 345,425 } else if(x = 345 and y = 425) { Click 345,450 } else { Click 100,117 } return } } Changelog: ========================================================================== TEW2020 AutoHotKey Script By Ray Wilson (aka Arber) http://www.greydogsoftware.com/forum/showthread.php?t=547363 ========================================================================== CHANGELOG 1.1.2 > Yes/No pop-ups now can use ALT+Y/N key or just Y/N > General right-click improvements for quick menu's > Right-click now works on the main workers screen, but only when using the old style list boxes (not compatible with the new coloured lists) > Pressing TAB on the skills screen will now cycle the skills in order, meaning the skill progression section changes accordingly > Page Up/Down on the road agent notes screen will now cycle the categories 1.1.1 > Removed 'Send away' from worker quick menus > This is because it will also pop-up outside your roster > CTRL is now mapped to both left and right keys > On the booking screen, holding CTRL while left clicking will now move the pointer with the segment 1.1.0 > General code tidy-up > Added right-click quick menu on some screens > Added lots more shortcut keys: > Various home screen shortcuts > Creative menu shortcuts 1.0.6 > More QoL changes. > Mouse returns to original position before shortcut was initiated 1.0.5 > Made the script only work when inside TEW2020 1.0.4 > Improved Yes/No hotkey 1.0.3 > Stopped ESC key working on main screen 1.0.2 > Added ESC hotkey 1.0.1 > Added Yes/No hotkey 1.0.0 > Initial release
  14. There's a broadcaster mod? I can't seem to find it. Any chance you have a link?
  15. <p>Thanks for this! I was a big fan of Justtxyank's work, and I'm sure you've done this mod justice.</p><p> </p><p> </p><blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-username="JackH2020" data-cite="JackH2020" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="49480" data-ipsquote-contentclass="forums_Topic"><div>Hey thanks for this, a few years out from the save I have in mind but beggars can hardly be choosers so close to release! Gonna sim through 3 or 4 years and see how it looks so will provide some feedback.</div></blockquote><p> </p><p> This gives me an idea to sim up to September 1995 and then start the Monday Night War with the game how it has set up to then <img alt=":p" data-src="//content.invisioncic.com/g322608/emoticons/tongue.png.ceb643b2956793497cef30b0e944be28.png" src="<___base_url___>/applications/core/interface/js/spacer.png" /></p>
  16. Thanks. I want to be clear my request wasn't from a hostile stance or to be negative. I just know that some users will completely ignore or disregard other members of the board, so having the tag saying you're a mod be immediately visible adds extra weight to your comments. Thanks Ray
  17. Could we get a system in place on the forum where moderators have a user tag as "Forum Moderator" or similar? At the moment there is no visible difference between a moderator on the board and a regular member, except for the very, very bottom of the forum webpage where all moderators are listed. This can cause people to ignore and not take on board messages from moderators because they appear to be just "another member". For instance, this post by Historian: http://www.greydogsoftware.com/forum/showpost.php?p=2427426&postcount=16 To a newcomer to the forum this looks like someone just telling him to be nice - and not what it is, a polite warning of behaviour. If it said Forum Moderator under his name instead of All Star then this would not cause any confusion and send a clear message. So in short, I believe all forum moderators should have clear and visible identification, for newcomers and long term users alike, to understand when they are discussion with a forum moderator or not.
  18. I get that. The initial release also left me feeling very deflated. I am hopeful for Friday though.
  19. I think it's a little unfair to saddle the entire delay on the graphics. While Adam phrased it in a way that implies this is what he is waiting on, we have to remember that any changes Adam has made to the screens need to also be re-done by the artist. We don't know how many screens have had additional buttons or general re-organisation. So while it is true that Adam has been waiting to receive those images, the artist in turn would have been waiting for new instructions from Adam in regards to additions and subtractions of screen elements.
  20. I know the artist has created the new screens from the ground up, and I also know he has listened to a lot of members of the forum to gauge his direction with the theme. There will still be people who do not like it (personal tastes, etc.) but I think, from what we have seen so far, there will be a lot of happy members on the board.
  21. The game is intended to be played however the player wants to play it. It's great if this is how you play it and that works for you - but I would never dream of playing TEW while working on something else. TEW, much like Football Manager and other sports simulation games, is a game that requires a lot of attention to gameplay. For many, myself included, this means being fully immersed - and part of that immersion is fullscreen. The way I play is not wrong. The way you play is not wrong. We just have different preferences.
  22. Living in the UK, I'm not very familiar with the US Great Lakes, so when searching for inspiration I came across the logo and thought it was perfect for a regional wrestling promotion. Glad you like it. I will get around to the other requests at some point in the coming 48 hours.
  23. <blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-username="awesomenessofme1" data-cite="awesomenessofme1" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="49200" data-ipsquote-contentclass="forums_Topic"><div>That looks great! The only (minor) issue is that the text in the logo looks a little small in-game. Since there's some extra space, could it be a bit bigger? The banner is perfect.</div></blockquote><p> </p><p> I'll make the amendments for you tomorrow <img alt=":)" data-src="//content.invisioncic.com/g322608/emoticons/smile.png.142cfa0a1cd2925c0463c1d00f499df2.png" src="<___base_url___>/applications/core/interface/js/spacer.png" /></p>
×
×
  • Create New...