YesNoOk
avatar

How to make a Basic Mugen Screenpacks 2019 (Read 166670 times)

Started by OldGamer, September 30, 2017, 04:53:00 am
Share this topic:
How to make a Basic Mugen Screenpacks 2019
New #1  September 30, 2017, 04:53:00 am
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
Screen Pack Guide Part 1:
How to get setup and make a title Screen video guide
Spoiler, click to toggle visibilty

the tools you need and website to see and go to

 Tools you need for this lesson
click the spoiler to see the list
Spoiler, click to toggle visibilty

These code is to understand the Title Setting and what they can do for you
Code:
;-------------------------------------------------------------------
;Title screen definition
[Title Info]
fadein.time = 10
fadeout.time = 10
menu.pos = 159,158 <<<<<<<<<<<< these are to move all menu selection letters fonts
menu.item.font = 3,0,0     <<<<<<<<<<<<number font location
menu.item.active.font = 3,5,0 <<<<<<<<<<<<number font location
menu.item.spacing = 0, 13 <<<<<<<< spacing fonts letters
menu.itemname.arcade = "ARCADE" 
menu.itemname.versus = "VS MODE"
menu.itemname.teamarcade = "TEAM ARCADE"
menu.itemname.teamversus = "TEAM VS"
menu.itemname.teamcoop = "TEAM CO-OP"
menu.itemname.survival = "SURVIVAL"
menu.itemname.survivalcoop = "SURVIVAL CO-OP"
menu.itemname.training = "TRAINING"
menu.itemname.watch = "WATCH"
menu.itemname.options = "OPTIONS"
menu.itemname.exit = "EXIT"
menu.window.margins.y = 12, 8 <<<<<<<<<<< this tell how many item letter spacing control
menu.window.visibleitems = 5 <<<<<<<<<<<<<<< how many fonts want to show on the screen
menu.boxcursor.visible = 1     <<<<<<<<<<this  can remove or display the flashing bar icon and set to 0s turn its off
menu.boxcursor.coords = -58,-10,57,2 <<<<<<<<<<< control the size for the flashing box cursor
cursor.move.snd = 100,0 <<<<<<<<< this from sound fx for the system.def
cursor.done.snd = 100,1 <<<<<<<<< this from sound fx for the system.def
cancel.snd = 100,2 <<<<<<<<< this from sound fx for the system.def

;----------------------------
;Title background definition
[TitleBGdef]
bgclearcolor = 0,0,0

[TitleBG 0] ;black border <<<<<<<<<< code to show sprite normal or animation sprite on the screen display
type  = normal
spriteno = 1,0
start = 0, 0
mask = 0

[TitleBG 1] ;blue light bottom left
type  = anim <<<<<<<<<<<<<<<<<<<< this mean an sprite has animation see the image what they are and do
actionno = 4
start = -240, 160
mask = 1



Video Guide Part 2 : How to Add Option Screen animation and Add Bitmap fonts and Truetype Fonts
Spoiler, click to toggle visibilty

Tools you need for this lesson two
https://drive.google.com/file/d/1SseFI7A4ciYXSyDfoWW19q8KbeKyE7uE/view?usp=sharing

text guide for font for option screen
Spoiler, click to toggle visibilty

Video Guide Part 3: How to add a Mugen Screenpack's Versus & Victory Screen
Spoiler, click to toggle visibilty
There no tools needed for this lesson 3

Video Guide Part 4:  How to add a Mugen Screenpack's Sounds & Select Screen
Spoiler, click to toggle visibilty

no tools need it but you need an website for Sounds and Select sprite folder with wav sounds

Select sprite folder located here for the lesson
https://drive.google.com/file/d/1kDvNxPaFP7meQDwGBiisyLyE2UlqScIb/view?usp=sharing

Sound resources website
https://www.sounds-resource.com/

Video Guide Part 5:  How to add a Mugen Screenpack's Cursor & Team Menu Background
Spoiler, click to toggle visibilty

