Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:The Sims

Line 1: Line 1:
 
Also, I wrote up/modified a little one for V2. It also is supposed to detect that TS1 is running. I could not get the sendinput method to work, (which supposedly is better) but it seems to do what it's supposed to.
 
Also, I wrote up/modified a little one for V2. It also is supposed to detect that TS1 is running. I could not get the sendinput method to work, (which supposedly is better) but it seems to do what it's supposed to.
  
Sims 1 mousewheel zoom fix
+
;Sims 1 mousewheel zoom fix
 
+
#HotIf WinActive("ahk_exe Sims.exe")
#HotIf WinActive("ahk_exe Sims.exe")
 
 
wheelup::+
 
wheelup::+
 
wheeldown::-
 
wheeldown::-
 +
 +
Edit: So I don't know how to make the # show up as it's needed for the AHK script, it just shows "1."