Infinity MUGEN Team

IMT Main => M.U.G.E.N Guides & Tutorials => Topic started by: OldGamer on September 26, 2017, 07:25:12 PM

Title: How to make a basic mugen ScreenPack 2019
Post by: OldGamer on September 26, 2017, 07:25:12 PM
Screen Pack Guide Part 1:
How to get setup and make a title Screen video guide
(click to show/hide)

the tools you need and website to see and go to

Google Drive Mugen Tools
https://drive.google.com/drive/folders/1q09TU0w6TYp5fcXaUKhtBLMpKkIM2khU?usp=sharing

Paint software free
https://www.dotpdn.com/downloads/pdn.html

Gimp 2.8.22
https://www.gimp.org/downloads/oldstable/

Bimp 1.18.1
https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases/tag/v1.18

Audacity Free software
https://www.fosshub.com/Audacity.html

Font charts
http://www.elecbyte.com/mugendocs-11b1/mugen.html#documentation

These code is to understand the Title Setting and what they can do for you
Code: [Select]
;-------------------------------------------------------------------
;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

(https://i.imgur.com/pT1qNmk.png)


Video Guide Part 2 : How to Add Option Screen animation and Add Bitmap fonts and Truetype Fonts
(click to show/hide)

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

text guide for font for option screen
(click to show/hide)

Video Guide Part 3: How to add a Mugen Screenpack's Versus & Victory Screen
(click to show/hide)
There no tools needed for this lesson 3

Video Guide Part 4:  How to add a Mugen Screenpack's Sounds & Select Screen
(click to show/hide)

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
(click to show/hide)

Video Guide final Part 6:  How to add a Mugen Screenpack's Congrats & Continue Screen
(click to show/hide)
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on September 26, 2017, 07:36:05 PM
the real reason why the video is long because Im trying to explain in easy understanding in baby sets on how to make a simple mugen screen pack for the mugen software. also if you feel this video guide is not for you please don't wasting your time. but if this video guide is for you . that mean you wanting to learn how to make your own screen pack.

Part 2 be coming soon  ::salute::
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on September 27, 2017, 03:59:51 AM
Part 2 is done and part 3 is under way :w00t:
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on September 27, 2017, 10:52:58 PM
 :o part 4 is done and now part 5 coming soon  :w00t:
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on September 28, 2017, 08:19:18 PM
part 5 is done on to the next part 6  :w00t:
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: O Ilusionista on September 29, 2017, 02:24:59 PM
Really thanks for all your hard work. Its very cool to see someone still making full tutorials for mugen.
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: I-Skorp-I on September 29, 2017, 04:44:47 PM
OG YOU ARE F*CKIN* LEGIT! Word can't describe how appreciative we are for your hard work put into these tutorials!  O0 ^:)^
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on September 29, 2017, 10:31:02 PM
Really thanks for all your hard work. Its very cool to see someone still making full tutorials for mugen.
Thank you O Illusionista  ::salute:: also I just made Part 6 this something you might want take a look at How to add your own new font on the option screen is going blow your mind buddy and this will help you for your Full game's Option screen :D this time video is only 20 min long xD
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on September 29, 2017, 10:33:21 PM
OG YOU ARE F*CKIN* LEGIT! Word can't describe how appreciative we are for your hard work put into these tutorials!  O0 ^:)^
I-Skorp-I  HI BUDDY And thanks man for the kind words  :thumbsup: I hope this help everyone  :w00t:
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on September 30, 2017, 12:33:08 AM
part 6 is done and Part 7 is coming soon  :w00t:
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: dev. on September 30, 2017, 04:47:11 AM
This is cool. I recorded the conversation we had years ago about screenpacks on skype and I still have it. It's helping me every time.
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on October 02, 2017, 01:32:16 AM
This is cool. I recorded the conversation we had years ago about screenpacks on skype and I still have it. It's helping me every time.
thank you  :w00t: also part 7 is done now its the part 8 coming soon  :w00t:
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: OldGamer on October 03, 2017, 07:20:04 PM
Part 8 is done and Part 9 is coming soon  :w00t:
Title: Re: Complete Guide: How to make a Basic Mugen Screen packs for Beginners
Post by: O Ilusionista on November 21, 2018, 11:24:11 AM
Hey man, can you reupload those videos?
Title: Re: How to make a basic mugen ScreenPack 2019
Post by: OldGamer on September 18, 2019, 03:40:52 AM
New video and New updates
Title: Re: How to make a basic mugen ScreenPack 2019
Post by: OldGamer on September 18, 2019, 01:19:54 PM
part 2 is done part 3 coming soon  :w00t:
Title: Re: How to make a basic mugen ScreenPack 2019
Post by: OldGamer on September 19, 2019, 12:31:28 AM
part 3 is done and part 4 is coming soon
Title: Re: How to make a basic mugen ScreenPack 2019
Post by: OldGamer on September 19, 2019, 04:28:12 PM
part 4 is done and part 5 coming soon
Title: Re: How to make a basic mugen ScreenPack 2019
Post by: OldGamer on September 20, 2019, 08:24:09 PM
part 5 is done and final part 6 is coming soon
Title: Re: How to make a basic mugen ScreenPack 2019
Post by: OldGamer on September 21, 2019, 01:10:13 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
Title: Re: How to make a basic mugen ScreenPack 2019
Post by: MatreroG on September 28, 2019, 10:25:57 AM
Thanks again OG. When I have some free time I will start with my first attempts in this area  :)
Title: Re: How to make a basic mugen ScreenPack 2019
Post by: OldGamer on October 05, 2019, 03:22:53 AM
Thanks again OG. When I have some free time I will start with my first attempts in this area  :)
:)
SimplePortal 2.3.5 © 2008-2012, SimplePortal