Complete The Fan Game - Batman VS Teenage Mutant Ninja Turtles -

Project is completed.

Daniele Spadoni

New member
Daniele Spadoni Presents

The Fan Game - Batman VS Teenage Mutant Ninja Turtles -

NEbuSIG.png


TxmFgKK.png


Y99XBT2.png


Plot

James Gordon witnesses a power generator being stolen by the Foot Clan and also spots four mysterious and elusive creatures during the robbery that she believes are metahumans. She informs Batman, who fights the Foot Clan at Wayne Enterprises before he is defeated by their leader, Shredder.
The four "metahumans" Gordon sighted are actually the Teenage Mutant Ninja Turtles, who have arrived in Gotham to stop the evil Shredder. The Turtles encounter and fight Batman, as each side believes the other is working with the Shredder. The Turtles are forced to retreat when Batman proves to be more experienced in combat.


---------------------------------
- July 2021 -
-------------------------


The following game is a NON PROFIT Fan Game producer for entertainment purpose only.
All Characters, all related marks, logos and associated names and reference are copyright and trademark of their respective holders. This Fan Production is not open to commercial ADS. It is not intended for sales of any sort. No commercial exhibition or distribution is permitted. The content of this Fan Game could not be sold, rented or used for any commercial enterprise in any way, shape or form. There is no financial gain made from it.
 
This one can be pretty epic.
Depending on the gameplay itself. I hope for something not limited to a punch and a jump ^^
 
nedflandeurse said:
This one can be pretty epic.
Depending on the gameplay itself. I hope for something not limited to a punch and a jump ^^

I'll try to put all my imagination but the 80's arcade games were simple ;) so I follow the line of game typology.
 
Daniele Spadoni said:
nedflandeurse said:
This one can be pretty epic.
Depending on the gameplay itself. I hope for something not limited to a punch and a jump ^^

I'll try to put all my imagination but the 80's arcade games were simple ;) so I follow the line of game typology.

Yes, of course! If it feels like a Konami Turtles Beat em up, it can only be good!

Again, the mix up of These 2 universes just bring me to my young days!
This is the most fitting cross over to me :)
 
nedflandeurse said:
Daniele Spadoni said:
nedflandeurse said:
This one can be pretty epic.
Depending on the gameplay itself. I hope for something not limited to a punch and a jump ^^

I'll try to put all my imagination but the 80's arcade games were simple ;) so I follow the line of game typology.

Yes, of course! If it feels like a Konami Turtles Beat em up, it can only be good!

Again, the mix up of These 2 universes just bring me to my young days!
This is the most fitting cross over to me :)

I'm sure the public will like it. you will have fun you will see! ;)
 
JSinz007 said:
I am excited about this one. Will it be a 2player co-op?

The first chapter is about the characters clash!
The second chapter is about the characters joining forces! (with the possibility of multiple choice)
 
Daniele Spadoni said:
6IutFRi.png
  8) 8) 8) 8)
This looks awesome and i like the fact that you have also added catwoman! Will she be playable? Honestly look forward to this and really enjoy your games. Thank you.
 
Daniele Spadoni
As soon as i read the comics a year ago i thought that this warranted a game.

altho i think it would be one of those rare games that needs to have 6 player simultaneous.
Open BOR  version 4 is supposed to have support for it, - not sure
 
oldyz said:
Daniele Spadoni
As soon as i read the comics a year ago i thought that this warranted a game.

altho i think it would be one of those rare games that needs to have 6 player simultaneous.
Open BOR  version 4 is supposed to have support for it, - not sure

It would be too easy to finish the game with 6 characters! :D
 
daniel Spadoni
no necesarily -

https://www.youtube.com/watch?v=aVqmss7ZOhY

each level.txt file can contain enemies that only appear when more players are present -

spawn {name} {bi}

    {name} is the name of an entity defined in a .txt file which was loaded in MODELS.txt.
    {bi} determines if model stays in memory or not after current level ends.
        0 = Model stays in memory.
        1 = Model is unloaded when current level ends.
    {name} will be spawned (created) in current level. Where and with what attributes are determined by the next set of fields.


2pspawn

    If this is declared, the entity is only spawned if there are 2 players playing.


3pspawn

    If this is declared, the entity is only spawned if there are 3 players playing.


4pspawn

    If this is declared, the entity is only spawned if there are 4 players playing.

health {int}

    {int} is a health value which will be used instead of the entity's normal health.


2phealth {int}

    {int} is a health value which will be used instead of the entity's normal health, but only if there are 2 players playing.


3phealth {int}

    {int} is a health value which will be used instead of the entity's normal health, but only if there are 3 players playing.


4phealth {int}

    {int} is a health value which will be used instead of the entity's normal health, but only if there are 4 players playing.

i'm pretty sure that it may be possible to expand this to 6 using script

this & a combination of the AI in NSX will make the game difficult enough for the group.

- there was a weird final fight game that i found about a year ago - i don't know if it was openBOR , but among its features there was 12 player simultaneous game-play online trough Kailera servers.

it may have been a work in progress thing & i need to search for it amongst my notes/bookmarks....

 
Back
Top Bottom