1
0
فهرست منبع

Automate script for changing image names on disk

Wonder Dog 8 سال پیش
والد
کامیت
409cecf813
7فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      Get Image Paths.ahk
  2. 1 1
      Move Image Files.ahk
  3. BIN
      glife.txt
  4. 1 0
      locations/budgetclothes
  5. 0 1
      locations/dina
  6. 1 1
      locations/loadg
  7. 1 1
      locations/start

+ 1 - 1
Get Image Paths.ahk

@@ -18,7 +18,7 @@
   
 
 #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
-; #Warn  ; Enable warnings to assist with detecting common errors.
+#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.
 

+ 1 - 1
Move Image Files.ahk

@@ -17,7 +17,7 @@
   
 
 #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
-; #Warn  ; Enable warnings to assist with detecting common errors.
+#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.
 

BIN
glife.txt


+ 1 - 0
locations/budgetclothes

@@ -125,6 +125,7 @@ act 'Leave the store':
 	gt 'down'
 end
 
+! WD: Rename 'png' clothing images as scripts are only using 'jpg' ~  
 if hour >= 9 and hour <= 21:
 	'<table>
 	<tr>

+ 0 - 1
locations/dina

@@ -298,7 +298,6 @@ $kiosksig = {
 					else
 						!!Przemar:IMAGE NEEDED
 						$ImageNeededPlacholder
-						! WD: IMAGE NEEDED ~
 						!! '<center><img src="images/community/Image_needed.png"></center>'
 
 						'Man punched you and say <font color="#0D42C0"> " Go away bitch, your mouth is full of sperm "</font> - in this case you are needed to wait 4 hours and pays 200 rubles.'

+ 1 - 1
locations/loadg

@@ -1,6 +1,6 @@
 # loadg
 
-! WD: IMAGE NEEDED PLACEHOLDER
+! WD: Set variable to store Image needed HTML code
 if $ImageNeededPlacholder = '':
 	set $ImageNeededPlacholder = '<center><img src="images/community/Image_needed.png"></center>'
 end

+ 1 - 1
locations/start

@@ -141,6 +141,6 @@ if music_on = 0:
 	gs 'init_music'
 end
 
-! WD: IMAGE NEEDED PLACEHOLDER
+! WD: Set variable to store Image needed HTML code
 set $ImageNeededPlacholder = '<center><img src="images/community/Image_needed.png"></center>'
 --- start ---------------------------------