Video Guide final Part 6:  How to add a Mugen Screenpack's Congrats & Continue Screen
Spoiler, click to toggle visibilty
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Last Edit: June 01, 2022, 06:37:00 pm by OldGamer
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#2  September 30, 2017, 09:20:41 am
  • *****
  • Master Relic Tech
  • Screenpack Maker EX
You are my hero and no homo.lol Real talk, you have really progress into your own. I salute you one old creator to a new one. If someone really want to learn, hey follow these steps and it's sure to bring you to another level. Keep it rocking old Gamer, just another one of your fan's.
Last Edit: September 30, 2017, 09:23:59 am by SOLIDUS SNAKE
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#3  October 01, 2017, 07:13:07 pm
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
You are my hero and no homo.lol Real talk, you have really progress into your own. I salute you one old creator to a new one. If someone really want to learn, hey follow these steps and it's sure to bring you to another level. Keep it rocking old Gamer, just another one of your fan's.
thank you  so mush for your kind words. I figured maybe this will help anyone that been wanting to know how to make there own screen pack in the future ^^ in just simple baby steps and understand how they work :D

Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#4  October 01, 2017, 08:49:12 pm
  • avatar
  • ***
  • Why,
By the way: Vselect is "must" IF use Mugen 1.0 NOT mugen 1.1 (At Mugen 1.1 get order about <=30 when mugen 1.0 wait it order<=10)
So, at Mugen 1.1 select.def at manual... but, it wasn´t difficult, but takes time if are >900 persons... ( I self know that !)

Hey, can i help, or maybe i need help
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#5  October 02, 2017, 07:47:05 am
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
By the way: Vselect is "must" IF use Mugen 1.0 NOT mugen 1.1 (At Mugen 1.1 get order about <=30 when mugen 1.0 wait it order<=10)
So, at Mugen 1.1 select.def at manual... but, it wasn´t difficult, but takes time if are >900 persons... ( I self know that !)


Your telling something I know already about Vselect. I guess you did not follow my Part 2 video guide well did yah or not  ?  :shifty:
also Vselect work great with Mugen 1.1 . I never had no issue what so ever when I used it on the mugen 1.1, I also explain on my part 2 video that you can use Vselect not just about Adding Characters but also is good tool because its let see how your select screen should look like when you are creating a screen pack and  adjusting the select screen definition setting in the system.def location. but maybe you never knew that Vselect can do more than just adding  a character or giving a order setting. the tool give you a good view Idea on how to make your select screen roster and how its going to look and set it up the shape deign of the select screen roster.



     Posted: October 02, 2017, 07:55:50 am
Part 7 video guide how to make a versus screen is done , PART 8 IS COMING SOON :D

     Posted: October 04, 2017, 01:36:51 am
Part 8 is done and Part 9 is coming soon :D
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Last Edit: October 04, 2017, 01:36:51 am by OldGamer
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#6  October 07, 2017, 03:00:55 am
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
this guide is done :D the open source file sprite will be release as soon I'm done uploading them xD
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#7  October 07, 2017, 10:20:11 am
  • *
  • XX
    • Argentina
FA***G AMAZIN THKS!! OG!
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#8  December 13, 2017, 09:13:56 pm
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
FA***G AMAZIN THKS!! OG!
hahah lol your welcome haha



     Posted: December 15, 2017, 06:54:54 pm
this guide is complete :D

if have other question feel free to ask them. I do my very best to help you any way I can :D
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#9  December 15, 2017, 08:10:51 pm
  • ****
    • Argentina
    • matrerog@yahoo.com.ar
Nice tutorial. Very helpfull.
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#10  December 16, 2017, 10:11:33 am
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#11  August 16, 2019, 07:42:18 am
  • *****
    • Venezuela
    • Blacksight22@Yahoo.Com.Ve
    • Skype - sebastian.osio
Sorry for the bump, the videos are down, any chance to get them back up?

Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
#12  August 17, 2019, 06:42:33 am
  • ****
    • crepa.neocities.org
