israpps / HDL-Batch-installer

A GUI for HDL Dump. Featuring batch installation of PS2 games to PS2 internal hdd and some game management utilities
https://israpps.github.io/HDL-Batch-installer/
GNU General Public License v3.0
215 stars 11 forks source link

+110 new icons #39

Closed luissilva1044894 closed 1 year ago

israpps commented 1 year ago

some entries have typos

example:

line 222

#
+SLPM_669.58=Aoishiro.ico
+SLPM_669.59=Aoishiro.ico
-SLPM_551.65-Aoishiro.ico
#
israpps commented 1 year ago

If you are on windows, please paste this file on the same folder where the icons.ini is

And execute it

Edit, github does not like .bat files, please copy this text into a new file:

@echo off
setlocal enableextensions enabledelayedexpansion

set /a NUM= 1
for /f "delims=" %%a in (Icons.ini) do (

 if not %%a==# echo "%%a" | findstr /c:"=" >nul || echo !NUM! ^| %%a has no equal

set /a NUM+=1
)

endlocal

pause
israpps commented 1 year ago

this was the output if the script, however, keep it, so you can check this yourself in the future

221 | SLPM_551.65-Aoishiro.ico has no equal
636 | SLPM_622.91;Bomberman_Land_2.ico has no equal
637 | SLPM_741.01;Bomberman_Land_2.ico has no equal
638 | SLPS_622.91;Bomberman_Land_2.ico has no equal
639 | SLPS_741.01;Bomberman_Land_2.ico has no equal