تخطى الى المحتوى
أعمال الشغب

أعمال الشغب

  • بيت
  • أخبار
  • خطوط إرشاد
  • أدلة الفيديو
  • ملاحظات التصحيح
  • بلغ عن سوء معاملة
  • تبديل شكل البحث
Cities: Skylines

Cities: Skylines – Automate Adding All Your Items to a Collection

نشر على 05/31/202106/11/2021 بواسطة Snacko لا تعليقات على Cities: Skylines – Automate Adding All Your Items to a Collection
  • عنوان: Cities: Skylines
  • تاريخ الافراج عنه: يمشي 10, 2015
  • المطور: Colossal Order Ltd.
  • الناشر: المفارقة التفاعلية

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 pixels) twice, and back up 30 pixels. 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 pixels, 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.
		Sleep, 100  ; 1000 = 1 ثانية
	}
 }
return

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 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.

هذا كل ما نشاركه اليوم من أجل هذا Cities: Skylines مرشد. تم إنشاء هذا الدليل وكتابته في الأصل بواسطة Snacko. في حالة فشلنا في تحديث هذا الدليل, يمكنك العثور على آخر تحديث باتباع هذا وصلة.

إذا كنت تعتقد أن أيًا من محتويات هذا الموقع ينتهك حقوقك, بما في ذلك حقوق الملكية الفكرية الخاصة بك, يرجى الاتصال بنا على الفور باستخدام نموذج الاتصال الخاص بنا.
خطوط إرشاد العلامات:Cities: Skylines

آخر الملاحة

المنشور السابق: Abyss of Neptune – Abyss of Developers Achievement Guide
المشاركة التالية: نداء الواجب: الحرب الباردة للعمليات السوداء – How to Double XP Easily

ترك الرد إلغاء الرد

لن يتم نشر عنوان بريدك الإلكتروني. تم وضع علامة على الحقول المطلوبة *

  • عنوان: Cities: Skylines
  • تاريخ الافراج عنه: يمشي 10, 2015
  • المطور: Colossal Order Ltd.
  • الناشر: المفارقة التفاعلية

تنصل

ويستمد كل محتوى استشهد من مصادرها الخاصة. إذا كنت تعتقد أننا استخدمنا المحتوى الخاص بك دون إذن, تأكد من الوصول إلينا وسنأخذ الأمر على محمل الجد.
  • معلومات عنا
  • اتصل بنا
  • سياسة الخصوصية
  • شروط الخدمة

حقوق النشر © 2025 أعمال الشغب.

مشغل بواسطة PressBook News وورد موضوع