BlazeRedSXT
Warlord
- Joined
- Feb 6, 2003
- Messages
- 294
So.. I have been tinkering with SDK and Python merges(a pretty decent way to get a feel for a lot of the logic, if not a detailed view of any given function).
Anyway, After a successful compile of the dll and no errors on startup.. I have the following issue...
After selecting Single Player, the Play Game option is grayed out and when I select a custom game, only the basic options are avialable for any given map(including custom map scripts). and no matter what map I chose, it comes up as all grassland with striped rivers(this may be more specific than needed but...).
I am pretty sure this is Python controled stuff, but I really don't think I noticed anything I changed that would have effected the map calls(though I may have and not known it).
Anyone know of any hotspot points I can check into? I am pretty sure it isn't just an Interface thing, based on the way the map generates...
Thanks for any help in advanced.
Cheers!
EDIT:: I tried removing the DLL from the Mod folder and it still loaded fine, but the map issues remain(I assume doing this will load the default DLL, so removing any possible interference I might have caused in playing with the Source, correct me if I am wrong here).
Anyway, After a successful compile of the dll and no errors on startup.. I have the following issue...
After selecting Single Player, the Play Game option is grayed out and when I select a custom game, only the basic options are avialable for any given map(including custom map scripts). and no matter what map I chose, it comes up as all grassland with striped rivers(this may be more specific than needed but...).
I am pretty sure this is Python controled stuff, but I really don't think I noticed anything I changed that would have effected the map calls(though I may have and not known it).
Anyone know of any hotspot points I can check into? I am pretty sure it isn't just an Interface thing, based on the way the map generates...
Thanks for any help in advanced.
Cheers!
EDIT:: I tried removing the DLL from the Mod folder and it still loaded fine, but the map issues remain(I assume doing this will load the default DLL, so removing any possible interference I might have caused in playing with the Source, correct me if I am wrong here).