Re: [hlcoders] KeyValues Writing Help

2006-04-02 Thread Benjamin Davison
-- [ Picked text/plain from multipart/alternative ] Nice! Works a treat :) Thanks for that. On 4/2/06, Aaron Schiff <[EMAIL PROTECTED]> wrote: > > -- > [ Picked text/plain from multipart/alternative ] > Go ahead > > On 4/2/06, Jorge Rodriguez <[EMAIL PROTECTED]> wrote: > > > > Aaron Schiff wrote:

Re: [hlcoders] KeyValues Writing Help

2006-04-01 Thread Aaron Schiff
-- [ Picked text/plain from multipart/alternative ] Go ahead On 4/2/06, Jorge Rodriguez <[EMAIL PROTECTED]> wrote: > > Aaron Schiff wrote: > > >I just posted the answer... > > > > > I'll just go back to sleep now. > > -- > Jorge "Vino" Rodriguez > > > __

Re: [hlcoders] KeyValues Writing Help

2006-04-01 Thread Jorge Rodriguez
Aaron Schiff wrote: I just posted the answer... I'll just go back to sleep now. -- Jorge "Vino" Rodriguez ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlc

Re: [hlcoders] KeyValues Writing Help

2006-04-01 Thread Aaron Schiff
-- [ Picked text/plain from multipart/alternative ] I just posted the answer... -- ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

Re: [hlcoders] KeyValues Writing Help

2006-04-01 Thread Jorge Rodriguez
Aaron Schiff wrote: that's for reading of course.. Oh, WRITING! I knew that. I don't know how to do writing but it's probably somewhere in the keyvalues header. -- Jorge "Vino" Rodriguez ___ To unsubscribe, edit your list preferences, or view the

Re: [hlcoders] KeyValues Writing Help

2006-04-01 Thread Aaron Schiff
-- [ Picked text/plain from multipart/alternative ] that's for reading of course.. -- ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

Re: [hlcoders] KeyValues Writing Help

2006-04-01 Thread Jorge Rodriguez
Look at weapon_parse.cpp for examples. KeyValues *pKV = ReadEncryptedKVFile( filesystem, pszFileName, pICEKey ); if ( pKV ) { Parse( pKV ); pKV->deleteThis(); } // meanwhile, in the Parse function... void Parse( KeyValues *pKeyValuesData ) { KeyValues *pKey = pKeyV

Re: [hlcoders] KeyValues Writing Help

2006-04-01 Thread Aaron Schiff
-- [ Picked text/plain from multipart/alternative ] This is not the best way at approaching this...you don't want to make each keyname just "User" when you make it...you should do it like this: "Users" { "STEAM_ID_LAN" { "stats""50" } "STEAM_ID_RAWR" { "stats"