Looking for a Programmer To Code for Mad Dog McCree Clone

Forum rules
Recruiting Rules: (1) Only recruit if you have an actual, clearly defined project you're recruiting for. Don't recruit if you're an organization that may have a project at some time in the future. (2) Tell people what kind of work you have for them. For commissions, also tell them how much work it will probably be. (3) Tell people how much work on your project is already complete. (4) Always open recruitment threads in the correct subforum - Free, Commercial or Paid Work.
Post Reply
Message
Author
User avatar
GlutkoIndustries
Newbie
Posts: 5
Joined: Sat Sep 13, 2014 12:31 pm
Contact:

Looking for a Programmer To Code for Mad Dog McCree Clone

#1 Post by GlutkoIndustries »



Oh hello again, Ren'Py community. Can any one of you kindly help program for a Mad Dog McCree clone I am working on? There isn't a story yet, but I'd prefer to build a story around the mechanics, rather than the other way around. That's how Nintendo develops games any. Anyways, please reply & thank you for your time.

Regards, Glutko Industries Inc.

User avatar
Taleweaver
Writing Maniac
Posts: 3428
Joined: Tue Nov 11, 2003 8:51 am
Completed: Metropolitan Blues, The Loyal Kinsman, Daemonophilia, The Dreaming, The Thirteenth Year, Adrift, Bionic Heart 2, Secrets of the Wolf, The Photographer
Projects: The Pilgrim's Path, Elspeth's Garden, Secret Adventure Game!
Organization: Tall Tales Productions
Location: Germany
Contact:

Re: Looking for a Programmer To Code for Mad Dog McCree Clon

#2 Post by Taleweaver »

I usually only work with the basic Ren'Py functionality, but I know what the engine was designed for, and it's not FMV shooters. Considering the large number of Flash FPS games, you may have better odds finding a Flash coder capable of doing what you need. Flash supports full motion video too (flv files).
Scriptwriter and producer of Metropolitan Blues
Creator of The Loyal Kinsman
Scriptwriter and director of Daemonophilia
Scriptwriter and director of The Dreaming
Scriptwriter of Zenith Chronicles
Scriptwriter and director of The Thirteenth Year
Scriptwriter and director of Romance is Dead
Scriptwriter and producer of Adrift
More about me in my blog
"Adrift - Like Ever17, but without the Deus Ex Machina" - HigurashiKira

User avatar
GlutkoIndustries
Newbie
Posts: 5
Joined: Sat Sep 13, 2014 12:31 pm
Contact:

Re: Looking for a Programmer To Code for Mad Dog McCree Clon

#3 Post by GlutkoIndustries »

Taleweaver wrote:I usually only work with the basic Ren'Py functionality, but I know what the engine was designed for, and it's not FMV shooters. Considering the large number of Flash FPS games, you may have better odds finding a Flash coder capable of doing what you need. Flash supports full motion video too (flv files).

Can't the versatile Python coding system of Ren'Py compensate for that fact? Someone else in the forums said it was possible to do so.
Asceai wrote: It looks entirely possible. The only thing I'd be worried about is accurate timing / synchronisation with the video. Ren'Py doesn't let you pull out stuff like how long the video has been played for, so all you can do is start the video, record the time and hope that nothing upsets this. The error should never accumulate enough to be a serious problem though, so I'd say it's very plausible.

User avatar
Suika
Regular
Posts: 99
Joined: Thu Oct 03, 2013 12:23 am
Contact:

Re: Looking for a Programmer To Code for Mad Dog McCree Clon

#4 Post by Suika »

You mentioned building the story around the mechanics; what do you have in mind mechanics-wise outside of those found in Mad Dog McCree? Also, what are you thinking with regard to differentiating this game from the original? What features will change, which will stay the same, and how close to the original will it be? Are you looking for collaboration as well, or just help with the coding aspect?

Please pardon the rapid-fire questions x)

To add to the engine discussion:
GlutkoIndustries wrote: Can't the versatile Python coding system of Ren'Py compensate for that fact? Someone else in the forums said it was possible to do so.
While it is possible to create something along the lines of what was shown in the playthrough in Ren'Py, I'm with Taleweaver in thinking that there may be better options (particularly flash). Using flash as the primary language will cut your development & debugging time considerably, considering it supports video playback natively, and has more support for game programming than does python. With all that said, using python + Ren'Py is still a viable option, but it might be worth a bit of discussion.

