Discussion:
[hlcoders] gameinfo.txt doesn't exist
adam chance
2010-07-16 20:59:28 UTC
Permalink
When I Debug my Mod, I get this error

Setup file 'gameindo.txt' doesn't exist in subdirectory 'hl2'.
Check your -game parameter or VCONFIG setting.

What do I do?
Joel R.
2010-07-16 22:30:59 UTC
Permalink
I had this too, I can't remember what fixed it, but try:

- Add your mod to the GameConfig.txt.
- Run the Source SDK Base 200X from Tools at least once.


On Fri, Jul 16, 2010 at 3:59 PM, adam chance
Post by adam chance
When I Debug my Mod, I get this error
Setup file 'gameindo.txt' doesn't exist in subdirectory 'hl2'.
Check your -game parameter or VCONFIG setting.
What do I do?
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
http://list.valvesoftware.com/mailman/listinfo/hlcoders
adam chance
2010-07-17 07:41:16 UTC
Permalink
I fixed it now, but TortoiseSVN has made me restart (for the fifth time).

I had it set to half-life 2 episode 2\hl2 not ep2.



________________________________
From: Joel R. <***@gmail.com>
To: Discussion of Half-Life Programming <***@list.valvesoftware.com>
Sent: Friday, 16 July, 2010 23:30:59
Subject: Re: [hlcoders] gameinfo.txt doesn't exist

I had this too, I can't remember what fixed it, but try:

- Add your mod to the GameConfig.txt.
- Run the Source SDK Base 200X from Tools at least once.


On Fri, Jul 16, 2010 at 3:59 PM, adam chance
Post by adam chance
When I Debug my Mod, I get this error
Setup file 'gameindo.txt' doesn't exist in subdirectory 'hl2'.
Check your -game parameter or VCONFIG setting.
What do I do?
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
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

Tom Edwards
2010-07-16 22:31:48 UTC
Permalink
Check your -game parameter. You're launching the engine without
telling it which game to run, and it's defaulting to HL2.
Post by adam chance
When I Debug my Mod, I get this error
Setup file 'gameindo.txt' doesn't exist in subdirectory 'hl2'.
Check your -game parameter or VCONFIG setting.
What do I do?
_______________________________________________
http://list.valvesoftware.com/mailman/listinfo/hlcoders
Loading...