Difference between revisions of "User:Demolishun"
Jump to navigation
Jump to search
no edit summary
imported>Demolishun |
imported>Demolishun |
||
Line 1: | Line 1: | ||
== What I am working on... == | == What I am working on...Actually it is DONE!!! == | ||
I am working on a plugin for OBSE. It will allow UDP communication between Oblivion and an external app. The plugin will allow for data to be converted to and from JSON messages that will convert to and from oblivion objects. It will also have the ability to launch an external app to connect to the engine and handle more advanced processes like databases, remote resources, and other tasks. The plugin will just be a transport. That will be the scope of the interface. This should allow modders to add significant functionality to the engine without extraneous features. | I am working on a plugin for OBSE. It will allow UDP communication between Oblivion and an external app. The plugin will allow for data to be converted to and from JSON messages that will convert to and from oblivion objects. It will also have the ability to launch an external app to connect to the engine and handle more advanced processes like databases, remote resources, and other tasks. The plugin will just be a transport. That will be the scope of the interface. This should allow modders to add significant functionality to the engine without extraneous features. | ||
Line 15: | Line 15: | ||
=== Wild ideas: === | === Wild ideas: === | ||
Implementing logic outside the engine using Python. | Implementing logic outside the engine using Python. This is done too! | ||
=== Current feature being worked on: === | === Current feature being worked on: === |