瀏覽代碼

[Changed] changing the media directories to matcch the current physical location

Gwen 3 年之前
父節點
當前提交
fa7e56afb7
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 1 1
      locations/mod_setting.qsrc
  2. 3 2
      locations/stat_display.qsrc

+ 1 - 1
locations/mod_setting.qsrc

@@ -33,7 +33,7 @@ if mod_list > 0:
 		!author
 		*p '<td><<$mod_info[2]>></td>'
 		!description and readme
-		*p '<td><a href="exec:gs ''mod_<<$mod_info[0]>>_readme''"><img src="images/system/icon/anptekainfo.jpg"></a> <<$mod_info[3]>></td>'
+		*p '<td><a href="exec:gs ''mod_<<$mod_info[0]>>_readme''"><img src="images/system/icons/anptekainfo.jpg"></a> <<$mod_info[3]>></td>'
 		!mod options page
 		*p '<td>'+iif($mod_opt[mod_i] ! '','<a href="exec:gs ''mod_<<$mod_info[0]>>_options''"><<$mod_info[4]>></a>','')+'</td></tr>'
 	else

+ 3 - 2
locations/stat_display.qsrc

@@ -1,4 +1,5 @@
 # stat_display
+!!2021/04/04
 if default_status_icons = 0:set_siconht = 54
 if default_wbanner = 0:set_weatherht = 72
 if default_menu_icons = 0:set_miconht = 54
@@ -2060,7 +2061,7 @@ end
 
 !!Guitar icon goes here
 if ml_guitar['carried'] = 2 or $ml_guitar['location'] = 'testlab': 
-	$stat_msg +='<br><br><a href="exec: gt ''music_actions'', ''start'', $curloc"><img src="images/system/icon/icon_guitar.png"></a>'
+	$stat_msg +='<br><br><a href="exec: gt ''music_actions'', ''start'', $curloc"><img src="images/system/icons/icon_guitar.png"></a>'
 end
 !!
 
@@ -2072,7 +2073,7 @@ proverka4 = 0
 proverka5 = 0
 
 if disable_LoadSave = 0:
-	$stat_msg += '<br><br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''"><img src="images/system/icon/stat_qsave.png"></a>  <a href="exec:savegame"><img src="images/system/icon/stat_save.png"></a>  <a href="exec:opengame"><img src="images/system/icon/stat_load.png"></a>  <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''"><img src="images/system/icon/stat_qload.png"></a>'
+	$stat_msg += '<br><br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''"><img src="images/system/icons/stat_qsave.png"></a>  <a href="exec:savegame"><img src="images/system/icons/stat_save.png"></a>  <a href="exec:opengame"><img src="images/system/icons/stat_load.png"></a>  <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''"><img src="images/system/icons/stat_qload.png"></a>'
 elseif disable_LoadSave = 2:
 	$stat_msg += '<br><br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''">Quick Save</a>  <a href="exec:savegame">Save</a>  <a href="exec:opengame">Load</a>  <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''">Quick Load</a>'
 end