Skip to content

Commit

Permalink
Updates in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-rgon committed Dec 21, 2024
1 parent 7bfe956 commit 5dcd1ea
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LEEME.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _[Click here to open documentation in english | Pulse aquí para abrir documenta
Aplicación para personalizar y lanzar fácilmente un servidor de Killing Floor 2 a través de una interfaz visual en lugar de editar ficheros batch o de configuración del servidor. Ha sido desarrollado en Java y la interfaz es compatible con los S.O. Windows y Linux.

```
Versión: 2.2.3 final
Versión: 2.2.4 final
S.O. soportados: Microsoft Windows y Linux (Ubuntu/Debian)
Plataformas soportadas: Steam y Epic Games
Desarrollado por: César Rodríguez González
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _[Click here to open documentation in spanish | Pulse aquí para abrir documenta
Application to easily customize and launch a Killing Floor 2 server through a visual interface instead of edditing batch files or server's config files. It has been developed with Java, so the interface is compatible on Windows and Linux OS.

```
Version: 2.2.3 final
Version: 2.2.4 final
Supported OS: Microsoft Windows and Linux (Ubuntu/Debian)
Supported platforms: Steam and Epic Games
Developed by: César Rodríguez González
Expand Down
7 changes: 7 additions & 0 deletions doc/CUSTOM-MAPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Under Maps/Mods page you can manage custom maps, mods and official maps present
* _Order maps by download_: It allows to sort the maps by download state (ascendent or descendent).
* _Order maps by maps cycle_: It allows to sort the maps by in maps cycle state (ascendent or descendent).

* _Views menu_: It has several options to select a predefined view.
* _Cards down_: Default view (classic view) of the maps. Image at the top, descriptions at the bottom.
* _Cards right_: New view of the maps. Image at the left, descriptions at the right.
* _Cards up_: New view of the maps. Image at the bottom, descriptions at the top.
* _Cards left_: New view of the maps. Image at the right, descriptions at the left.
* _Detailed cards_: New view of the maps. Image at the left, detailed descriptions at the right.

* _Search filter_: It allows to filter maps and mods by name while you are writing the text.

* _Select all per tab_: It allows to select all maps to perform an action over them. Furthermore it allows to unselect them.
Expand Down
7 changes: 7 additions & 0 deletions doc/es/MAPAS-PERSONALIZADOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ En la página Mapas/Mods puedes gestionar mapas personalizados, mods y mapas ofi
* _Ordenar mapas por descarga_: Permite ordenar los mapas por estado de descarga (ascendente or descendente).
* _Ordenar mapas por ciclo de mapas_: Permite ordenar los mapas por estado "en ciclo de mapas" (ascendente or descendente).

* _Menú de vistas_: Tiene varias opciones para seleccionar vista predefinida.
* _Tarjetas hacia abajo_: Vista por defecto (vista clásica) de mapas. Imágen arriba, descripciones abajo.
* _Tarjetas a la derecha_: Nueva vista de mapas. Imágen a la izquierda, descripciones a la derecha.
* _Tarjetas hacia arriba_: Nueva vista de mapas. Imágen hacia abajo, descripciones hacia arriba.
* _Tarjetas a la izquierda_: Nueva vista de mapas. Imágen a la derecha, descripciones a la izquierda.
* _Tarjetas detalladas_: Nueva vista de mapas. Imágen a la izquierda, descripciones detalladas a la derecha.

* _Filtro buscador_: Permite filtrar mapas y mods por nombre mientras vas escribiendo el texto.

* _Selecciona todos por pestaña_: Permite seleccionar todos los mapas para realizar una acción sobre ellos. Además permite deseleccionarlos.
Expand Down
Binary file modified doc/images/screenshot04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/properties/config.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CONFIG PROPERTIES
prop.config.applicationTitle=Simple Killing Floor 2 Server Launcher
prop.config.applicationVersion=2.2.4 beta 241221
prop.config.applicationVersion=2.2.4 final 241221
prop.config.applicationResolution=1024x750
prop.config.applicationMaximized=false
prop.config.selectedLanguageCode=en
Expand Down

0 comments on commit 5dcd1ea

Please sign in to comment.