Teenage Mutant Ninja Turtles - Recolored and Extended

Complete Teenage Mutant Ninja Turtles - Recolored and Extended 2020-12-25

No permission to download
Project is completed.
I forgot to mention, you need to add

Code:
fontmonospace 1 1 1 1

in MENU.TXT

Sweet new demo, will have to try it tomorrow, omw to bed  ;)

EDIT:

The .ZIP file in the link is empty  :(
 
I noticed the fonts have problems now.  You should leave them as .PNG - no need to convert to .GIF
The fonts have the wrong palette now so the black background is showing up.

You should be using 32bit mode instead of 8bit. Then you won't need to force everything to the same palette. 
Also should change MENU.TXT to this so fonts appear properly.
Code:
fontmonospace 1 1 1 0
renamekey attack Normal_Attack
disablekey attack2
disablekey attack3
disablekey attack4
renamekey special Special_Attack
renamekey start Start/Pause

DEMO is really nice.  I will have to play it more later, omw out the door now. :p
 
The demo is really cool, nice work.  the new pals work well.

Only played quick, but I haven't seen past the first stage yet.

Some things that are just suggestions,

- Fire that drops from roof could maybe have gfxshadow

- Rocksteady is a bit cheap, he instantly kicks you when in range.  It's impossible to jump attack him without getting hit.  Admittedly  I was rushing through thou, just wanted to see the next stage lol

- only one life is kinda weird when it's arcade style game.  We should probably get some continues and/or extra lives.  Player's will want to switch turtles when they die, with no lives/continues the only choice is replaying the whole game.  (thou you can load a save, I always neglect to do this in openbor and overwrite my save games  ::))

- OR add more pizza's, but give them less HP. 

- foot soldier could have an extra frame created for FALL animation. (using RotSprite or manual editing)

 
Yeah, I think so. If it's the same .txt file where you declare "lifescore" then yes!

I'm also having trouble with "nosame". On the manual it says that it's used to prevent player 1 and player 2 from using the same character. It seems to only work with player 1 and 2 but players 2, 3 and 4 can still use the same character.
 
hmm I just looked at manual and I'm not sure it's ever been coded for player 3 & 4.

Code:
nosame {b1} {b2}

    With nosame set, a player can't pick the characters that are currently occupied by other players like some capcom games (for example, Cadillacs and Dinosaurs). For this reason, there's no warning message that tells you don't select the same character.
    ~{b1} Determines whether or not Player 2 and Player 1 can use the same character at the same time.
        0 (Default)= They can use the same player.
        1 = They can not use the same player.
    ~{b2} stands for different colourmap select (currently it is not forced).
 
Also, what about "credscore"? That is just not working! And also, I need help with something else. I recently made my MOD 4 players but I put all four HUDs on the top of the screen. I was wondering if there is a way to edit the "PRESS START" text and "SELECT HERO" so that they don't overlap. Say for example, the "PRESS START" text could be two lines since I don't have enough horizontal space to have it all in one line.
Thanks in advance to whoever decides to help!
 
It's controlled in p1name etc.

