@Pabodotnet, I used my own custom engine made in DirectX and C++, I don't have experience with other engines, but this is what I did for my implementation:
- you need to take in consideration that you need to scale what you draw depending on screen resolution
- I designed my tiled map for a screen having 460 pixels height
- for mantaining proportions on all others resolutions I did this in code when drawing:
float scale=gameWindow.Height/460.0f;
D3DXMatrixScaling(&matScaling,scale,scale,1.0f); //apply the scale factor on the width and height of everything I draw
I hope I was clear enough... write us if you solved your problem and how, good luck :)
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using iceball and slimeball sound effects, Thank You, they are awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using the walking in snow sound effects, Thank You, they are awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using some of your sprites for the end game animation, Thank You, they are awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition, and I just found my hero for the game which I try to do, Thank You, you did some awesome work. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/ . Do you have some other websites where we can see your work/contact you ?
@Pabodotnet, I used my own custom engine made in DirectX and C++, I don't have experience with other engines, but this is what I did for my implementation:
- you need to take in consideration that you need to scale what you draw depending on screen resolution
- I designed my tiled map for a screen having 460 pixels height
- for mantaining proportions on all others resolutions I did this in code when drawing:
float scale=gameWindow.Height/460.0f;
D3DXMatrixScaling(&matScaling,scale,scale,1.0f); //apply the scale factor on the width and height of everything I draw
I hope I was clear enough... write us if you solved your problem and how, good luck :)
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using iceball and slimeball sound effects, Thank You, they are awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using the walking in snow sound effects, Thank You, they are awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using your track as main BGM music, Thank You, it is awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using some of your sprites for the end game animation, Thank You, they are awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using your cute reaper as an NPC, Thank You, he is awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using your imp as an enemy, Thank You, he is awesome :D. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/
I'm participating to The Week Of Awesome III GameDev.net competition and I'm using your Winter tiles and accesories, Thank You, they are awesome :).
You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/ . Do you have some other websites where we can see your work/contact you ?
I'm participating to The Week Of Awesome III GameDev.net competition, and I just found my hero for the game which I try to do, Thank You, you did some awesome work. You can check my project here: http://gamedevis.cool/en/category/the-week-of-awesome-iii/ . Do you have some other websites where we can see your work/contact you ?