Re: [hlcoders] Debugging HL2DM Sdk

2005-02-22 Thread Draco
try the other game rules sets. infact, check to see what one is
gettiong installed on creation of server


--
**
Draco
Coder for Perfect Dark and Kreedz Climbing
http://perfectdark.game-mod.net

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



RE: [hlcoders] Debugging HL2DM Sdk

2005-02-22 Thread Mike Dussault
What's the command line you're running with? Is there a client.dll and
server.dll getting built into the bin directory under where the -game
parameter points at? Are they the ones you're building? Try inserting
some Msg() code into cdll_client_int.cpp, OnRenderStart and see if that
spits anything out.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of r00t 3:16
Sent: Monday, February 21, 2005 11:07 PM
To: hlcoders@list.valvesoftware.com
Subject: Re: [hlcoders] Debugging HL2DM Sdk

Noone has a clue about this?
I can not for the life of me do anything with the HL2DM sdk?

I tried the MP SDK and everything works as it should.
Not sure what the deal is...

Also in the solution explorer it shows CounterStrike DLL TF2 DLL and
these were never there before. They have some files under those but the
system can not find the path error when I try to open one of the files.

Maybe I got a screwed up download?

r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: r00t 3:16 [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Saturday, February 19, 2005 9:46 PM
Subject: Re: [hlcoders] Debugging HL2DM Sdk


 Also while doing more testing...


 void CHL2MPRules::Think( void )
 {
 DevMsg(2,%s\n, ShouldRestartRound() ); 
 }

 That does not Give me anything when I launch the game, with developer
 2 set in the console.
 That should scoll in the console and does not.

 So why does it seem changes can not be made to the hl2dm_ files ?

 r00t 3:16
 CQC Gaming
 www.cqc-gaming.com


 - Original Message -
 From: r00t 3:16 [EMAIL PROTECTED]
 To: hlcoders@list.valvesoftware.com
 Sent: Saturday, February 19, 2005 9:39 PM
 Subject: [hlcoders] Debugging HL2DM Sdk


 Anyone try to debug this ?
 It will not allow me to go into the hl properties to add the debug
 options.

 Client or Server projects.

 Box comes up and says unspecified error

 Any ideas what might cause this?



 r00t 3:16
 CQC Gaming
 www.cqc-gaming.com

 ___
 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





___
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



Re: [hlcoders] Debugging HL2DM Sdk

2005-02-22 Thread r00t 3:16
I think you replied to the wrong thread?
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: Draco [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Tuesday, February 22, 2005 3:17 AM
Subject: Re: [hlcoders] Debugging HL2DM Sdk

try the other game rules sets. infact, check to see what one is
gettiong installed on creation of server
--
**
Draco
Coder for Perfect Dark and Kreedz Climbing
http://perfectdark.game-mod.net
___
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


Re: [hlcoders] Debugging HL2DM Sdk

2005-02-22 Thread r00t 3:16
Tried that, It is not compiling the hl2dm sdk for some reason.
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: Mike Dussault [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Tuesday, February 22, 2005 1:46 PM
Subject: RE: [hlcoders] Debugging HL2DM Sdk

What's the command line you're running with? Is there a client.dll and
server.dll getting built into the bin directory under where the -game
parameter points at? Are they the ones you're building? Try inserting
some Msg() code into cdll_client_int.cpp, OnRenderStart and see if that
spits anything out.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of r00t 3:16
Sent: Monday, February 21, 2005 11:07 PM
To: hlcoders@list.valvesoftware.com
Subject: Re: [hlcoders] Debugging HL2DM Sdk
Noone has a clue about this?
I can not for the life of me do anything with the HL2DM sdk?
I tried the MP SDK and everything works as it should.
Not sure what the deal is...
Also in the solution explorer it shows CounterStrike DLL TF2 DLL and
these were never there before. They have some files under those but the
system can not find the path error when I try to open one of the files.
Maybe I got a screwed up download?
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: r00t 3:16 [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Saturday, February 19, 2005 9:46 PM
Subject: Re: [hlcoders] Debugging HL2DM Sdk

Also while doing more testing...
void CHL2MPRules::Think( void )
{
DevMsg(2,%s\n, ShouldRestartRound() ); 
}
That does not Give me anything when I launch the game, with developer
2 set in the console.
That should scoll in the console and does not.
So why does it seem changes can not be made to the hl2dm_ files ?
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: r00t 3:16 [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Saturday, February 19, 2005 9:39 PM
Subject: [hlcoders] Debugging HL2DM Sdk

Anyone try to debug this ?
It will not allow me to go into the hl properties to add the debug
options.
Client or Server projects.
Box comes up and says unspecified error
Any ideas what might cause this?

r00t 3:16
CQC Gaming
www.cqc-gaming.com
___
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


___
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


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


Re: [hlcoders] Debugging HL2DM Sdk

2005-02-22 Thread Mark Ettinger
Which version of VS .NET are you using, 7.1?   If not, perhaps that is
the source of the problem?

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Debugging HL2DM Sdk

2005-02-22 Thread r00t 3:16
I figured out what it was..
I feel like a knuckle head, but I was using the everthing project instead of
the game_sdk project. HL2DM sdk uses the Game_sdk, everything works now.
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: Mark Ettinger [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Tuesday, February 22, 2005 4:48 PM
Subject: Re: [hlcoders] Debugging HL2DM Sdk

Which version of VS .NET are you using, 7.1?   If not, perhaps that is
the source of the problem?
___
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


Re: [hlcoders] Debugging HL2DM Sdk

2005-02-21 Thread r00t 3:16
Noone has a clue about this?
I can not for the life of me do anything with the HL2DM sdk?
I tried the MP SDK and everything works as it should.
Not sure what the deal is...
Also in the solution explorer it shows CounterStrike DLL TF2 DLL and these
were never there before. They have some files under those but the system can
not find the path error when I try to open one of the files.
Maybe I got a screwed up download?
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: r00t 3:16 [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Saturday, February 19, 2005 9:46 PM
Subject: Re: [hlcoders] Debugging HL2DM Sdk

Also while doing more testing...
void CHL2MPRules::Think( void )
{
DevMsg(2,%s\n, ShouldRestartRound() );

}
That does not Give me anything when I launch the game, with developer 2
set
in the console.
That should scoll in the console and does not.
So why does it seem changes can not be made to the hl2dm_ files ?
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: r00t 3:16 [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Saturday, February 19, 2005 9:39 PM
Subject: [hlcoders] Debugging HL2DM Sdk

Anyone try to debug this ?
It will not allow me to go into the hl properties to add the debug
options.
Client or Server projects.
Box comes up and says unspecified error
Any ideas what might cause this?

r00t 3:16
CQC Gaming
www.cqc-gaming.com
___
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


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


Re: [hlcoders] Debugging HL2DM Sdk

2005-02-20 Thread r00t 3:16
Anyone having this problem in the HL2DM sdk?
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: r00t 3:16 [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Saturday, February 19, 2005 9:46 PM
Subject: Re: [hlcoders] Debugging HL2DM Sdk

Also while doing more testing...
void CHL2MPRules::Think( void )
{
DevMsg(2,%s\n, ShouldRestartRound() );

}
That does not Give me anything when I launch the game, with developer 2
set
in the console.
That should scoll in the console and does not.
So why does it seem changes can not be made to the hl2dm_ files ?
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: r00t 3:16 [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Saturday, February 19, 2005 9:39 PM
Subject: [hlcoders] Debugging HL2DM Sdk

Anyone try to debug this ?
It will not allow me to go into the hl properties to add the debug
options.
Client or Server projects.
Box comes up and says unspecified error
Any ideas what might cause this?

r00t 3:16
CQC Gaming
www.cqc-gaming.com
___
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


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


[hlcoders] Debugging HL2DM Sdk

2005-02-19 Thread r00t 3:16
Anyone try to debug this ?
It will not allow me to go into the hl properties to add the debug options.
Client or Server projects.
Box comes up and says unspecified error
Any ideas what might cause this?

r00t 3:16
CQC Gaming
www.cqc-gaming.com
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


Re: [hlcoders] Debugging HL2DM Sdk

2005-02-19 Thread r00t 3:16
Also while doing more testing...
void CHL2MPRules::Think( void )
{
DevMsg(2,%s\n, ShouldRestartRound() );

}
That does not Give me anything when I launch the game, with developer 2 set
in the console.
That should scoll in the console and does not.
So why does it seem changes can not be made to the hl2dm_ files ?
r00t 3:16
CQC Gaming
www.cqc-gaming.com
- Original Message -
From: r00t 3:16 [EMAIL PROTECTED]
To: hlcoders@list.valvesoftware.com
Sent: Saturday, February 19, 2005 9:39 PM
Subject: [hlcoders] Debugging HL2DM Sdk

Anyone try to debug this ?
It will not allow me to go into the hl properties to add the debug
options.
Client or Server projects.
Box comes up and says unspecified error
Any ideas what might cause this?

r00t 3:16
CQC Gaming
www.cqc-gaming.com
___
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