User avatar
Taleweaver
Writing Maniac
Posts: 3428
Joined: Tue Nov 11, 2003 8:51 am
Completed: Metropolitan Blues, The Loyal Kinsman, Daemonophilia, The Dreaming, The Thirteenth Year, Adrift, Bionic Heart 2, Secrets of the Wolf, The Photographer
Projects: The Pilgrim's Path, Elspeth's Garden, Secret Adventure Game!
Organization: Tall Tales Productions
Location: Germany
Contact:

Re: Looking for a Programmer To Code for Mad Dog McCree Clon

#5 Post by Taleweaver »

GlutkoIndustries wrote:
Asceai wrote: It looks entirely possible. The only thing I'd be worried about is accurate timing / synchronisation with the video. Ren'Py doesn't let you pull out stuff like how long the video has been played for, so all you can do is start the video, record the time and hope that nothing upsets this. The error should never accumulate enough to be a serious problem though, so I'd say it's very plausible.
"Possible" doesn't imply "a good idea". It's certainly possible to swim through the British Channel, but if all I want to do is get from France to England, I'm better off taking the ferry.

Ren'Py was designed with VNs in mind, and most of its functionality and ease of use comes into play when making VNs (and maybe a certain type of RPG) with it.
Scriptwriter and producer of Metropolitan Blues
Creator of The Loyal Kinsman
Scriptwriter and director of Daemonophilia
Scriptwriter and director of The Dreaming
Scriptwriter of Zenith Chronicles
Scriptwriter and director of The Thirteenth Year
Scriptwriter and director of Romance is Dead
Scriptwriter and producer of Adrift
More about me in my blog
"Adrift - Like Ever17, but without the Deus Ex Machina" - HigurashiKira

User avatar
GlutkoIndustries
Newbie
Posts: 5
Joined: Sat Sep 13, 2014 12:31 pm
Contact:

Re: Looking for a Programmer To Code for Mad Dog McCree Clon

#6 Post by GlutkoIndustries »

Suika wrote:You mentioned building the story around the mechanics; what do you have in mind mechanics-wise outside of those found in Mad Dog McCree? Also, what are you thinking with regard to differentiating this game from the original? What features will change, which will stay the same, and how close to the original will it be? Are you looking for collaboration as well, or just help with the coding aspect?

Please pardon the rapid-fire questions x)

To add to the engine discussion:
GlutkoIndustries wrote: Can't the versatile Python coding system of Ren'Py compensate for that fact? Someone else in the forums said it was possible to do so.
While it is possible to create something along the lines of what was shown in the playthrough in Ren'Py, I'm with Taleweaver in thinking that there may be better options (particularly flash). Using flash as the primary language will cut your development & debugging time considerably, considering it supports video playback natively, and has more support for game programming than does python. With all that said, using python + Ren'Py is still a viable option, but it might be worth a bit of discussion.
Regarding flash, there are way too many on rails shooters on sites like Kongregate & Newgrounds to compete with. We'd mot likely get lost in the shuffle in no time, IMHO. With that out of the way, let's get rapid answering. XD

First off, the random standoffs will be completely gone. Second, there will be multiple weapons to select from, much like Time Crisis 3 & up. Third, I plan to include multiple hitboxes for each non-boss enemy depending on which part of the body you manage to shoot in time, which weapon you are currently wielding, how many times you shoot said enemy with said weapon, & whether or not the body part of the enemy you shot is vital, meaning you need to aim & shoot a vital area to score a quick kill. Forth, it will be EXTREMELY gory. Fifth, there will be Mid & Stage bosses in each area you select, so the stages will be longer. The Bosses will work more like the bosses of traditional 3D polygonal light gun shooters that take massive damage & lose that health quicker via finding weak points, or shooting all the circles that pop up before he/she kills you. Speaking of killing the player character, there will be death animations depending on who kills the player & how. It will be a parody of a Mad Dog McCree styled game with(most likely) an anime artstyle, similar to Gal Gun. I could certainly use collaborative aid, especially in the programming department. I'd like to welcome everyone who tries to attempts this to Glutko Industries Inc. Thank you for your time & patience.

User avatar
Suika
Regular
Posts: 99
Joined: Thu Oct 03, 2013 12:23 am
Contact:

Re: Looking for a Programmer To Code for Mad Dog McCree Clon

#7 Post by Suika »

Cheers. I'll PM you for more details.

Post Reply

Who is online

Users browsing this forum: No registered users