Skip to content

A collection of helper functions to manipulate in-game functions for Revelation Online. Requires ROPlus.io

Notifications You must be signed in to change notification settings

voodoonofx/routils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

routils

A collection of helper functions to manipulate in-game functions for Revelation Online. See the forums at https://www.roplus.io/ for addional info. More features will be added as I need them, or they are requested.

Installation

Just place the routils folder into your ROPlus\Scripts directory

routils.redirect

A few helpers to redirect STDOUT and STDERR to a text file for you.

routils.ro_core

A few options to disable the various internal Revelation Online debugging functions which pollute your stdout output.

Usage:

import roplus
from routils.ro_core import silence_debug, silence_info, silence_error
import routils.redirect

silence_debug()
silence_info()
silence_error()

routils.redirect.stdout('F:\\ro.stdout.txt')
routils.redirect.stderr('F:\\ro.stderr.txt')

You can optionally force the utility to clear and reopen sys.stdout. This clears the current output and opens a new file.

routils.redirect.stdout('F:\\ro.stdout.txt', force=True)
routils.redirect.stderr('F:\\ro.stderr.txt', force=True)

About

A collection of helper functions to manipulate in-game functions for Revelation Online. Requires ROPlus.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages