YesNoOk

Show content

This section allows you to browse the content for this member. Note that you can only see content for which you have sufficient viewing permissions.

**
DeCeballos is Offline
Contact DeCeballos:

DeCeballos

User

Messages by DeCeballos

    

Re: Cell Games Z2 Style (includes sunset and night)

 November 19, 2021, 01:25:09 PM View in topic context
 Posted by DeCeballos  in Cell Games Z2 Style (includes sunset and night) (Started by DeCeballos November 19, 2021, 11:36:34 AM
 Board: Hyper DBZ

    

Cell Games Z2 Style (includes sunset and night)

 November 19, 2021, 11:36:34 AM View in topic context
 Posted by DeCeballos  in Cell Games Z2 Style (includes sunset and night) (Started by DeCeballos November 19, 2021, 11:36:34 AM
 Board: Hyper DBZ

*UPDATE 12/10/22 : To enjoy these stages download Hyper Dragon Ball Z Vision

 Hello again, this edit stage based on the cell games where the Z warriors face the villain, and including the Sunset and night versions.

 Day
 

 Sunset
 

 Night
 

  Link to folder with my works (It will be updated) https://drive.google.com/drive/folders/1zi9L16ZeMfuNXC9Ma70fbuvjXcjWgo58?usp=sharing

  Credits to HQ & XGargoyle and to all Z2 team for the sprites used and also for the music. Dragon Ball Hyper Dimension background sprites.

 EXTRA:

 Here are some screenshots of the project I have been working on for more than a year. It is an edit of the original game adapted to widescreen resolution. Something similar to an HD Remaster but respecting all the pixels and animations of the original game. In addition to a new and expanded roster and including a stage selector with thumbnail images of the stages. Many edited characters so that their transformations are included as another independent char, and many new and edited color palettes. The sprites and animations of all the chars They are adapted to the new resolution so that they do not deform with the change of proportions, and included several edited characters such as Raditz, Ginyu, Majin Buu, Bills, Luffy etc. to adapt them to the aesthetics of HDBZ. The name of this edit is Hyper Dragon Ball Z Vision. Soon it will be available for download.

 

 

 

 

 

 

    

Re: Remove permanent aura from intros and win animations

 October 22, 2021, 11:50:22 AM View in topic context
 Posted by DeCeballos  in Remove permanent aura from intros and win animations (Started by DeCeballos October 18, 2021, 08:43:14 PM
 Board: M.U.G.E.N Configuration Help

Great, it worked. Although the aura appears at the exact moment the fight begins. Is there any way it appears in the previous seconds when listening to round 1?
    

Remove permanent aura from intros and win animations

 October 18, 2021, 08:43:14 PM View in topic context
 Posted by DeCeballos  in Remove permanent aura from intros and win animations (Started by DeCeballos October 18, 2021, 08:43:14 PM
 Board: M.U.G.E.N Configuration Help

Hello, I am editing an HDBZ character and I have put a permanent aura animation on it, this appears from the beginning of the fight in the player's position but as this character has several different intros in which it appears from different positions, the aura always appears Go there, I would like to know how to remove it during the intros and that it only appears when the combat begins for real. Also of the victory sequences
    

My explod disappears after a second

 October 17, 2021, 12:16:18 PM View in topic context
 Posted by DeCeballos  in My explod disappears after a second (Started by DeCeballos October 17, 2021, 12:16:18 PM
 Board: M.U.G.E.N Configuration Help

Hello, you will see I have this explod of some thunder animations.If I place it in statedef -2, -3 it appears without problems in a loop, but if I put the code inside the statedef of my character's special mode, the animation appears for a second and then disappears. This is the state:

[State 42, lightning aura]
type = explod
trigger1 = animelemtime(23)>=0
trigger1 = gametime%(4) = 0
anim = 9900+(random%12);2805+(random%4)
id = 9900
pos = 38-(random%76),-90+(Random%80);10-5*(random%5),-55
sprpriority = 4
bindtime = -1
ownpal = 1
removeongethit = 1
ignorehitpause = 1
facing = IfElse(random%2=0,1,-1)
removetime = -2
scale = 0.5+0.1*(random%4), 0.5+0.1*(random%4)
pausemovetime = 99999
supermovetime = 99999
    

Re: Remove aura in power mode

 October 17, 2021, 12:11:32 PM View in topic context
 Posted by DeCeballos  in Remove aura in power mode (Started by DeCeballos October 03, 2021, 06:49:59 PM
 Board: M.U.G.E.N Configuration Help

Solved, Thanks!
    

Afterimage Help

 October 16, 2021, 01:20:19 PM View in topic context
 Posted by DeCeballos  in Afterimage Help (Started by DeCeballos October 16, 2021, 01:20:19 PM
 Board: M.U.G.E.N Configuration Help

Hi i can't get this to work

[State 41, Train]
type = AfterImage
trigger1 = animtime = 0
time= -1
timegap= 1
framegap= 4
length= 10
palbright= 0,0,0
palcontrast= 0,0,150
palpostbright= 0,0,150
trans= add
    

SSJ Vegeta Z2 evolution mode from start

 October 13, 2021, 09:28:08 AM View in topic context
 Posted by DeCeballos  in SSJ Vegeta Z2 evolution mode from start (Started by DeCeballos October 13, 2021, 09:28:08 AM
 Board: M.U.G.E.N Development Help

Hi, I need help. Those who know this character from HDBZ Indigo know that he has a power mode and that they have a final mode with a countdown and then it ends and returns to the normal state. I would like to know how to hack the character to start the fight in that final mode and stay that way permanently.
    

Re: Remove aura in power mode

 October 05, 2021, 09:47:03 PM View in topic context
 Posted by DeCeballos  in Remove aura in power mode (Started by DeCeballos October 03, 2021, 06:49:59 PM
 Board: M.U.G.E.N Configuration Help

Great I think it worked, and if I wanted to make it disappear after power mode?

 
[State 1000, flash]
type = PalFX
type = explod
trigger1 = 1
trigger1 = !ishelper
add = 70,-50,-50
mul = 256,256,256
time = 99999

     Posted: October 06, 2021, 08:10:07 PM
I want to add this state so that it changes palette during the super attack

[State 0, RemapPal]
type = RemapPal
trigger1 = AnimElemTime(6)=0
trigger1 = var(58)
source = 1,1
dest = 2,Var(58)

In other characters it works for me but in this one it does not, the 1,1 palette never changes to the 2,1.This is the entire statedef (The remappal state is already inserted). Of course I would also like to know how to remove the remappal after the power mode :

[Statedef 2700]
type = S
movetype = I
physics = S
anim = 2700
ctrl = 0
velset = 0,0
sprpriority = 1
poweradd = -2000

[State 0, RemapPal]
type = RemapPal
trigger1 = AnimElemTime(6)=0
trigger1 = var(58)
source = 1,1
dest = 2,Var(58)

[State -3, Aura]
type = explod
trigger1 = 1
trigger1 = !ishelper
trigger1 = numexplod(99999) = 0
anim = 99999
id = 99999
pos = 0,0
postype = p1
bindtime = -1
removetime = -1
scale = 1,1
sprpriority = -3
ontop = 0
ownpal = 1
removeongethit = 0
;pausemovetime = 99999
;supermovetime = 99999

[State 4500, 1];transform SND
type = PlaySnd
trigger1 = animelemtime(2) = 0
value = 188,0
volume = 255
channel = 2

[State 200, BGPalFX]
type = BGPalFX
trigger1 = time=[0,97]
time = 1
add   = -100,-100,-100
mul   = 256,100,100
invertall = 0
color = 256

[State 3000, superpause]
type = superpause
trigger1 = time=0
time = 97
p2defmul = 1
unhittable = 1
anim = -1
sound = s2350,0
darken = 0
movetime = 97

[State 3000, nhb]
type = nothitby
trigger1 = 1
time = 1
value = SCA

[State 13100, shake]
type = envshake
trigger1 = !(time%12)
time = 12
freq = 130
ampl = 5

[State 3000, Buffer var]
type = varset
trigger1 = !time
var(53) = 1000

[State 3000, Flame var]
type = varset
trigger1 = !time
var(58) = 0

[State 200, Goddammit]
type = playsnd
triggerall = var(55)=0      ;Voice=English
triggerall = var(39)>=18   ;Adult version
trigger1 = !time
value = 2700,0
channel = 0
volume = 300

[State 200, time to end, huuaaaa]
type = playsnd
triggerall = var(55)=0      ;Voice=English
triggerall = var(39)<18      ;Child version
trigger1 = !time
value = 2700,10+random%2
channel = 0
volume = 300

[State 200, snd]
type = playsnd
triggerall = var(55)=1      ;Voice=Japan
trigger1 = animelemtime(3)=0
value = 2700,5
channel = 0
volume = 300

[State 200, snd]
type = playsnd
triggerall = var(55)=2      ;Voice=Eng Sabbat
trigger1 = !time
value = 2700,1
channel = 0
volume = 300

[State 3000, end]
type = changestate
trigger1 = !animtime
value = 0
ctrl = 1

 
    

Re: Remove aura in power mode

 October 04, 2021, 07:11:05 PM View in topic context
 Posted by DeCeballos  in Remove aura in power mode (Started by DeCeballos October 03, 2021, 06:49:59 PM
 Board: M.U.G.E.N Configuration Help

I do not know how to do it, I will extend the explanation. The Aura code that I show places it just below the Statedef 2700. so that it will be activated when starting the power mode. The problem is that after finishing the power mode the aura continues and remains permanent in the char. The code that you have given me if I put it in another statedef gives me an error when starting the character. E to add something else to the code? (where it says whatever and 0 for example)
    

Re: Remove aura in power mode

 October 04, 2021, 10:56:57 AM View in topic context
 Posted by DeCeballos  in Remove aura in power mode (Started by DeCeballos October 03, 2021, 06:49:59 PM
 Board: M.U.G.E.N Configuration Help

I put this before the end of the statedef of the power mode?
    

Remove aura in power mode

 October 03, 2021, 06:49:59 PM View in topic context
 Posted by DeCeballos  in Remove aura in power mode (Started by DeCeballos October 03, 2021, 06:49:59 PM
 Board: M.U.G.E.N Configuration Help

Hello, I put an aura on my char that is activated with its power mode but I don't know how it is removed once the power mode ends, the aura continues in the char.  What should I put in the codes so that it is removed once the power mode ends?

 This is my aura code

 ; Aura
[State -3, Aura]
type = explod
trigger1 = 1
trigger1 = !ishelper
trigger1 = numexplod(99999) = 0
anim = 99999
id = 99999
pos = 0,0
postype = p1
bindtime = -1
removetime = -1
scale = 1,1
sprpriority = -3
ontop = 0
ownpal = 1
removeongethit = 1
    

Problem sharing palette 1.1 in char sprites

 September 16, 2021, 11:38:08 AM View in topic context
 Posted by DeCeballos  in Problem sharing palette 1.1 in char sprites (Started by DeCeballos September 16, 2021, 11:38:08 AM
 Board: M.U.G.E.N Configuration Help

Hi i have a problem with a character, many of their motion sprites have separate palettes, although they are essentially the same as palette 1.1 if i select the character with a different palette than the first, those sprites will always appear with their own palette. can I put palette 1.1 by default in those sprites?
    

Re: My char has no jump sound

 September 16, 2021, 11:31:52 AM View in topic context
 Posted by DeCeballos  in My char has no jump sound (Started by DeCeballos August 22, 2021, 09:00:54 PM
 Board: M.U.G.E.N Configuration Help

Solved.Thanks!
    

Re: My char has no jump sound

 August 26, 2021, 07:05:37 PM View in topic context
 Posted by DeCeballos  in My char has no jump sound (Started by DeCeballos August 22, 2021, 09:00:54 PM
 Board: M.U.G.E.N Configuration Help

Thanks, my problem has been solved. If these codes are the ones that are put to add sounds I would like to know also what are the codes for the punches (when hitting). Is there a list with the different codes?
    

My char has no jump sound

 August 22, 2021, 09:00:54 PM View in topic context
 Posted by DeCeballos  in My char has no jump sound (Started by DeCeballos August 22, 2021, 09:00:54 PM
 Board: M.U.G.E.N Configuration Help

Hello, I would like to know in which lines I should add the sound effects to my char for jumping and also when falling, since these animations have no sound.
    

Yunzabit heights Z2 style

 August 16, 2021, 09:23:39 PM View in topic context
 Posted by DeCeballos  in Yunzabit heights Z2 style (Started by DeCeballos August 16, 2021, 09:23:39 PM
 Board: Hyper DBZ

 *UPDATE 12/10/22 : To enjoy this stage download Hyper Dragon Ball Z Vision

Hello everyone, this stage is based on "the end of the world", the place where Kamisama's spaceship landed centuries ago, and where Bulma and mr. Popo travel after the battle against the Saiyans in search of an opportunity to travel to Namek.

 
 
 

   Link to folder with my works (It will be updated) https://drive.google.com/drive/folders/1zi9L16ZeMfuNXC9Ma70fbuvjXcjWgo58?usp=sharing

 Credits to Daeron,Yoshin and to all Z2 team for the sprites used and also for the music.
    

Re: Universal Tournament Z2 Style

 April 22, 2021, 09:49:06 AM View in topic context
 Posted by DeCeballos  in Universal Tournament Z2 Style (Started by DeCeballos March 24, 2021, 05:51:56 PM
 Board: Hyper DBZ

I am working with a monitor with some small color problems (especially blue and purple) and now looking at the images of the post on the screen of my phone I realize that perhaps there is a slight increase in the purple colors of the stage doing  that these stand out a lot, if someone could confirm it, I would appreciate it and update the stage with the problem corrected.
    

Re: Universal Tournament Z2 Style

 April 22, 2021, 09:43:10 AM View in topic context
 Posted by DeCeballos  in Universal Tournament Z2 Style (Started by DeCeballos March 24, 2021, 05:51:56 PM
 Board: Hyper DBZ

Thanks, although there is a pixel created by me, much of the material is extracted from HDBZ stages (See credits).  It's my way of honoring that great team. I'm practicing and will post new stuff in the near future. Greetings and thanks!
    

Re: Share palette in lifebar portrait (Mugen 1.1)

 April 08, 2021, 08:40:28 PM View in topic context
 Posted by DeCeballos  in Share palette in lifebar portrait (Mugen 1.1) (Started by DeCeballos February 26, 2021, 09:42:27 AM
 Board: M.U.G.E.N Configuration Help

nobody knows how to do it?