-- [ Picked text/plain from multipart/alternative ] Header files would be ok probably, but wouldn't we still be stuck at the point where if theres a big update the plugins break? They would have to give us new header files each time there is a css dods update and I highly dought they will keep up with that. Plus after an update, because we all know valve wont release header files before an update, all the plugins would be broken until mani/meta/whatever mod updates their hooks. :/ WHat we really need is a way to tell the game interface something like this: player->SetGameMovementObject(new CCSSDMGameMovement() ); Like setting what function the engine will use for certain aspects. Basically instead of having to hook the vtables and hack the function addresses, just tell the engine to use this function instead of what it was going to do. :/ I have only read about this method so I probably don't sound very professional.
On 7/26/06, LDuke <[EMAIL PROTECTED]> wrote: > > -- > [ Picked text/plain from multipart/alternative ] > I'm with you on the DOD:S and CSS SDK. Even just releasing the updated > header files would be a huge help. > > Valve does a great job of helping the mod community, but CSS plugins run > on > more servers (and affect more players) than just about any mod. > > For example, CSS:DM runs on about the same number of servers as the number > one HL2 mod Garry's Mod (575 servers vs 598). ZombieMod (which changes > CS:S > gameplay drastically) and VIP Mod both run on more servers than any HL2 > mod > besides gmod. All three plugins are based heavily on hacks, and updates > have > a 50% chance of breaking at least one of those hacks. > > It seems that as a coder or modeller, you're work is likely to be seen by > more players if you make a server plugin than a mod. > > It would be nice to get updates that allow the server plugin community to > reduce the number of hacks used so that updates go more smoothly for > players > and server owners. > > Grant > (L. Duke) > > > On 7/25/06, Charles Solar <[EMAIL PROTECTED]> wrote: > > > > -- > > [ Picked text/plain from multipart/alternative ] > > My sdk wishlist: > > > > 1. CSS style bots > > 2. More server plugin control over game > > 3. DOD:S and CSS sdk :) > > 4. VS 05 support > > > > Thats in order of importance :D > > -- > > > > > -- > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

