Skip to content

Releases: notunixian/ares_logger

1.01

26 Nov 22:37
Compare
Choose a tag to compare

hi again

full changelog:

- logger
     [ + ] console commands!
          [ = ] the only available commands are clear (clears console) and download (detailed below)
          [ = ] the 'download' command can take from either your clipboard or from a parameter passed in.
     [ + ] (maybe?) safe downloading! have the ability to download any vrca by asset url with a extremely low chance of being banned!
          [ ! ] this requires the use of the config flag 'enable_unsafe_features' set to true
          [ ! ] **this will use your auth cookie** but this is not stored or saved in any way, just to set a header and then it's discarded.
          [ ! ] as much as i've tried to make it extremely hard to get banned with this, use this on an account you wouldn't risk.
          [ = ] these downloaded avatars will be saved to ares_logger\downloads\[avatar_guid].vrca
     [ + ] better config system (thank you so much _1234/hacker)
- injector
     [ + ] better exception handling for when downloading required files fails (tells you why it failed.)
     [ + ] will now pull the json dependency that is **required** for ares_logger to run.
          [ ! ] this will mean that **all other versions of the logger injector will not work**
               [ = ] not following this will cause a crash, as the dependency is missing.
     [ + ] cleaned up console
     [ + ] added the ability to start vrchat after it has downloaded all required files
          [ ! ] this will start it in non-vr mode, there is an option to skip it if you need to start in vr mode.

note: the injector included will download the clr-loader and ares logger from ares servers, you can manually obtain the ares_logger and clr_loader by building them.

release 1

18 Nov 17:46
Compare
Choose a tag to compare

hi

full changelog:

- logger
     [ + ] configs! these configs will be saved to your ares_logger directory and saved as config.json
          [ = ] you can modify 3 options through here. world logging, avatar logging, and ignoring friends from avatar logging.
          [ ! ] this config will be read **on start**, meaning once the config has been read it cannot be changed until game restart.
     [ + ] world logging! they will automatically upload to API and log to file. they are saved into (ares_logger dir)\wrld_log.txt
     [ ~ ] cleaned up project in general and fixed small bugs
     [ ! ] there might be crashes, as hooking new things brings new bugs and potential crashes.

- injector
     [ + ] added another fallback to use a driver that is known to work on windows insider builds.

note: the injector included will download the clr-loader and the ares logger from ares servers, you can manually obtain the ares_logger and clr_loader by building them.

pre-release 1

12 Nov 04:06
Compare
Choose a tag to compare

not going to write changelog
fixed multiple bugs and cleaned up many parts of the code

note: the injector included will download the clr-loader and the ares logger from ares servers, you can manually obtain the ares_logger and clr_loader by building them.

beta2

06 Nov 00:20
Compare
Choose a tag to compare

2nd release for beta

full changelog:

  • logger
    [ ~ ] cleaned up console
    [ + ] added color printing in console and timestamps
    [ ~ ] fixed multiple bugs related to crashing and double sending (double sending is not fully fixed)
    [ ! ] beware of crashing, there is still some issues i haven't addressed yet.
  • clr loader
    [ + ] minhook wrappers (allows for better debugging & error handling)
    [ ~ ] moved from minhook lib to minhook source
    [ ! ] it seems like minhook will sometimes fail at hooking functions inside of the game, stating they haven't been created yet. no fix is known yet.
  • injector
    [ + ] injector will now pull the clr_loader and the ares_logger dlls from the ares-mod server
    [ + ] added a system to automatically retry using a different kdu provider if 22 fails.
    [ + ] injector will now try to guess the vrchat directory and place required files where they need to be.
    [ ! ] some people will still experience driver init failures, this is mostly due to some issues like core isolation/HVCI.

note: the injector included will download the clr-loader and the ares logger from ares servers, you can manually obtain the ares_logger and clr_loader by building them.

beta

29 Oct 12:46
Compare
Choose a tag to compare

first release for beta (when it gets pushed to beta)

note: the injector included will download the clr-loader and the ares logger from ares servers, you can manually obtain the ares_logger and clr_loader by building them.

testing

27 Oct 15:18
4d07dd1
Compare
Choose a tag to compare
testing Pre-release
Pre-release

this is a test release, bugs haven't been figured out and the code is potentially unstable.