Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - datahead8888

Pages: [1]
1
Feature requests / Force Feedback Support...
« on: January 16, 2016, 03:01:32 pm »
This is a feature request to add support for force feedback on game controllers.  A good example of this is the rumble pack on the old Nintendo 64 -- you can make the controller vibrate in response to game actions such as hitting an enemy, firing a gun, landing on the ground, or when nearby objects fall or explode.

Currently if someone is using SFML to handle game pad input and wants force feedback support, they suddenly must add an additional library.  For large open source games, the difficulty in making builds tends to be proportional to the number of dependencies.  This can lead an open source project to question whether force feedback support is worth it.

I realize that there are many combinations of game controllers and operating systems.  Perhaps a config or plugin setup could be used to handle this.  It would of course ultimately  have to address most major controllers and operating systems through this in order for cross platform projects to be able to use this in SFML.

2
What art programs do you usually use for 8-bit style sprite creation?

I was wanting to make a game using this style and was just curious what other people found to work well.

If I want to be really exact, I'd need to use the correct number of colors per sprite and only so many sprite palettes across the entire screen, though I might occasionally deviate from these rules if it works in my style.

3
SFML projects / The Secret Chronicles of Dr. M - The SFML Port...
« on: October 20, 2015, 04:33:27 am »
We have been working on "The Secret Chronicles of Dr. M" (TSC), an open source platformer that is a fork of Secret Maryo Chronicles (SMC), which was formerly a Mario clone.  We've been moving away from Mario-isms and have been working toward a deeper story.  We recently created a new release for the game.

The game currently uses a version of SDL from the 1.X series as well as legacy OpenGL.  We are migrating both of these components to SFML.

If you have C++/SFML skills and would be interested in helping out with the project, we could certainly use the help.  It is a big undertaking.  Come join the fun and bring SFML to a new game fork!

The project website (with a forum) is: http://www.secretchronicles.de/en/
The branch in github for SFML development is: https://github.com/Secretchronicles/TSC/tree/feature-sfml-port
Our IRC channel is #secretchronicles on freenode.net

Screenshots:





Pages: [1]
anything