XNA RPG Map Editor part 2
Loading...
7,736
Uploader Comments (EvilNando)
Video Responses
This video is a response to XNA Tile Map Editor
see all
All Comments (26)
-
Can you make a tutorial please ? Or at least release the source code? I REALLY need to know how to create an advanced editor like this
-
The more I watch this the more I love his Map editor :)
-
Whats your method of holding map information? I am using an XML file and I am having problems using multi-dimensional arrays. In particular serializing them :P So what should I use in its place?
Final fantasy X for the win :P
-
I'm SO going to learn Xna!
-
the editor looks very good. much better than mine. Nice music on the vid too.
Loading...
very cool i like the first music what is it oh wait i have a question becuase i am gutting xna game studio can you use c+ aswell as xna's languech sorry about bad languech i have dislexia
theforrus 1 year ago
@theforrus you program with C# whenever you want to use XNA
EvilNando 1 year ago
@theforrus Texture2D foo = Texture2D.FromFile("filename.png");
EvilNando 4 months ago
Thank you for posting all of these vids. Even without seeing the code, it's helping me tons to develop my own. Especially the collision system. THANK YOU!
Scintari 2 years ago
Cool , post some videos when you get something done :)
EvilNando 2 years ago
how did you get so good at programming with c#?
i have a long way to go to get this good with applications
veku2 2 years ago
PRACTICE!
start doing simple stuff and also learn about the structure that games use (aka the game loop)
and use google plus a good book
good luck
EvilNando 2 years ago