Sorry for the bump, the videos are down, any chance to get them back up?

Tbh most of his content is down (old stages, screenpacks, etc.) idk why OG delete his videos/images lol
Re: How to make a Basic Mugen Screenpacks 2019
#13  September 18, 2019, 09:38:09 am
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
New video and new updates
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Re: How to make a Basic Mugen Screenpacks 2019
#14  September 18, 2019, 10:09:05 am
  • ***
  • The Illusionary Wanderer
  • I have a dream
    • Vietnam
Most people wouldn't be able to find motivations to actually remake a lost tutorial yet you still manage to get over it and remake the tutorial with more up-to-date knowledge for the communities. Thanks for this!
Re: How to make a Basic Mugen Screenpacks 2019
#15  September 18, 2019, 07:06:23 pm
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
Most people wouldn't be able to find motivations to actually remake a lost tutorial yet you still manage to get over it and remake the tutorial with more up-to-date knowledge for the communities. Thanks for this!
Thank you so much for your Kind and wisdom words Mr.Gaing. I had to remake it because Last year somehow my google account got hacked all my files and video were removed, but now I have more experiences in the field of making screen packs, I want to make things easy for everyone in easy baby sets to understand what each code setting do and how to add sprites and more, everything I do for the community is to help those that want to learn without no confusion :)



     Posted: September 18, 2019, 07:15:47 pm
part 2 is done part 3 coming soon :)
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Re: How to make a Basic Mugen Screenpacks 2019
#16  September 18, 2019, 07:47:33 pm
  • ****
    • crepa.neocities.org
Oh, I didn't know you were hacked, that explains everything. That being said,  nice to see you remaking the tutorials, I'm sure they will be very helpful. Also your screenpacks are very good, thanks for sharing your knowledge with us. :)

Spoiler, click to toggle visibilty
Re: How to make a Basic Mugen Screenpacks 2019
#17  September 18, 2019, 08:59:18 pm
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
Oh, I didn't know you were hacked, that explains everything. That being said,  nice to see you remaking the tutorials, I'm sure they will be very helpful. Also your screenpacks are very good, thanks for sharing your knowledge with us. :)

Spoiler, click to toggle visibilty
Thank you DS and also I included a text guide as well with the video guide :D



     Posted: September 19, 2019, 06:26:54 am
Part 3 is done Part 4 coming soon

     Posted: September 19, 2019, 10:23:35 pm
part 4 is done Part 5 coming soon
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Re: How to make a Basic Mugen Screenpacks 2019
#18  September 21, 2019, 02:23:35 am
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
part 5 is done and final part 6 is coming soon

     Posted: September 21, 2019, 07:09:52 am
the screen pac guide is now complete
 also

I would like to make clear that I went ahead and took all my time to get all this done to help everyone to understand and learn how to make your own screen pack if you have any other questions about regarding with the guide that I provide for you guys please let me know however I am not going out of my way to help fix your own troubleshoot but I will will help you and see and find out what is your problem when you're making your own screen pack I'll try to troubleshoot your problem and then tell you what you did wrong but then you have to fix it yourself after that that's the kind of support I will willing to do for anyone who wants to learn about screenpack please use simple words that I can understand do not use short-term questions that don't make no sense to me you have to be very clear and very detail what's your sentence so this way I can look and see what went wrong and I can give you the proper answer of yours troubleshooting when you're making your own screen pack
Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Re: How to make a Basic Mugen Screenpacks 2019
#19  September 21, 2019, 08:22:53 am
  • ****
    • crepa.neocities.org
Cool, I'll watch and read everything when I have the time. Thank you again for sharing your knowledge with us, sure will be very helpful!
Re: How to make a Basic Mugen Screenpacks 2019
#20  September 28, 2019, 04:13:55 pm
  • ****
    • Argentina
    • matrerog@yahoo.com.ar
This is great! Now is practice time.
Thanks.  :laugh: