Hello to all ![]()
I've tried enabling top-down mode in the engine, but it seems im missing something, or its broken ![]()
The following errors (among many other) occur:
'DemoGame.ClientPacketID' does not contain a definition for 'MoveDown'
'DemoGame.Client.Character' does not contain a definition for 'IsMovingUp' and no extension method 'IsMovingUp' accepting a first argument of type 'DemoGame.Client.Character' could be found (are you missing a using directive or an assembly reference?)
Another guess i have is that the demo game does not implement the top-down view or something is broken?
Thanks in advance for the assistance ![]()
EDIT:
Oookay, my bad
It seems that the TOPDOWN should be declared in more namespaces than i originally though
After some brief examination of the code i found them ![]()
Sorry for the useless thread, but if someone have the same problem as me, the current namespaces that needs to define TOPDOWN are DemoGame.Server, DemoGame.Client, DemoGame and NetGore
I am using v0.2.3.
And yeah i noticed that the next release is coming soon, but i wanted to get familiar with the code anyway ![]()
You need to define TOPDOWN as a compiler parameter...
You should be able to just select the TopDownDebug build mode, which defines TOPDOWN in all the projects for you.
Yeah i just mentioned the ones that actually use it, more of a informative point i guess, just saying ![]()
I thought you were defining it in every file in that namespace or something lol. (when you said it like that)
Top-down is supported, and should work. Are you using the v0.2.3, or the latest revision from the SVN? In any case, this should be fixed in the next release, which will be sometime today.