Teta wrote:
Playable Characters and their classes:
Teta - Mage
Xgor - Warrior
Odaril - Hato Loli Healer
JeSsYkA - Sorcerer
Hyguys - Swordman
poisonchan - Ninja Neko Maid
Kite - Dreadnought
Dragvon - Shapeshifter
Teta wrote:
Playable Characters and their classes:
Teta - Mage
Xgor - Warrior
Odaril - Hato Loli Healer
JeSsYkA - Sorcerer
Hyguys - Swordman
poisonchan - Ninja Neko Maid
Kite - Dreadnought
Dragvon - Shapeshifter
No, the final boss is Dimka, of course.LunaticMara wrote:
In the end of the game, you will face the final boss, LunaticMara. He is very weak and gets killed in few hits, but after that he transforms into START POWER, which will be big shot.
*zing*
Rukarioman wrote:
How about summoning?
Pippy, lolgay, Jarto, Pippi-don, etc
Yeah, but first we need to make the story up to a part where there are conversations.Dragvon wrote:
I'm male, don't let me die... too much
Also Teta, we need a list of phrases that need to be recorded.
Sure, u'll be a NPCWhoAteFred wrote:
Can I be the joke character that gives no help to the party whatsoever?
Okiee~ Like, u're a Dimka follower and don't want me to free Doomsday from hell.Rukarioman wrote:
NPC:
I wanna be some kinda weak rival that challenges the player throughout the game.
That is all.
C'mon, you totally should be the "Mafia guy".kakarottz wrote:
And i'll be the guy who will sell things.
No, Jarby will do that.kakarottz wrote:
And i'll be the guy who will sell things.
...who?Teta wrote:
No, the final boss is Dimka, of course.
WHAAAAAAAAAAAAAAAAAATTeta wrote:
Rukariman - Teta's Rival
Aaaaamaaazing!Krisom wrote:
Plotline. I have something in mind, feel free to reject. if you accept ot, I'd love to continue writing (I love writing stories)SPOILER-> As Peppy is not quite sure on why Doomy is on Hell, he calls on a BAT council so someone can go save Doomy from Hell. Sadly, all the BATs are either busy modding or not active. Dissapointed, Peppy goes to the land of humans to seek for someone who's ready for a big quest. First, he thinks on sending great mappers or the best players, but then he notices someone who's quite average but with a great heart. He goes back to BAT heaven and summons Larto, who will now be the chosen one's master to teach him the art of osu!fighting.
-> It's a normal day in #modhelp village, everyone is quite busy either modding or mapping. Teta is just sitting on the floor watching the sky while everyone else is doing their own thing. Suddenly, everyone stays quiet. Both modders and mappers stop their usual activities as they see a BAT coming into #modhelp village. It's Larto-San. As soon as he comes in, everyone starts asking him for mod requests or telling him how great his maps are, but he acts like if noone was there. He finds Teta and he explains him the situation: "You are now needed, osu!'s balance is now hanging from a tiny string, and you're the one who has been chosen by peppy to restore that balance". Rukarioman, who has been seeing all this scene, hen yells "WHAT?! HIM?! B-But my mapping skills have become quite good in so little time!! Teta is not the one peppy asked for help, I'm sure it must have been me!!". Larto replies nothing, and he takes Teta to an osu!fighting tutorial.
-> 2 years (days, osu! time is quite different from real time) later, Teta is ready for the task, but before Larto goes back to BAT Heaven, he advices Teta "You alone wont be able to face the forces of Evil that made Doomsday a prisioner of Hell, you'll need more power, and more friends. The power you can get it from the 4 Temples of the Mapping styles, and the friends, you'll have to find 'em yourself faggot :v", and then Larto vanishes into a cloud and leaves Teta alone in the middle of the #mountains. The road back to #modhelp village is quite long, and he needs info on where the darn temples are (because Larto was not kind enough to give that info), so he starts is walk right away.
(Crappy tutorial dungeon, based on a downhill road through #Mountains)
-> As soon as Teta reaches #modhelp village's entrance, Rukarioman blocks his pass. "You think you're the only one who trained al these years?, I'll prove everyone I can be as powerfull as you are! C'mon! bring it on!"
(Crappy first boss fight, Teta is alone at this point, so it's pretty much the same as those first-time-pokemon-battle battle"Either if you win or lose, Ruka leaves to become stringer and save Doomy from hell wihout your help.
-> Into #modhelp village, you are treated as the chosen one, and everyone welcomes you back. Xgor (your childhood friend, who has been training in Remmy's Dojo since he joined osu!, and btw, he's stronger than you at this point) and Odaril (your everyday's town loli) are there to welcome you back, and as soon as you explain the situation, they join your party.
-> You find out the location of each temple when you talk to Remmy-Sama. #iNiSEarth, #SymmetrycallWater, #ChineseFire and #FreeStyleWind, you first head to #iNiSEarth temple, full of expectations and wondering what's awaiting for you in your journey >w<
---
More chartacters.
CDFA: Random weak enemy, appears as much as wild ratatas, main attack is "nope.avi"
DC: Member of Ruka's party, sorcerer
RJ: Member of Ruka's Party, healer
NotShinta: member of Ruka's Party, archer
Sakura_Hana: Touristic info at each town. Describes the surroinding areas and how to get to each channel
Maybe the cheaters are just botters, so they don't actually attack back, and instead of an actual battle, it's just a little cutscene of Teta slashing the botter or whatever.Krisom wrote:
Hmmm, Teta would be too weak atm to save the village from cheaters, and Remmy and Xgor are there...
Uhhh, we'd need to talk about the storyline somewhere else though, or that'd take pages of discussions
module VIX
#--------------------------
# Damage Text Position
#------------------------
Damage_X_Plus = 0
# Move Damage Position in vertical direction ((-)up <= 0 => down(+))
Damage_Y_Plus = -20
# Move Damage Position in horizontal direction ((-)left <= 0 => right(+))
#--------------------------
# Damage Text Font/Size
#------------------------
Damage_Text_Font = "Arial Black"
Damage_Text_Size = 32
end
class Sprite_Base < Sprite
alias vix_sprbase_ini initialize
alias vix_sprbase_upd update
def initialize(viewport = nil)
vix_sprbase_ini(viewport)
@_damage_duration = 0
end
def update
vix_sprbase_upd
if @_damage_duration > 0
@_damage_duration -= 1
case @_damage_duration
when 38..39
@_damage_sprite.y -= 4
when 36..37
@_damage_sprite.y -= 2
when 34..35
@_damage_sprite.y += 2
when 28..33
@_damage_sprite.y += 4
end
@_damage_sprite.opacity = 256 - (12 - @_damage_duration) * 32
if @_damage_duration == 0
dispose_damage
end
end
end
def damage(value)
dispose_damage
if value.is_a?(Numeric)
damage_string = value.abs.to_s
else
damage_string = value.to_s
end
bitmap = Bitmap.new(160, 48)
bitmap.font.name = VIX::Damage_Text_Font
bitmap.font.size = VIX::Damage_Text_Size
bitmap.font.color.set(0, 0, 0)
bitmap.draw_text(-1, 12-1, 160, 36, damage_string, 1)
bitmap.draw_text(+1, 12-1, 160, 36, damage_string, 1)
bitmap.draw_text(-1, 12+1, 160, 36, damage_string, 1)
bitmap.draw_text(+1, 12+1, 160, 36, damage_string, 1)
if value.is_a?(Numeric) and value < 0
bitmap.font.color.set(176, 255, 144)
else
bitmap.font.color.set(255, 255, 255)
end
bitmap.draw_text(0, 12, 160, 36, damage_string, 1)
@_damage_sprite = ::Sprite.new(self.viewport)
@_damage_sprite.bitmap = bitmap
@_damage_sprite.ox = 80
@_damage_sprite.oy = 20
@_damage_sprite.x = self.x + VIX::Damage_X_Plus
@_damage_sprite.y = (self.y - self.oy / 2) + VIX::Damage_Y_Plus
@_damage_sprite.z = 3000
@_damage_duration = 40
end
def dispose_damage
if @_damage_sprite != nil
@_damage_sprite.bitmap.dispose
@_damage_sprite.dispose
@_damage_sprite = nil
@_damage_duration = 0
end
end
end
class Game_Battler
attr_accessor :damage
alias vix_gamebat_clr clear_sprite_effects
def clear_sprite_effects
@damage = 0
vix_gamebat_clr
end
end
class Sprite_Battler < Sprite_Base
DAMAGE = 7
alias vix_sprbat_set setup_new_effect
def setup_new_effect
vix_sprbat_set
if @battler.damage != 0
damage(@battler.damage)
@effect_type = DAMAGE
@battler.damage = 0
end
end
end
class Scene_Battle < Scene_Base
def display_action_effects(target, obj = nil)
unless target.skipped
line_number = @message_window.line_number
wait(5)
target.damage = target.hp_damage if target.is_a?(Game_Enemy)
display_critical(target, obj)
display_damage(target, obj)
display_state_changes(target, obj)
if line_number == @message_window.line_number
display_failure(target, obj) unless target.states_active?
end
if line_number != @message_window.line_number
wait(30)
end
@message_window.back_to(line_number)
end
end
end
LunaticMara wrote:
I hope this will die like text adventure one.
Supports :3Zekira wrote:
Any Taiko and/or CTB related cameos here?
I'd be interested in a role which involves the Taiko community, even just a side-quest or what.
You guys get to be the slums.Zekira wrote:
Any Taiko and/or CTB related cameos here?
I'd be interested in a role which involves the Taiko community, even just a side-quest or what.
It's being led by someone who needs "help with everything". I'll be very impressed if this thread is still active by the end of the month.LunaticMara wrote:
I hope this won't die like text adventure one.
I prefer LunaticMara and his START POWER. Just sayin'Teta wrote:
No, the final boss is Dimka, of course.LunaticMara wrote:
In the end of the game, you will face the final boss, LunaticMara. He is very weak and gets killed in few hits, but after that he transforms into START POWER, which will be big shot.
*zing*
will be and about the help with everything i mean the resources, i can make a prettt good game 'cause i'm pretty pro with events.Loginer wrote:
I'll be very impressed if this thing is still alive by the end of the month.
'course.LunaticMara wrote:
And ztrot the singer.
lawled.Faust wrote:
strager will be a virus in the form of a butterfly. Also, he shoots lasers.
Who Ate Fred already is the joke char, if i need more chars in i'll tell you, and not all channels will be town, but all the towns will have # in the start.Fight69 wrote:
This will be epic xD
NPC : I'll be a stupid guy who always say some shit anytime, anywhere
So, for the towns, a town called #osu, #german, #french etc etc...for each channel ?
And somewhere along the way, #russian gets nuked. Suddenly, refugees, millions of them !Teta wrote:
Who Ate Fred already is the joke char, if i need more chars in i'll tell you, and not all channels will be town, but all the towns will have # in the start.Fight69 wrote:
This will be epic xD
NPC : I'll be a stupid guy who always say some shit anytime, anywhere
So, for the towns, a town called #osu, #german, #french etc etc...for each channel ?
In the end these refugees became very hostile after their town got nuked. You have to take a whole crowd of them at one go.Faust wrote:
And somewhere along the way, #russian got nuked. And then refugees, millions of them !
This sounds so wrong.Krisom wrote:
Odaril (your everyday's town loli)
Odaril wrote:
This sounds so wrong. :( I'm a mapper/modder too :(Krisom wrote:
Odaril (your everyday's town loli)
'kay, you got me.Krisom wrote:
>w<!!!
I'm included in the storyline (as a character >_< ) but maybe having MAT and BAT to help is a good idea, but that would have to be before the hell part.NoHItter wrote:
This will be interesting. You should definitely include the BATs and MATs in the storyline.
(Perhaps even some traitor players who turn out to be "hacked")
Please do.Dragvon wrote:
Do not forget to edit some status such as:
Silence : [Character] was silenced by Banchobot!
Also, i'll try skinning the menu to look close to our default skin.
Idk, tell me how you want to appear~MarioBros777 wrote:
Oh geez.
I wonder if there's anyway I can get in now? ^_^;
I doubt we'd be able be have such extreme details, and effects. But nice ideas! ^ w^Danzai wrote:
My sprite, and here is some info:
Im a demonmaster, as most has understanded by now.
I summon the power of the BAT's, which for the moment, I have two of the figured out:
ztrot: He looks like a giant, and always carry a huge can of beer on he's back.
Hes main attack: Drunken Mapping. He take forth he's big can of beer, drinks from it, and get drunk. Then he start to sing jibberish, and after about 5 seconds, hundres of notes erupt in front of him, launching against the target.
Secondary attack: Drunken Modding. When all the notes from Drunken Mapping has reach their target, he uses Drunken Modding to make them move around the target doing massive damage.
And then we have my second demon BAT
Whymeman: He looks like a old man, with a black coat covering most of he's face, only he's eyes are visible, and they are glowing red.
He's main attack: Dots of Doom. He summons a flaming keyboard, and then voilently presses the puncation key 3 times. Then a rift in he's forehead opens, and 3 giant balls wrapped in blue fire launches forth against he's target, burning and damaging everything in its path.
He also got two secondary attacks, which is:
!silence. It silence the player for 5minutes, making the player unable to do anything.
!kill. It instantly kills the player for 1hr, making them unable to anything.
These two attacks are only usable after Dots of Doom.
THIS!Sallad4ever wrote:
Use kudosu as the currency
Sallad4ever wrote:
Use kudosu as the currency
WUT?Quest wrote:
Name : Mod 'Lemon Tree'
Award : 20 kudosu + 500 XP
This.Sallad4ever wrote:
Use kudosu as the currency
also it's probably better if you can tell us how far is the progress of this project and the list of completed stuff
Famfrit. Water.Famfrit wrote:
I can be the seller of accessories, hairstyles and makeup? :3
Also, request myself as a "God of Water" .-.
Already using kudosu as currencySallad4ever wrote:
Use kudosu as the currency
also it's probably better if you can tell us how far is the progress of this project and the list of completed stuff
No D:Flamebreaker wrote:
Awww come on guys! D:
Try the noob-kewl-pro idea! >v<
We're using RMVX, not some other rpg that uses this kind of sprite, orz.mekadon wrote:
My sprite
Special ability: var. You do not know which attack he used until it hits.mekadon wrote:
Make strager a bonus boss with C++ beams and C# grenades.Teta wrote:
yeah there will be bonus bosses and caves and multiple endings
[11:41] <@MetalMario|irc> shouldn't the devs be like an inner circle of knights defending peppy?They're responsible for like a test of worthiness or something.
i could do this to hilarious results provided someone gave a list of characters and a general themeFiro Prochainezo wrote:
inb4 osu! dating simulator.
Shouldn't MATs/BATs be the ones that do that?MetalMario201 wrote:
[11:41] <@MetalMario|irc> shouldn't the devs be like an inner circle of knights defending peppy?They're responsible for like a test of worthiness or something.
Are you hinting at something here?NoHItter wrote:
Shouldn't MATs/BATs be the ones that do that?MetalMario201 wrote:
They're responsible for like a test of worthiness or something.
Does Kyrie Eleison ring a bell?mekadon wrote:
Why does it sound so familiar?Faust wrote:
Eleison