Search found 7 matches

by neo
September 17th, 2017, 8:49 pm
Forum: Everything
Topic: little retro style game
Replies: 6
Views: 2695

Re: little retro style game

Yumtard wrote:Did you create the art for this too?

Looks great, looks like something I'd play :)
Thanks :D
Yeah I used some Cinema4D, Aftereffects and Photoshop for the graphics / character rigging and Ableton Live for the sounddesign....
I hope to make it playable soon , gonna share it here!
by neo
September 17th, 2017, 1:04 pm
Forum: Everything
Topic: little retro style game
Replies: 6
Views: 2695

Re: little retro style game

Looks impressive man! The graphics are great, and that platforming collision polyline (or spine?) you got there is pretty sexy too. What are you using the for the collision/physics? Also, are you having problems with fps? It looked a little low from the counter, but that could just be b/c of record...
by neo
September 16th, 2017, 11:21 pm
Forum: Everything
Topic: little retro style game
Replies: 6
Views: 2695

little retro style game

Yo community! So here's a little retro-game-project I am working on that I would like to share with you guys! here's a captured video from it : (sorry, thought it might be easier instead of uploading all the code and bmp/wav files - the code is still a mess tho) https://www.dropbox.com/s/ejhztwsnjw7...
by neo
September 6th, 2017, 3:15 pm
Forum: Everything
Topic: Toggle Fullscreen without ALT+RETURN
Replies: 2
Views: 1337

Re: Toggle Fullscreen without ALT+RETURN

Nah, you have to modify the D3D code to get it to work properly even if you make it so that the window can resize, the actual render buffer will still be a the default resolution (currently 800x600). You need to handle resize / fullscreen commands and then reallocate the backbuffer / flip chain to ...
by neo
September 6th, 2017, 1:06 pm
Forum: Everything
Topic: Toggle Fullscreen without ALT+RETURN
Replies: 2
Views: 1337

Toggle Fullscreen without ALT+RETURN

Hi guys,

I saw some of you managed to toggle their games fullscreen mode with a costum key like F11.

Can someone help me how to implement that? What is the command to throw at the standart chili framework?

thanks ! ;)
by neo
July 27th, 2017, 11:19 am
Forum: Everything
Topic: How to deactivate Pixel smoothing in Fullscreen???
Replies: 2
Views: 1388

Re: How to deactivate Pixel smoothing in Fullscreen???

Nice thank you for the tipps, sounds legit!
8-)
by neo
July 26th, 2017, 9:39 pm
Forum: Everything
Topic: How to deactivate Pixel smoothing in Fullscreen???
Replies: 2
Views: 1388

How to deactivate Pixel smoothing in Fullscreen???

Hey guys! Quick question from a noob here: Is there a way to deactivate the Pixelsmoothing in Fullscreen Mode? Messing around with Chilis Framework, love it!, and want to try some retro 320x200 Game shit ;) But once I enter Fullscreen it's all smoothed out..... I guess the answer is not as easy as I...