Skip to content

Commit

Permalink
Fixing Las Noches Skyperas link
Browse files Browse the repository at this point in the history
  • Loading branch information
Chixpy committed May 1, 2024
1 parent bf2adc3 commit 15006e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHXPas
Submodule CHXPas updated 92 files
+8 −5 .gitignore
+1 −1 Abstract/uaCHXConfig.pas
+1 −1 Abstract/uaCHXStorable.pas
+1 −1 Forms/ufrCHXForm.lfm
+1 −1 Forms/ufrCHXForm.pas
+58 −9 Frames/ufCHXBGRAImgViewer.lfm
+4 −3 Frames/ufCHXBGRAImgViewer.lrj
+241 −160 Frames/ufCHXBGRAImgViewer.pas
+4 −0 Frames/ufCHXBGRAImgViewerEx.lrj
+5 −5 Frames/ufCHXBGRAImgViewerEx.pas
+1 −1 Frames/ufCHXFrame.pas
+ Resource/GUIIcons/blue-document-break.png
+ Resource/GUIIcons/blue-document-convert.png
+ Resource/GUIIcons/document--plus.png
+ Resource/GUIIcons/document-copy.png
+ Resource/GUIIcons/folder--minus.png
+ Resource/GUIIcons/folder--plus.png
+ Resource/GUIIcons/image--minus.png
+ Resource/GUIIcons/image--pencil.png
+ Resource/GUIIcons/image-crop.png
+ Resource/GUIIcons/layer-flip-vertical.png
+ Resource/GUIIcons/layer-flip.png
+ Resource/GUIIcons/layer-rotate-left.png
+ Resource/GUIIcons/layer-rotate.png
+ Resource/GUIIcons/paint-can-color.png
+ Resource/GUIIcons/pencil-color.png
+ Resource/GUIIcons/selection-select.png
+ Resource/GUIIcons/ui-color-picker-switch.png
+2 −2 SDL2/Classes/ucCHXSDL2Window.pas
+26 −19 SDL2/NOCT/CTTest/CT.md
+16 −13 SDL2/NOCT/CTTest/CT001.lpr
+2 −3 SDL2/NOCT/CTTest/CT003.lpr
+15 −15 SDL2/NOCT/CTTest/CT019.lpr
+1 −2 SDL2/NOCT/CTTest/CT022.lpr
+168 −0 SDL2/NOCT/CTTest/CT023.lpi
+261 −0 SDL2/NOCT/CTTest/CT023.lpr
+ SDL2/NOCT/CTTest/CT023.res
+121 −0 SDL2/NOCT/CTTest/CT027/ucCTFirework2D.pas
+127 −0 SDL2/NOCT/CTTest/CT027/ucCTParticle2D.pas
+180 −0 SDL2/NOCT/CTTest/CT027_2D.lpi
+251 −0 SDL2/NOCT/CTTest/CT027_2D.lpr
+ SDL2/NOCT/CTTest/CT027_2D.res
+184 −0 SDL2/NOCT/CTTest/CT028.lpi
+296 −0 SDL2/NOCT/CTTest/CT028.lpr
+ SDL2/NOCT/CTTest/CT028.res
+57 −0 SDL2/NOCT/CTTest/CT028/ucCTBlob.pas
+18 −0 SDL2/NOCT/NOTC.lpg
+12 −0 SDL2/NOCT/PasProc.lpi
+5 −4 SDL2/NOCT/PasProc.lpr
+217 −0 Tests/ImgViewer/Bin/Locale/ImgViewer.pot
+4 −0 Tests/ImgViewer/Bin/Locale/README.txt
+1,491 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.ca.po
+1,466 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.co.po
+1,499 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.cs.po
+1,485 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.de.po
+1,498 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.es.po
+1,487 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.fi.po
+1,483 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.fr.po
+1,495 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.he.po
+1,483 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.hu.po
+1,492 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.id.po
+1,477 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.it.po
+1,498 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.ja.po
+1,500 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.lt.po
+1,505 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.nl.po
+1,494 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.no.po
+1,500 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.pl.po
+1,446 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.pot
+1,509 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.pt.po
+1,463 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.pt_BR.po
+1,463 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.ru.po
+1,465 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.sk.po
+1,497 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.tr.po
+1,486 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.uk.po
+1,490 −0 Tests/ImgViewer/Bin/Locale/lclstrconsts.zh_CN.po
+ Tests/ImgViewer/Bin/TestImg.png
+143 −0 Tests/ImgViewer/Source/Forms/ufrMain.lfm
+8 −0 Tests/ImgViewer/Source/Forms/ufrMain.lrj
+191 −0 Tests/ImgViewer/Source/Forms/ufrMain.pas
+ Tests/ImgViewer/Source/ImgViewer.ico
+209 −0 Tests/ImgViewer/Source/ImgViewer.lpi
+26 −0 Tests/ImgViewer/Source/ImgViewer.lpr
+ Tests/ImgViewer/Source/ImgViewer.res
+207 −0 Types/uCHXMatrix.pas
+19 −2 Types/uCHXPoint3DF.pas
+3 −1 Units/uCHXConst.pas
+1 −1 Units/uCHXDlgUtils.pas
+1 −1 Units/uCHXFileUtils.pas
+1 −1 Units/uCHXImageUtils.pas
+54 −0 Units/uCHXMath.pas
+2 −2 Units/uCHXRscStr.pas
+1 −1 Units/uCHXStrUtils.pas
2 changes: 1 addition & 1 deletion LNSCompFE.wiki
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![LNSCompFE 1.0.X.X](../../wiki/img/LNSCompFE/Main.png)

