Topdown.. how? xD

10 replies [Last post]
Posts: 43
CP: 0

Sorry to all of you that slap your forehead at this question but...
How in the hell do i make netgore use Topdown mode?! xD

Posts: 1647
CP: 26119

At the top of Visual Studio, you should see a drop-down box that says "Debug". Click it, and select TopDownDebug (or similar) instead.

Posts: 43
CP: 0

Attempt to build the solution with DebugTopDown returned
Error 1 Cannot implicitly convert type 'NetGore.TickCount' to 'int'. An explicit conversion exists (are you missing a cast?) C:\netgore\DemoGame.Server\World\Map\Entities\Characters\AI\StateMachine.cs Line 324 Column 24 Project DemoGame.Server

Posts: 1647
CP: 26119

Once again, I forgot to test the top-down build. Goes to show how much I care about that mode. Tongue

I'll fix it when I wake up.

Issue reported. See issue #128.

Posts: 43
CP: 0

ROFL alright

Posts: 226
CP: 0

Spodi wrote:
Once again, I forgot to test the top-down build. Goes to show how much I care about that mode.

Douuuuuchhhee Laughing out loud

Posts: 19
CP: 0

Darkfrost wrote:
Spodi wrote:
Once again, I forgot to test the top-down build. Goes to show how much I care about that mode.

Douuuuuchhhee Laughing out loud

Woah... easy now.

"Individual science fiction stories may seem as trivial as ever to the blinder critics and philosophers of today—but the core of science fiction, its essence ... has become crucial to our salvation if we are to be saved at all. "
-Isaac Asimov

Posts: 4
CP: 0

I cant seem to find it...

Posts: 15
CP: 0

Right click on solution > Configuration Manager > Drop down list choose one of the topdown builds.

Posts: 95
CP: 0

on solutions explorer right click on the netgore project. a menu will pop up go to the configuration properties tab and from there you can change it.

Edit
got beaten to it -_-'

Posts: 4
CP: 0

Thank you.