コンテンツにスキップ
ライオットビット

ライオットビット

  • 家
  • ニュース
  • ガイド
  • ビデオガイド
  • パッチノート
  • 不正行為を報告する
  • 検索フォームを切り替え
都市: スカイライン

都市: スカイライン – Automate Adding All Your Items to a Collection

ポストする 05/31/202106/11/2021 に Snacko コメントはありません の上 都市: スカイライン – Automate Adding All Your Items to a Collection
  • タイトル: 都市: スカイライン
  • 発売日: 行進 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, タイピング, 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, 名前は関係ありません.

  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.

#いくつかの  ; 将来のAutohotkeyリリースとのパフォーマンスと互換性に推奨されます.
; #警告  ; 一般的なエラーの検出を支援する警告を有効にします.
sendMode入力  ; その優れた速度と信頼性のために新しいスクリプトに推奨.
setworkingdir%a_scriptdir%  ; 一貫した開始ディレクトリを保証します.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
; 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.  
		;		クリックしてください 15 ピクセル, その後、ダウンします 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 2番
	}
 }
戻る

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

Run the Script

  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. このガイドを更新できなかった場合, これに従って最新のアップデートを見つけることができます リンク.

このサイトのコンテンツがあなたの権利を侵害していると思われる場合, あなたの知的財産権を含む, お問い合わせフォームを使用してすぐにご連絡ください.
ガイド タグ:都市: スカイライン

ポストナビゲーション

前の投稿: 海王星の深by – 開発者の功績ガイドの深bys
次の投稿: コール・オブ・デューティ: ブラックオプス冷戦 – XPを簡単に2倍にする方法

返信を残す 返信をキャンセル

あなたのメールアドレスは公開されません. 必須フィールドにマークが付いています *

  • タイトル: 都市: スカイライン
  • 発売日: 行進 10, 2015
  • 開発者: コロッサルオーダー株式会社.
  • 出版社: パラドックス インタラクティブ

免責事項

引用されたすべてのコンテンツはそれぞれの情報源から得られています. 当社があなたのコンテンツを許可なく使用したと思われる場合, 必ずご連絡ください。真剣に対応させていただきます.
  • 私たちに関しては
  • お問い合わせ
  • プライバシーポリシー
  • 利用規約

著作権 © 2025 ライオットビット.

搭載 プレスブックニュース ワードプレスのテーマ