1 |
I know that if you follow the instructions on [url=http://zero-k.info/mediawiki/index.php?title=Zero-K:Developing#Modifying_infrastructure.2Ftools]the wiki[/url] for setting up the infrastructure, it will create an empty copy of the database (with the requisite tables) for you. You might also poke around in https://github.com/ZeroK-RTS/Zero-K-Infrastructure/tree/master/ZkData to see the interface between the database and the C# code. [url=https://github.com/ZeroK-RTS/Zero-K-Infrastructure/blob/master/ZkData/ZkDataContext.cs]This file[/url] is probably most useful.
|
1 |
I know that if you follow the instructions on [url=http://zero-k.info/mediawiki/index.php?title=Zero-K:Developing#Modifying_infrastructure.2Ftools]the wiki[/url] for setting up the infrastructure, it will create an empty copy of the database (with the requisite tables) for you. You might also poke around in https://github.com/ZeroK-RTS/Zero-K-Infrastructure/tree/master/ZkData to see the interface between the database and the C# code. [url=https://github.com/ZeroK-RTS/Zero-K-Infrastructure/blob/master/ZkData/ZkDataContext.cs]This file[/url] is probably most useful.
|