27-07-2009, 09:36 AM
James Wrote:Been there, done that. I was the first one to only use one component server-side, removing all timers, with Atty, my pr0 friend.Joost Wrote:Labmonkey Wrote:Joost making seperate exes is great when your making a big game and you have lots of admin only stuff and it will save lots of space, but for small mirage games its not a noticeable difference, and is kind of an inconvience to devving if you have to give all mods a separate client..Forms are evil. Components are evil. Don't use them when you don't need them. Over half the forms in ES were admin-related stuff, fucking waste of space.
QFT. In one of my edits I tried to reduce forms and components by combining editors into one form, and all the main menus. On the Menu form I used control arrays, which I've been told is better than bazillions of individual controls.