YesNoOk
avatar

Hydron Remix2019 (Read 4968 times)

Started by Charles_2011, July 13, 2020, 08:36:40 pm
Share this topic:
Hydron Remix2019
#1  July 13, 2020, 08:36:40 pm
  • ***
    • Peru
Hello.

Here it is a new release.

I took material of these authors:

* Manuz
* Duracelleur
* Corntortillas
* Violin Ken
* Trasgo7s
* Lamissfairy
* ShinZero


Metadata:
Parallax: Yes
Zoom: Yes
Super Jump: Yes
Animations: Yes
Music: Yes

Pictures:










Stage and my Onedrive:
https://1drv.ms/u/s!AhMnWf3J-0MkiVukbAE5xzih9m1K?e=5GccDU

I hope you like the stage, feel free to use my material in your Mugen/Ikemen.
Enjoy!
Re: Hydron Remix2019
#2  July 14, 2020, 11:15:21 pm
  • ****
another good one bro!
Re: Hydron Remix2019
#3  July 15, 2020, 03:54:53 am
  • ***
    • Peru
Thank you my friend, I´m glad that you like it. Enjoy it.
Re: Hydron Remix2019
#4  July 15, 2020, 12:19:53 pm
  • *****
Thanks for the release, hoping to see more DS stages.
Re: Hydron Remix2019
#5  July 15, 2020, 12:33:49 pm
  • *****
  • A.K.A. NED
  • I like to draw fighting game characters...
Awesome work!
One more great custom! Thanks for the release. Warzard have so much potential!

I have a question :
Is there a way to tweak your stages (just some adjustment I would like to do for my mugen use) ?
I would like to avoid the heavy big zoom when characters are close.
Zoom is a great feature, but I would avoid the part when the characters are too big and take all the screen

Basically what was a "problem" in KOF12


Any help is welcome.
I like all your stages, but this big zoom make me always avoid selecting them ingame.
Re: Hydron Remix2019
#6  July 15, 2020, 02:00:36 pm
  • **
  • Indeed
Is there a way to tweak your stages (just some adjustment I would like to do for my mugen use) ?
I would like to avoid the heavy big zoom when characters are close.
Zoom is a great feature, but I would avoid the part when the characters are too big and take all the screen

Just edit the camera features. Search for this block of code (almost at the start of the .def file):

[Camera]
   startx=0
   starty=0
   boundleft= -235
   boundright= 235
   boundhigh= -253
   boundlow=0
   verticalfollow=1

   floortension=150
   tension=50

   ;;--- * v1.1 (zoom) *---
   ;;cuthigh=30
   cutlow=10
   ;;---
   overdrawhigh=5
   overdrawlow=5
   ;;---
   tensionhigh=85 ;;t_hi
   tensionlow=25
   startzoom=1
   zoomout=0.85 ;;c_zo
   zoomin=1.25 ;;c_zi
   ;;--- * v1.1 (zoom) *---


And edit the zoomin value (highlighted in red). Put "1" for normal zoom.
Re: Hydron Remix2019
#7  July 15, 2020, 02:03:35 pm
  • ***
    • Peru
Hello PeXXeR and Nedflandeurse, thank you for your words.

Nedflandeurse, about the zoom thing, look for this code and change this value:

   ;;--- * v1.1 (zoom) *---
   ;;cuthigh=30
   cutlow=10
   ;;---
   overdrawhigh=5
   overdrawlow=5
   ;;---
   tensionhigh=85 ;;t_hi
   tensionlow=25
   startzoom=1
   zoomout=0.85 ;;c_zo
   zoomin=1.25 ;;c_zi ---> 1
   ;;--- * v1.1 (zoom) *---

I hope this could help you my friend.
Re: Hydron Remix2019
#8  July 15, 2020, 02:12:03 pm
  • *****
  • A.K.A. NED
  • I like to draw fighting game characters...