Front-End para las competiciones de [Las Noches Skyperas](http://nochesskyperas.1foro.com).
Front-End para las competiciones de [Las Noches Skyperas](https://nochesskyperas.foroactivo.com/).

LNSCompFE es un pequeño Front-End pensado para facilitar un poco los intentos en los campeonatos de [Las Noches Skyperas](http://nochesskyperas.1foro.com). Aunque nada impide configurarse para su uso e interés personal, ya que ofrece facilidades a la hora de grabar INP con (Wolf)MAME.

Expand All @@ -13,12 +13,16 @@ Además se incluye un .bat que realiza las misma funciones, en caso de que se pr

Las principales ventajas que ofrece respecto a usar directamente el interfaz de WolfMAME son:

* Borra la NVRAM, HiScores y demás datos que pueden afectar a la reproducción antes de comenzar un nuevo intento. Los DIP switches no... porque se guardan junto la configuración de los botones.
* Intenta eliminar la influencia de la NVRAM, HiScores y demás datos que pueden afectar a la reproducción. Para ello:
* Realiza una copia de seguridad esos datos.
* Borra los originales antes de comenzar un nuevo intento.
* Restaura todo tras terminar el intento.
* NOTA: Los DIP switches no. Porque se guardan junto la configuración de los botones.
* Permite indicar si se quiere conservar la partida *después* de grabarla (haciendo una copia del .inp)
* Guarda un registro de intentos realizados, con su fecha de inicio, duración y la puntuación conseguida en un archivo CSV.
* En versiones más actuales a WolfMAME 0.181 (versión usada en las competiciones por el momento), además ya están no implementados los botones para grabar o reproducir archivos .inp, lo que hace más tedioso aún realizar los intentos. Y este programa supliría esas funciones de grabar y reproducir.
* Además permite grabar a AVI (usando el propio WolfMAME) las partidas.
* Por otra parte, parece ser que reiniciar la grabación con **MAYS+F3** funciona correctamente sólo si es ejecutado desde la línea de comandos. Por tanto este atajo se puede usar si se realizan los intentos con este frontend. OJO: Este atajo es útil para juegos en los que la NVRAM no afecta en la reproducción.
* Por otra parte, parece ser que reiniciar la grabación con **MAYS+F3** funciona correctamente sólo si es ejecutado desde la línea de comandos. Por tanto este atajo se puede usar si se realizan los intentos con este frontend. OJO: Este atajo solo es útil para juegos en los que la NVRAM no afecta en la reproducción.

Respecto a los archivos `record.bat` y `playback.bat` incluidos en el propio WolfMAME indicar que al menos hasta la versión 0.197 realizan incorectamente su función de hacer una copia de seguridad y borrar la NVRAM; aunque realizan su cometido ya que asignan el direcorio de la NVRAM a `nul`.
Respecto a los archivos `record.bat` y `playback.bat` incluidos en el propio WolfMAME indicar que al menos hasta la versión 0.197 realizan incorrectamente su función de hacer una copia de seguridad y borrar la NVRAM; aunque realizan su cometido ya que asignan el directorio de la NVRAM a `nul`.

0 comments on commit 15006e7

Please sign in to comment.