The Mugen Multiverse
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
 
PortalHomeFAQMemberlistLatest imagesUsergroupsSearchRegisterComic WIP TrackerDownloadsLog inChat
Website Navigation Help
Translate the Website
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» MMV CHRISTMAS EVENT - ORION ( Jack Kirby's Version) from DC COMICS
How to make a basic mugen ScreenPack 2019 Emptyby skhsato123 Today at 3:22 pm

» --> [SPAM GAME] - Word Association Game <--
How to make a basic mugen ScreenPack 2019 Emptyby Shining Today at 1:33 am

» Ralaco's Mugen Combat
How to make a basic mugen ScreenPack 2019 Emptyby ralaco April 24th 2024, 8:31 pm

» Yolomate : Episode VIII - The Last palettes
How to make a basic mugen ScreenPack 2019 Emptyby crosspotts1.0 April 24th 2024, 1:51 pm

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 How to make a basic mugen ScreenPack 2019

Go down 
3 posters
AuthorMessage
OldGamer

OldGamer


Posts : 741
Join date : 2012-08-17
Location : Ohio

How to make a basic mugen ScreenPack 2019 Empty
PostSubject: How to make a basic mugen ScreenPack 2019   How to make a basic mugen ScreenPack 2019 EmptySeptember 18th 2019, 2:53 am

Screen Pack Guide Part 1:
How to get setup and make a title Screen video guide
Spoiler:

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:

;-------------------------------------------------------------------
;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

How to make a basic mugen ScreenPack 2019 PT1qNmk


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

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:

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

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

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:

Video Guide final Part 6: How to add a Mugen Screenpack's Congrats & Continue Screen
Spoiler:


Last edited by OldGamer on September 21st 2019, 12:02 am; edited 8 times in total
Back to top Go down
Shining

Shining


Posts : 4804
Join date : 2013-03-26
Age : 44
Location : Italy

How to make a basic mugen ScreenPack 2019 Empty
PostSubject: Re: How to make a basic mugen ScreenPack 2019   How to make a basic mugen ScreenPack 2019 EmptySeptember 18th 2019, 3:28 am

How to make a basic mugen ScreenPack 2019 670481599
Back to top Go down
OldGamer

OldGamer


Posts : 741
Join date : 2012-08-17
Location : Ohio

How to make a basic mugen ScreenPack 2019 Empty
PostSubject: Re: How to make a basic mugen ScreenPack 2019   How to make a basic mugen ScreenPack 2019 EmptySeptember 18th 2019, 12:15 pm

Part two is done and part 3 coming soon Very Happy
Back to top Go down
OldGamer

OldGamer


Posts : 741
Join date : 2012-08-17
Location : Ohio

How to make a basic mugen ScreenPack 2019 Empty
PostSubject: Re: How to make a basic mugen ScreenPack 2019   How to make a basic mugen ScreenPack 2019 EmptySeptember 18th 2019, 11:33 pm

part 3 is done and part 4 coming soon
Back to top Go down
OldGamer

OldGamer


Posts : 741
Join date : 2012-08-17
Location : Ohio

How to make a basic mugen ScreenPack 2019 Empty
PostSubject: Re: How to make a basic mugen ScreenPack 2019   How to make a basic mugen ScreenPack 2019 EmptySeptember 19th 2019, 3:29 pm

part 4 is done and part 5 is coming soon
Back to top Go down
OldGamer

OldGamer


Posts : 741
Join date : 2012-08-17
Location : Ohio

How to make a basic mugen ScreenPack 2019 Empty
PostSubject: Re: How to make a basic mugen ScreenPack 2019   How to make a basic mugen ScreenPack 2019 EmptySeptember 20th 2019, 7:16 pm

Part 5 is done Final Part 6 coming soon

gartanham likes this post

Back to top Go down
OldGamer

OldGamer


Posts : 741
Join date : 2012-08-17
Location : Ohio

How to make a basic mugen ScreenPack 2019 Empty
PostSubject: Re: How to make a basic mugen ScreenPack 2019   How to make a basic mugen ScreenPack 2019 EmptySeptember 21st 2019, 12:09 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

gartanham likes this post

Back to top Go down
UCOOLORNOCOOL




Posts : 1
Join date : 2022-12-18

How to make a basic mugen ScreenPack 2019 Empty
PostSubject: The drive isnt available    How to make a basic mugen ScreenPack 2019 EmptyDecember 18th 2022, 1:53 am

yo old gamer, ive trying to start my own mugen game and the screen pack is a main part
but when i went to the drive there wasnt any links for the download u told us to download
it would be nice if u sent it to me or updated the drive
thank you very much
plus if there is any community u have that i could join please invite me
thank u ilu
Back to top Go down
Sponsored content





How to make a basic mugen ScreenPack 2019 Empty
PostSubject: Re: How to make a basic mugen ScreenPack 2019   How to make a basic mugen ScreenPack 2019 Empty

Back to top Go down
 
How to make a basic mugen ScreenPack 2019
Back to top 
Page 1 of 1
 Similar topics
-
» How to make a Basic Mugen Stages for Mugen 1.0 and 1.1 2019
» How to make a basic Mugen lifeBars
» How to make a basic mugen Intro for the mugen 1.0 only
» How to make a basic Mugen's Intros for mugen 1.1
» How to make a basic Mugen's Intros (Video Guide)

Permissions in this forum:You cannot reply to topics in this forum
The Mugen Multiverse :: Mugen Related :: Mugen Resources-
Jump to: