Collection of Useful "Look 'N' Feel" Variables

Re: Collection of Useful "Look 'N' Feel" Variables

Postby Marenz » 06 Dec 2011, 17:21

Thanks a lot :-)
Marenz
 
Posts: 29
Joined: 20 Oct 2011, 00:06

Re: Collection of Useful "Look 'N' Feel" Variables

Postby Marenz » 12 Dec 2011, 18:41

I added your list to https://sourceforge.net/apps/mediawiki/ ... Game::vars
but the formatting is incomplete so far (didn't have enough time on my hands)


--Marenz
Marenz
 
Posts: 29
Joined: 20 Oct 2011, 00:06

Re: Collection of Useful "Look 'N' Feel" Variables

Postby ZeroKnight » 13 Dec 2011, 18:55

I hate to kill your work, but I already have these vars on the wiki. :(
My formatting on that page is equally bad, however I came up with a great draft idea to organize the vars!

It'll go something like the following. Please excuse the ambiguity of this; it was literally a case of me putting what was in my head into text:

{l Code}: {l Select All Code}
RE wiki vars page draft: (NEW IDEA!!! <33)


___index page___ (holds table of contents (either in ENTIRETY, or only minus individual vars)
>>>
   
   *  Game Variables
      * A
         (may exclude:) * <varname with A>
         * <another varname with A> (all "A" vars)
      * B
         (all "B" vars)
      * C
         etc.
      etc.
   
   *  Client Specific Variables
      * HUD/GUI
         * A
         etc.
         
      * Configuration variables
   
   *  Server Specific Variables
      * A
      etc.
   
   *  Mapping Specific Variables
   

( each letter group would be it's own section; vars will show in a list using the current draft format )

( need possibly better organizational ideas for client and server vars; needs a few ideas. keep them separate? merge them? do they have enough criteria each? how would they be categorized? (gui/hud, config, etc.) )
         


It's just a rough outline of what it will generally be, yet not all ideas are set in stone.
[ Github ][ WazuClan -- irc.wazuclan.com #wazuclan ][ Zero's Archive of RE Extensions, Scripts, WeapMods & More! ]
User avatar
ZeroKnight
 
Posts: 524
Joined: 08 Jun 2011, 01:24
Location: Ohio, United States

Re: Collection of Useful "Look 'N' Feel" Variables

Postby Marenz » 13 Dec 2011, 19:32

Maybe a table would be best suited for this? Those are quite flexible, you can sort it using an column you wish ...
Where can I find the vars in the wiki?
Marenz
 
Posts: 29
Joined: 20 Oct 2011, 00:06

Re: Collection of Useful "Look 'N' Feel" Variables

Postby ZeroKnight » 14 Dec 2011, 00:47

They will be in tables. It will be organized so that an index page contains a huge table of contents. Every var for every set of letters will have their own page, organized in tables like how I have now. Holding those pages will be general categories like "Game Vars", "Server-side Vars", etc.

https://sourceforge.net/apps/mediawiki/ ... rs::client

Is my work in progress page. "Client" is going to change to "Game". Well, that page in general wont exist long. I'm still putting the finishing touches on the draft, then I'll start creating it. I'm happy you want to help, (very happy), but would you mind holding off on editing the wiki directly until I have the skeleton set up? Then it's just getting every variable's info and putting it on the wiki.
[ Github ][ WazuClan -- irc.wazuclan.com #wazuclan ][ Zero's Archive of RE Extensions, Scripts, WeapMods & More! ]
User avatar
ZeroKnight
 
Posts: 524
Joined: 08 Jun 2011, 01:24
Location: Ohio, United States

Re: Collection of Useful "Look 'N' Feel" Variables

Postby ZeroKnight » 15 Dec 2011, 20:35

Following up with an advancement on the new draft idea: (yes I use HTML formatting and not full MediaWiki formatting. That's just how I roll.)

{l Code}: {l Select All Code}
<!-- Index -->

= Variables Index =

<!-- brief intro-statement thingy? -->

<ul>
   <li>[[Vars-Game|Game Variables]]</li>
        <ul>
            <li>[[Vars-Game-A|"A"]]</li>
            <li>[[Vars-Game-B|"B"]]</li>
            <li>[[Vars-Game-C|"C"]]</li>
            <li>[[Vars-Game-D|"D"]]</li>
            <li>[[Vars-Game-E|"E"]]</li>
            <li>[[Vars-Game-F|"F"]]</li>
            <li>[[Vars-Game-G|"G"]]</li>
            <li>[[Vars-Game-H|"H"]]</li>
            <li>[[Vars-Game-I|"I"]]</li>
            <li>[[Vars-Game-J|"J"]]</li>
            <li>[[Vars-Game-K|"K"]]</li>
            <li>[[Vars-Game-L|"L"]]</li>
            <li>[[Vars-Game-M|"M"]]</li>
            <li>[[Vars-Game-N|"N"]]</li>
            <li>[[Vars-Game-O|"O"]]</li>
            <li>[[Vars-Game-P|"P"]]</li>
            <li>[[Vars-Game-Q|"Q"]]</li>
            <li>[[Vars-Game-R|"R"]]</li>
            <li>[[Vars-Game-S|"S"]]</li>
            <li>[[Vars-Game-T|"T"]]</li>
            <li>[[Vars-Game-U|"U"]]</li>
            <li>[[Vars-Game-V|"V"]]</li>
            <li>[[Vars-Game-W|"W"]]</li>
            <li>[[Vars-Game-X|"X"]]</li>
            <li>[[Vars-Game-Y|"Y"]]</li>
            <li>[[Vars-Game-Z|"Z"]]</li>
        </ul>
           
   <li>[[Vars-Client|Client-Side Variables]]</li>
        <ul>
            <li>[[Vars-Client-A|"A"]]</li>
            <li>[[Vars-Client-B|"B"]]</li>
            <li>[[Vars-Client-C|"C"]]</li>
            <li>[[Vars-Client-D|"D"]]</li>
            <li>[[Vars-Client-E|"E"]]</li>
            <li>[[Vars-Client-F|"F"]]</li>
            <li>[[Vars-Client-G|"G"]]</li>
            <li>[[Vars-Client-H|"H"]]</li>
            <li>[[Vars-Client-I|"I"]]</li>
            <li>[[Vars-Client-J|"J"]]</li>
            <li>[[Vars-Client-K|"K"]]</li>
            <li>[[Vars-Client-L|"L"]]</li>
            <li>[[Vars-Client-M|"M"]]</li>
            <li>[[Vars-Client-N|"N"]]</li>
            <li>[[Vars-Client-O|"O"]]</li>
            <li>[[Vars-Client-P|"P"]]</li>
            <li>[[Vars-Client-Q|"Q"]]</li>
            <li>[[Vars-Client-R|"R"]]</li>
            <li>[[Vars-Client-S|"S"]]</li>
            <li>[[Vars-Client-T|"T"]]</li>
            <li>[[Vars-Client-U|"U"]]</li>
            <li>[[Vars-Client-V|"V"]]</li>
            <li>[[Vars-Client-W|"W"]]</li>
            <li>[[Vars-Client-X|"X"]]</li>
            <li>[[Vars-Client-Y|"Y"]]</li>
            <li>[[Vars-Client-Z|"Z"]]</li>
        </ul>

   <li>[[Vars-Server|Server-Side Variables]]</li>
        <ul>
            <li>[[Vars-Server-A|"A"]]</li>
            <li>[[Vars-Server-B|"B"]]</li>
            <li>[[Vars-Server-C|"C"]]</li>
            <li>[[Vars-Server-D|"D"]]</li>
            <li>[[Vars-Server-E|"E"]]</li>
            <li>[[Vars-Server-F|"F"]]</li>
            <li>[[Vars-Server-G|"G"]]</li>
            <li>[[Vars-Server-H|"H"]]</li>
            <li>[[Vars-Server-I|"I"]]</li>
            <li>[[Vars-Server-J|"J"]]</li>
            <li>[[Vars-Server-K|"K"]]</li>
            <li>[[Vars-Server-L|"L"]]</li>
            <li>[[Vars-Server-M|"M"]]</li>
            <li>[[Vars-Server-N|"N"]]</li>
            <li>[[Vars-Server-O|"O"]]</li>
            <li>[[Vars-Server-P|"P"]]</li>
            <li>[[Vars-Server-Q|"Q"]]</li>
            <li>[[Vars-Server-R|"R"]]</li>
            <li>[[Vars-Server-S|"S"]]</li>
            <li>[[Vars-Server-T|"T"]]</li>
            <li>[[Vars-Server-U|"U"]]</li>
            <li>[[Vars-Server-V|"V"]]</li>
            <li>[[Vars-Server-W|"W"]]</li>
            <li>[[Vars-Server-X|"X"]]</li>
            <li>[[Vars-Server-Y|"Y"]]</li>
            <li>[[Vars-Server-Z|"Z"]]</li>
        </ul>
</ul>


Again, that's just a rough categorization. I still am not 100% on how to organize the other vars. Examples being: as to what counts as criteria for being a server var, but not a game var, subcategories for Client-side vars, etc.
Rest assured, I have many ideas in the mix.

As a note, to re-clarify, all vars are organized alphabetically, with each letter its own page. Each page will have a list of all vars of that letter in the same formatting as what I have currently done on the WIP page I linked in my previous post.
[ Github ][ WazuClan -- irc.wazuclan.com #wazuclan ][ Zero's Archive of RE Extensions, Scripts, WeapMods & More! ]
User avatar
ZeroKnight
 
Posts: 524
Joined: 08 Jun 2011, 01:24
Location: Ohio, United States

Who is online

Users browsing this forum: No registered users and 0 guests