콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환
도시: 스카이라인

도시: 스카이라인 – Automate Adding All Your Items to a Collection

에 게시됨 05/31/202106/11/2021 에 의해 Snacko 코멘트 없음 ~에 도시: 스카이라인 – Automate Adding All Your Items to a Collection
  • 제목: 도시: 스카이라인
  • 출시일: 3월 10, 2015
  • 개발자: 거대 주문 주식회사.
  • 발행자: 패러독스 인터랙티브

Clicking each item that you want to add to a Collection can be annoying. Especially when you have thousands of items!! 그래서, I made an AutoHotKey script that does it for you.

This guide shows you how to use AutoHotKey to automatically add all of your subscriptions to a Collection by using an AHK script. Automated mouse clicks and down scrolling arrow keystrokes. Just run it, Press F1, and walk away till it’s done.

Download AutoHotKey

If you don’t know what AutoHotKey ~이다, it lets you write scripts to automate clicking, typing, mouse movement, 그리고 더. The script file is just a Text file, and you can open it and edit it in notepad.

AutoHotKey Script

Create a text file on your desktop and give it a name (CS Auto Add to Collection.txt). Name it how you want, the name doesn’t matter.

  1. Open the text file in notepad and copy the code below and paste it into the file.
  2. 파일을 저장하십시오.
  3. Rename the file from .txt to .ahk

메모: This code will loop 1000 타임스. Feel free to change that and anything else that you want. I’ve made it to click 3 타임스, 아래에 (15 픽셀) 두 배, 그리고 백업 30 픽셀. This is because the down arrow key that it sends scrolls more than one line at a time. Making one-click miss about every 4th item. So I made to just click more. It might miss 3-4 ~에 1000, but that’s still good. You can click those.

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
; CITIES SKYLINES WORKSSHOP SCRIPT / AUTOMATICALLY ADD ITEMS TO A COLLECTION.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

SetKeyDelay, 10, 200

f1::	; PRESS: F1
 {
; How many times to loop??   1000 times by default.  
;   OR Change it to whatever you like.  When it gets to the end of the list 
;   it will just keep clicking until it reachs the limit and won't hurt anything.  Just wait for it to end.

	고리 1000 {
		; 3 Mouse Clicks to try and catch everything.  
		;		Click down 15 픽셀, then down 15 more pixels, then back up to 30 where we started.
		
		mouseclick, 왼쪽, 0, -15, 1, 0, , Relative
		Sleep, 100  ; 1000 = 1 second
		mouseclick, 왼쪽, 0, -15, 1, 0, , Relative
		Sleep, 100  ; 1000 = 1 second
		mouseclick, 왼쪽, 0,  30, 1, 0, , Relative
		Sleep, 100  ; 1000 = 1 second
		Send {아래에}	; Send Down Arrow Key.
		잠, 100  ; 1000 = 1 두번째
	}
 }
반품

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; FEEL FREE TO TWEAK THIS HOWEVER YOU WANT!!
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

스크립트를 실행하십시오

  1. Start creating a new Collection in the Steam Workshop. When you get to the listbox of items to add.
  2. Run AutoHotKey.
  3. Double-Click on my script file to start it running.
  4. Move your mouse over the 2nd or 3rd item in your Item list (to give it some room to move up and down)
  5. 누르다 F1
  6. Don’t touch your mouse!

It starts clicking and scrolling through your list. Come back when it’s done.

이것이 오늘 우리가 공유하는 모든 것입니다. 도시: 스카이라인 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. Snacko. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:도시: 스카이라인

탐색 후

이전 게시물: Abyss of Neptune – Abyss of Developers Achievement Guide
다음 게시물: 콜 오브 듀티: 블랙 옵스 냉전 – XP를 쉽게 두 배로 늘리는 방법

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: 도시: 스카이라인
  • 출시일: 3월 10, 2015
  • 개발자: 거대 주문 주식회사.
  • 발행자: 패러독스 인터랙티브

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마