mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
updated files
This commit is contained in:
parent
39f99b1470
commit
3998afcc62
@ -309,6 +309,7 @@ Thank you Nukley for the idea of the Splash Tester.
|
||||
Credits go to Nostal-ia for getting 2011M corescripts working and helping me with 2011E corescripts.
|
||||
Credits to Hazelnut (creator of JRBX) for the buttons used in the Stylish style.
|
||||
Credits go to davcs86 for the HWID generation code (https://github.com/davcs86/csharp-uhwid)
|
||||
Credits got to BRAVONATCHO and Sodikm for the web proxy code.
|
||||
All credits for the used pieces of code go to the respective authors.
|
||||
|
||||
------------------------------------------------------------
|
||||
|
@ -1,3 +1,13 @@
|
||||
1.3 Snapshot v22.8405.19856.1
|
||||
Enhancements:
|
||||
- Added the Web Proxy!
|
||||
- Novetus will now have a prompt on launch asking if the user would like to enable the web proxy. When pressing "Yes", the user will have to install the web proxy certificate on the next prompt. The initial prompt will only appear once.
|
||||
- The proxy Console command is an additional way to turn on and turn off the web proxy.
|
||||
- The Proxy is extendable with user scripts that enhance the client experience.
|
||||
|
||||
Fixes:
|
||||
- Fixed a bug where resetting the config would close the console.
|
||||
----------------------------------------------------------------------------
|
||||
1.3 Snapshot v22.8391.14830.1
|
||||
Notes:
|
||||
- As of the current Novetus version, .NET Framework 4.0 is no longer the main framework running Novetus. Novetus now requires .NET Framework 4.8.
|
||||
|
@ -16,6 +16,7 @@ Commands:|3
|
||||
+ config save - Saves the config file|4
|
||||
+ config load - Reloads the config file|4
|
||||
+ config reset - Resets the config file|4
|
||||
+ proxy <off/on/disable> - Turns Novetus' web proxy on and off.
|
||||
---------|1
|
||||
Command-Line Parameters:|3
|
||||
---------|1
|
||||
|
@ -1,6 +1,5 @@
|
||||
@ECHO OFF
|
||||
del /S Novetus\*.pdb
|
||||
del /S Novetus\*.exe.config
|
||||
del /S Novetus\*.log
|
||||
del /S Novetus\*.bak
|
||||
|
||||
@ -125,6 +124,8 @@ del /s /q Novetus\config\clients\GlobalSettings7_2008M.xml
|
||||
del /s /q Novetus\config\clients\GlobalSettings_13_2012M.xml
|
||||
del /s /q Novetus\config\clients\GlobalSettings_4_2009L.xml
|
||||
|
||||
del /s /q Novetus\bin\rootCert.pfx
|
||||
|
||||
rmdir /s /q Novetus\maps\Custom
|
||||
rmdir /s /q Novetus\shareddata\assetcache
|
||||
rmdir /s /q Novetus\logs
|
Loading…
Reference in New Issue
Block a user