1
0
Prechádzať zdrojové kódy

Automate script for changing image names on disk

Wonder Dog 8 rokov pred
rodič
commit
409cecf813

+ 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 ---------------------------------