Difference between revisions of "NetExaltedXP"

From Exalted - Unofficial Wiki
Jump to: navigation, search
m
(Sanity!)
Line 2: Line 2:
 
Trying to be so gentle with subpages is annoying.  In any case, this is where I am placing the meat of my proposal for NetExalted. -[[Xeriar]]
 
Trying to be so gentle with subpages is annoying.  In any case, this is where I am placing the meat of my proposal for NetExalted. -[[Xeriar]]
  
* /Data - The basic Data class.
+
* /Data - The basic Data class.  Has two strings, governs all basic passing of data in NetExalted.
 
* /NetExalted - The NetExalted class.  The 'Core'.
 
* /NetExalted - The NetExalted class.  The 'Core'.
 
* /Character - The Character class.
 
* /Character - The Character class.
Line 10: Line 10:
 
As mentioned, my coding experience is not going to lead me in the realm of graphical, print, or pdf output, I am afraid, so I will leave that to those who have better trodden the path if at all possible.
 
As mentioned, my coding experience is not going to lead me in the realm of graphical, print, or pdf output, I am afraid, so I will leave that to those who have better trodden the path if at all possible.
  
=== Old Proposal Discussions and Such ===
+
* [[NetExalted/XeriarProposal|Link to the original proposal]] - Groundwork laying, for the most part.
I'm keeping these for memory's sake, and some important stuff was talked about between [[flymolo]] and I.
 
* [[NetExalted/XNEPCoreClass|Core]]
 
* [[NetExalted/XNEPTraitClass|Trait]]
 
* [[NetExalted/XNEPValueClass|Value]]
 
* [[NetExalted/XeriarProposal|Proposal]]
 
 
== Comments ==
 
== Comments ==

Revision as of 05:10, 31 January 2005

NetExalted Class Structure Proposal

Trying to be so gentle with subpages is annoying. In any case, this is where I am placing the meat of my proposal for NetExalted. -Xeriar

  • /Data - The basic Data class. Has two strings, governs all basic passing of data in NetExalted.
  • /NetExalted - The NetExalted class. The 'Core'.
  • /Character - The Character class.
  • /Trait - The Trait class.
  • /FrontEnd - Placeholder for the Front End class.

As mentioned, my coding experience is not going to lead me in the realm of graphical, print, or pdf output, I am afraid, so I will leave that to those who have better trodden the path if at all possible.

Comments