Primary tabs

Comments by User

Thursday, November 26, 2015 - 00:03

@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 :)

Monday, August 17, 2015 - 06:28

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/ 

Monday, August 17, 2015 - 06:26

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/ 

Monday, August 17, 2015 - 06:23

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/ 

Monday, August 17, 2015 - 06:22

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/ 

Monday, August 17, 2015 - 06:20

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/ 

Wednesday, August 12, 2015 - 12:13

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/ 

Tuesday, August 11, 2015 - 16:16

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 ?

Monday, August 10, 2015 - 18:20

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 ?