RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[2.x] Console Editing: On The Go [Deleted]

Status
Not open for further replies.

Enroq

Sorceror
Enroq submitted a new resource:

Console Editing: On The Go (version 1.0) - Allows users to modify the console text without constant rebuilds.

Place Block in Main.cs of the Core.

Code:
            //Guess what guys, making it easy for users is the goal.
            /*
            * ServUO's Original Code
            if (File.Exists("publish.txt"))
            {
                try
                {
                    FileStream fs = new FileStream("publish.txt", FileMode.Open, FileAccess.Read, FileShare.Read);
                    StreamReader sr = new StreamReader(fs);
 
                    publishNumber = sr.ReadLine();...

Read more about this resource...
 
Status
Not open for further replies.
Top