• Register

Nusantara Rising is an online city-building game that takes place in Indonesia at the 14th century, which at that time it was known as Nusantara, as mentioned in the book of Negarakertagama. And this century is a time where kingdoms on Indonesia reached their peak of glory, thus we call this game "Nusantara Rising". Players will assume the role as local Adipati, lord of small and undeveloped village. They are required to develop this village in order to survive on this era by building farmlands, mines, infrastructural buildings, balancing the productions and needs, recruit troops and etc.

Post news Report RSS XNA in Nusantara Rising

So originally we weren't using any particular engine out there, just plain C# in Visual Studio. It went well until we were prototyping the village view. The performance was slow so we were looking for alternative without having to change things too much. Then we ended up using XNA Framework.

Posted by on


So originally we weren't using any particular engine out there, just plain C# in Visual Studio. It went well until we were prototyping the village view. The performance was slow so we were looking for alternative without having to change things too much.

We were looking through Unity3D, XNA, and Monogame which all of them using C#. Unity3D seems to be more geared towards 3D which we don't really need that in our current project. Even though there's 2D Toolkit on Unity3D assets store, we decided not to use this.

But XNA is dead, isn't? Yeah it's dead now, Microsoft been officially no longer actively developing XNA. But that doesn't mean we can't make something out of it. Just there will be no XNA 5.0. The other alternative is MonoGame, the Open Source alternative of XNA, which is still being actively developed until now. I searched around about this MonoGame, and see people often mentioning about the lack of Content Pipeline or something on this MonoGame which is what they are working now.

So in the end, we choose to use XNA Framework, even though it's dead, but it should be stable. We've done with our world map editor and prototype of Village view in XNA, don't forget to check it out the vid here : Indiedb.com

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: