05-07-2020, 11:14 PM
Hola a todos, nose si éste tema vaya en este lugar, de no serlo le pido a los administradores que lo muevan.
Ayer miré en Evo-Web una nueva actualización del Kitserver con algunos arreglos, entre ellos la solución al error de la visualización de las faces y hairs HD, además ahora se permite ver los kits instalados en el kitserver desde el menú editar sin más que decir dejo la publicación original de las nuevas características que publico el gran Juce.
Ayer miré en Evo-Web una nueva actualización del Kitserver con algunos arreglos, entre ellos la solución al error de la visualización de las faces y hairs HD, además ahora se permite ver los kits instalados en el kitserver desde el menú editar sin más que decir dejo la publicación original de las nuevas características que publico el gran Juce.
Kitserver 6.8.2 beta2 modificado por @Cahr's79
- Funciona correctamente la visualización en kits en el menú editar y la resolución.
Para adecuar la resolución correcta debemos abrir el archivo kloaf.cfg con el bloc de notas y reemplazar las siguientes lineas:
Mostrar Contenido
Spoiler
Con dx.fullscreen.width y dx.fullscreen.height debemos poner los números la resolución que tenemos actualmente en nuestro PC, y con internal.resolution.width y internal.resolution.height ajustamos unos valores de la calidad gráfica que pueda soportar nuestro PC, en mi caso con un i3 900x900 me anda bien si se tuviera un mejor PC se subieran estos valores para mejorar la calidad gráfica.
Código:
dx.fullscreen.width = 1366
dx.fullscreen.height = 768
internal.resolution.width = 900
internal.resolution.height = 900
Kitserver 6.8.2 beta2 modificado por @Saborio
- Funciona correctamente la visualización de faces in game Kitserver 6.8.1
Bootserver 6.8.2
- fixed issue with transparent boots, when random boot assignment is usedBootserver 6.8.2
Kitserver 6.8.2 Beta2
- has only the changed modules: kload.dll, dxtools.dll, lodmixer.dll. You need to replace all three of these in your existing 6.8.1 kitserver, for this to work right.
Mostrar Contenido
SpoilerThe new settings are supported in kload.cfg , and they are:
dx.window.x and dx.window.y - position of window's top-left corner
dx.window.width and dx.window.height - window dimensions
dx.window.style - value in hex format that defines the style of the window (framing, menu, minimize/maximize controls, etc)
dx.window.exstyle - value in hex format that defines extended style.
All of them are optional, and can also be used independently, or in combinations together.
All of them are optional, and can also be used independently, or in combinations together.
Some examples:
Example 1: We want a custom-sized window, but keep default positioning and styling.
Code:
dx.window.width = 2150
dx.window.height = 1230
Example 2: We want to move the window to (505,10) and change its frame to borderless
Code:
dx.window.x = 505
dx.window.y = 10
dx.window.style = 0x10000000
dx.window.exstyle = 0
Example 3: We want a borderless window that covers the entire screen, which has 2880x1800 resolution
Code:
dx.window.x = 0
dx.window.y = 0
dx.window.width = 2880
dx.window.height = 1800
dx.window.style = 0x10000000
dx.window.exstyle = 0:
dx.window.x and dx.window.y - position of window's top-left corner
dx.window.width and dx.window.height - window dimensions
dx.window.style - value in hex format that defines the style of the window (framing, menu, minimize/maximize controls, etc)
dx.window.exstyle - value in hex format that defines extended style.
All of them are optional, and can also be used independently, or in combinations together.
All of them are optional, and can also be used independently, or in combinations together.
Some examples:
Example 1: We want a custom-sized window, but keep default positioning and styling.
Code:
dx.window.width = 2150
dx.window.height = 1230
Example 2: We want to move the window to (505,10) and change its frame to borderless
Code:
dx.window.x = 505
dx.window.y = 10
dx.window.style = 0x10000000
dx.window.exstyle = 0
Example 3: We want a borderless window that covers the entire screen, which has 2880x1800 resolution
Code:
dx.window.x = 0
dx.window.y = 0
dx.window.width = 2880
dx.window.height = 1800
dx.window.style = 0x10000000
dx.window.exstyle = 0:
(In beta1, it wasn't setting the size quite right, but in beta2 - it does. Attached new zip)Kitserver 6.8.2 Beta2
Kitserver 6.8.1
- fixed "transparent boots": supporting boots of wrong sizes again, when possible
- fixed HD hair problems Kitserver 6.8.1
Kitserver 6.8.0
- all source code updated to build with modern compiler (Visual Studio 2019)
- fixed crashes related to font memory corruption
- faceserver: re-worked HD face/hair logic - should fix errors with wrong face/hair
- bootserver: HD boots
- new module - gloveserver (gloves.dll): allows individual assignment of GK gloves
- keybind.exe renamed to keyconf.exe - to avoid antivirus complaints
- lodmixer: manual aspect ratio setting Kitserver 6.8.0
Algunas previas
Mostrar Contenido
Spoiler![[Imagen: 0dIWkkS.png]](https://i.imgur.com/0dIWkkS.png)
![[Imagen: kb7lI2U.png]](https://i.imgur.com/kb7lI2U.png)
![[Imagen: qTMCjFJ.png]](https://i.imgur.com/qTMCjFJ.png)
![[Imagen: 8f15uWXA_o.png]](https://images2.imgbox.com/b8/8d/8f15uWXA_o.png)
![[Imagen: sLswT20F_o.png]](https://images2.imgbox.com/5a/a9/sLswT20F_o.png)
![[Imagen: 0dIWkkS.png]](https://i.imgur.com/0dIWkkS.png)
![[Imagen: kb7lI2U.png]](https://i.imgur.com/kb7lI2U.png)
![[Imagen: qTMCjFJ.png]](https://i.imgur.com/qTMCjFJ.png)
![[Imagen: 8f15uWXA_o.png]](https://images2.imgbox.com/b8/8d/8f15uWXA_o.png)
![[Imagen: sLswT20F_o.png]](https://images2.imgbox.com/5a/a9/sLswT20F_o.png)
Ademas ha publicado el código de fuente en Github.com
https://github.com/kitserver/kitserver6
Para habilitar la visualización de los kits en el menú editar hay que editar el archivo kserv.cfg con el bloc de notas y cambiar a 1 lo que está resaltado.
Código:
# Kserv configuration file
HD-kits.enabled = 1
edit-mode.kits.enabled = 1
Mostrar Contenido
Spoiler![[Imagen: v88io8Sl_o.png]](https://images2.imgbox.com/89/b0/v88io8Sl_o.png)
![[Imagen: v88io8Sl_o.png]](https://images2.imgbox.com/89/b0/v88io8Sl_o.png)
Bueno y ésto es todo esperemos que éstas nuevas versiones sean implementada para su uso

Saludos.