Code:
p{#}namej {x1} {y1} {x2} {y2} {x3} {y3} {font}

    ~Determines the position of player's "Select Hero", Name text, continue, credits and "GAME OVER" when joining the game.
    ~{x1} and {y1} determines player's name position.
    ~{x2} and {y2} determines "Select Hero"'s position.
    ~{x3} and {y3} determines "Press Start"'s position. These also sets "GAME OVER" and credits position.
    ~ {#} determines which player this setting is for and its possible values are 1, 2, 3 and 4. There's no space around {#} though.
    ~{x} and {y} are the number of pixels, right and down respectively, from the top left corner of the screen to the top left corner of the text.
    ~{font} determines which font is used for the texts.
    ~Font reference is the same as 'p{#}lifex' above.
    ~Default value is 0 or font.gif.


http://dcemulation.org/?title=OpenBORManual#HUD_location
 
Thanks Beastie but I already knew about p{#}namej. What I wanted to do is "edit" the text. I do not have enough horizontal space to display that "PRESS START" text four times in the same line. What I wanted was something more like this:

                    PRESS    PRESS    PRESS    PRESS
                    START    START    START    START

See how the "START" is under "PRESS"? That will allow me to display the message four times on the top of the screen.
 
Use translation.txt - find the Line with "Press Start" edit the line under it like this

Code:
msgid "Press Start"
msgstr "Press\n Start"

the \n is a line break.

two might be needed
Code:
msgid "Press Start"
msgstr "Press\n\n Start"

I tested it in game.

Heres translation.txt - put it in DATA folder

Code:
"msgid : this is original text in code."
"msgstr : this is your translation."
msgstr
"Leave this blank if you don't want to translate it."
"Lines below this are what you need to modify."

msgid "  Done!"
msgstr ""
msgid " - Device Not Ready"
msgstr ""
msgid "%d%% AC Power"
msgstr ""
msgid "%i by Mod"
msgstr ""
msgid "%s - Finish Game %i Times To UnLock"
msgstr ""
msgid "%s - Finish Game To UnLock"
msgstr ""
msgid "%s KBytes"
msgstr ""
msgid "Advanced Options..."
msgstr ""
msgid "Advanced Sound Options"
msgstr ""
msgid "Analog Pad Disabled"
msgstr ""
msgid "Analog Pad Enabled"
msgstr ""
msgid "Apply"
msgstr ""
msgid "Automatic"
msgstr ""
msgid "BGM:"
msgstr ""
msgid "Back"
msgstr ""
msgid "Battery:"
msgstr ""
msgid "Bilinear"
msgstr ""
msgid "Bits:"
msgstr ""
msgid "Brightness:"
msgstr ""
msgid "CPU Speed:"
msgstr ""
msgid "Calculating..."
msgstr ""
msgid "Cancel"
msgstr ""
msgid "Charging:"
msgstr ""
msgid "Cheat Options"
msgstr ""
msgid "Cheats:"
msgstr ""
msgid "Choose Mode"
msgstr ""
msgid "Clear Bonus"
msgstr ""
msgid "Complete"
msgstr ""
msgid "Config Settings"
msgstr ""
msgid "Configuration Settings"
msgstr ""
msgid "Continue"
msgstr ""
msgid "Control Options"
msgstr ""
msgid "Control Options..."
msgstr ""
msgid "Credit %i"
msgstr ""
msgid "Credits:"
msgstr ""
msgid "Debug Info:"
msgstr ""
msgid "Disabled by Mod"
msgstr ""
msgid "Disabled"
msgstr ""
msgid "Discard"
msgstr ""
msgid "Display Mode:"
msgstr ""
msgid "Display:"
msgstr ""
msgid "Enabled by Mod"
msgstr ""
msgid "Enabled"
msgstr ""
msgid "End Game"
msgstr ""
msgid "FPS: %03d"
msgstr ""
msgid "File Logging:"
msgstr ""
msgid "Filters:"
msgstr ""
msgid "Free Ram: %s KBytes"
msgstr ""
msgid "Frequency:"
msgstr ""
msgid "Full"
msgstr ""
msgid "Fullscreen Type:"
msgstr ""
msgid "GAME OVER"
msgstr ""
msgid "GFX Filters:"
msgstr ""
msgid "Game Mode"
msgstr ""
msgid "GamePads Disabled"
msgstr ""
msgid "GamePads Enabled"
msgstr ""
msgid "Gamma:"
msgstr ""
msgid "Guide R/L Thumbsticks"
msgstr ""
msgid "Hall Of Fame"
msgstr ""
msgid "How To Play"
msgstr ""
msgid "Infinite Credits Off"
msgstr ""
msgid "Infinite Credits On"
msgstr ""
msgid "Infinite Health Off"
msgstr ""
msgid "Infinite Health On"
msgstr ""
msgid "Infinite Lives Off"
msgstr ""
msgid "Infinite Lives On"
msgstr ""
msgid "Level:"
msgstr ""
msgid "Life bonus"
msgstr ""
msgid "Load Game"
msgstr ""
msgid "Load Settings From Default.cfg%s"
msgstr ""
msgid "Loading..."
msgstr ""
msgid "Mode:"
msgstr ""
msgid "Music Volume:"
msgstr ""
msgid "New Game"
msgstr ""
msgid "No"
msgstr ""
msgid "Not Found!"
msgstr ""
msgid "Nunchuk Analog Disabled"
msgstr ""
msgid "Nunchuk Analog Enabled"
msgstr ""
msgid "OK"
msgstr ""
msgid "Off"
msgstr ""
msgid "On"
msgstr ""
msgid "OpenGL"
msgstr ""
msgid "Options"
msgstr ""
msgid "Overscan:"
msgstr ""
msgid "PRESS START"
msgstr ""
msgid "Pause"
msgstr "PAUSED"
msgid "Player %i"
msgstr ""
msgid "Player Lives:"
msgstr ""
msgid "Players:"
msgstr ""
msgid "Please Wait"
msgstr ""
msgid "Preserve Aspect Ratio"
msgstr ""
msgid "Press R/L Thumbsticks"
msgstr ""
msgid "Press Start"
msgstr ""
msgid "Quit"
msgstr ""
msgid "Ready!"
msgstr ""
msgid "Restore OpenBoR Defaults%s"
msgstr ""
msgid "Rush Bonus"
msgstr ""
msgid "SDL"
msgstr ""
msgid "SFX Volume:"
msgstr ""
msgid "Save Settings To Default.cfg%s"
msgstr ""
msgid "Saved File:"
msgstr ""
msgid "Screen Size:"
msgstr ""
msgid "Screen:"
msgstr ""
msgid "Select Hero"
msgstr ""
msgid "Setup Player 1..."
msgstr ""
msgid "Setup Player 2..."
msgstr ""
msgid "Setup Player 3..."
msgstr ""
msgid "Setup Player 4..."
msgstr ""
msgid "Show Titles:"
msgstr ""
msgid "Simple"
msgstr ""
msgid "Sound Options"
msgstr ""
msgid "Sound Options..."
msgstr ""
msgid "Sound Volume:"
msgstr ""
msgid "Stage %i Complete!"
msgstr ""
msgid "Stage"
msgstr ""
msgid "Stage:"
msgstr ""
msgid "Start Game"
msgstr ""
msgid "Stretch to Screen"
msgstr ""
msgid "System Options"
msgstr ""
msgid "System Options..."
msgstr ""
msgid "TIME OVER"
msgstr ""
msgid "Total RAM:"
msgstr ""
msgid "Total Ram: %s KBytes"
msgstr ""
msgid "Total Score"
msgstr ""
msgid "Used RAM:"
msgstr ""
msgid "Used Ram: %s KBytes"
msgstr ""
msgid "Versus Damage:"
msgstr ""
msgid "Video Backend:"
msgstr ""
msgid "Video Options"
msgstr ""
msgid "Video Options..."
msgstr ""
msgid "Window Offset:"
msgstr ""
msgid "Window"
msgstr ""
msgid "Yes"
msgstr ""
 
Back
Top Bottom