Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

2023.4.15-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 08:47
· 25 commits to master since this release
27252ca
Add new Draw Distance mod among other things (#279)

* Update Crender Class

Used regenny to remove znear and zfar and added new offset for draw distance.

i dont know why regenny does the private public thing now. guess its a feature

* ReAdd Znear and Zfar

Im not 100% sure if these vaules are correct but its the best i could find
setting Zfar to 0 seems to break rending in a way that would make me think its Zfar

if this is incorrect and someone is able to fix them that would be great
Kcamera does use them but luckly currently nothing uses that class so its not overly important

* Add DrawDistance Mod

* Fix unlimited Zoom mod

* Reenable character Window Title mod

all prerequirements for this mod to work again where already updated