User:Pixloen/sandbox: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Created page with "sandbox for drafts of FPANModding. And general notes for wiki editors who want to help. ===Terminology=== '''Hantei-kun Project''' *Also known as .Ha6, Hantei-chan file, Hantei-chan file. '''Character CG File''' *Also known as .cg file. '''Character PAT File''' *Also known as .pat file. '''PAT File Structure / Anatomy''' *Textures - also known as pages. Contain Images used for effects. *Parts - also known as sprites, but use this to avoid confusion. Adds UV and Mes...")
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
sandbox for drafts of FPANModding. And general notes for wiki editors who want to help.
{{DISPLAYTITLE:French Bread Modding Wiki}}
{{2 Column Flex|flex1=7|flex2=3|reverse=yes
|content1=
{{Content Box|content=
<center><div style="max-width:686px;">[[File:PIXL banner.png|class=flex-image|link=]]</div></center>
Welcome to the '''French Bread Modding Wiki'''! This wiki is meant to provide a comprehensive documentation of the engine used in modern French Bread games, as well as basic examples and tutorials.  


===Terminology===
Games covered include '''UNDER NIGHT IN-BIRTH II: Sys:Celes''', '''UNDER NIGHT IN-BIRTH Exe:Late [cl-r]''', and '''MELTY BLOOD: TYPE LUMINA'''. Some minor information about '''Blazblue Cross Tag Battle''' and '''Dengeki Bunko Fighting Climax Ignition''' is included too!


'''Hantei-kun Project'''
==Credits==
*Also known as .Ha6, Hantei-chan file, Hantei-chan file.
*'''pixloen''' - Lead writer, proofreader and formatter
*'''_Bootysama''' - Proofreader and Known Gatekeeper
*'''Blake''' - Writer on .pat and Audio sections


'''Character CG File'''
===Contributors===
*Also known as .cg file.
*'''NerfNoobPls''' - MBTL section in HA6 Pattern Reference
}}
|content2={{Infobox Game
| gamename    = French Bread Modding Wiki
| abbreviation = FBModdingWiki
| image        = PIXL hyde.png
| system      = Steam / PC Versions of Games Only
| community    = [https://discord.gg/uPUtrySvYp UNICLR Color Vault]
| community2  = [https://discord.gg/meltyblood Melty Blood Server]
| community3  = [https://discord.gg/HDX7STnDyb MBTL Palette Gallery]
| community4  = [https://discord.gg/melty-blood-community-server-851550129684086800 Melty Blood Community Server]
| extra        =
{{!}} colspan="2" {{!}}<!--
-->{{(!}} style="margin:auto;" cellpadding="1" cellspacing="0"
{{!}}+ '''Note'''
{{!}}-
{{!}} The Under Night In-Birth Player Hub has a rule that bans discussion of modding any games. Don't go there expecting any help with mods!
{{!}}
{{!)}}
}}}}
====<span class="invisible-header" style="font-size: 0em;">For Beginners</span>====
{{Content Box|header=For Beginners|content=
<div style="margin-left: auto; margin-right: auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; max-width:1500px; align-items: center;">
{{PIXL FP Banner|image=started|name=Getting Started}}
{{PIXL FP Banner|image=files|name=File Structure}}
{{PIXL FP Banner|image=install|name=Installing Mods}}
{{PIXL FP Banner|image=list|name=Example Mods}}
{{PIXL FP Banner|image=glossary|name=Glossary}}
{{PIXL FP Banner|image=links|name=Links and Resources}}
</div>
}}
====<span class="invisible-header" style="font-size: 0em;">File Formats & Software Guide</span>====
{{Content Box|header=File Formats & Software Guide|content=
<div width="fit-content" style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;">
{{PIXL FP Bar|image=ha6|name=Hanteichan}}
{{PIXL FP Bar|image=cg|name=CG}}
{{PIXL FP Bar|image=pat|name=Pat Effects}}
{{PIXL FP Bar|image=pal|name=Palettes}}
{{PIXL FP Bar|image=dds|name=DDS Images}}


'''Character PAT File'''
</div>
*Also known as .pat file.
}}
====<span class="invisible-header" style="font-size: 0em;">Engine Documentation</span>====
{{Content Box|header=Engine Documentation|content=
<div width="fit-content" style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;">
{{PIXL FP Bar|image=audio|name=Audio}}
{{PIXL FP Bar|image=bg|name=Backgrounds}}
{{PIXL FP Bar|image=class|name=Classes and Methods}}
{{PIXL FP Bar|image=cutsc|name=Cutscenes}}
{{PIXL FP Bar|image=dfile|name=D File}}
{{PIXL FP Bar|image=func|name=Functions}}
</div>
}}
====<span class="invisible-header" style="font-size: 0em;">Guides & Tutorials</span>====
{{Content Box|header=Guides & Tutorials|content=
<div width="fit-content" style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;">
{{Disclaimer MFPG
|border-color=#FF1060
|bg-color=
|image=PIXL hyde.png
|text='''Disclaimer: Better not die on me!'''<br/>This section of the wiki isn't ready yet. If you are knowledgeable enough in modding, please consider helping!
}}
</div>
}}
==Navigation==
{{Navbox-MFPG}}
[[Category: Modding French Bread Games]]


'''PAT File Structure / Anatomy'''
<templatestyles src="Pixl/frontpage.css"/>
 
<div style="position: fixed; bottom: 0; left: 0; z-index:-1;display:flex; width:100%;">
*Textures - also known as pages. Contain Images used for effects.
[[File:PIXL bg001.png|10000px|class=image]]
*Parts - also known as sprites, but use this to avoid confusion. Adds UV and Mesh properties.
</div>
*Mesh - also known as polygons or primitives. Contains 3D polygon data.
*Layer - Takes a part and assigns transform, color and blending values.
*Frame - Contains multiple layers. This is what is seen in Hantei-chan and in-game.
 
 
 
 
 
'''Character MoveTable / Script MoveTable'''
*Also known as mv code, mv script, script file. Same terminology for CommandTable.
 
'''Character SE List and SE Category'''
*These names make sense.

Latest revision as of 22:06, 27 March 2024

PIXL banner.png

Welcome to the French Bread Modding Wiki! This wiki is meant to provide a comprehensive documentation of the engine used in modern French Bread games, as well as basic examples and tutorials.

Games covered include UNDER NIGHT IN-BIRTH II: Sys:Celes, UNDER NIGHT IN-BIRTH Exe:Late [cl-r], and MELTY BLOOD: TYPE LUMINA. Some minor information about Blazblue Cross Tag Battle and Dengeki Bunko Fighting Climax Ignition is included too!

Credits

  • pixloen - Lead writer, proofreader and formatter
  • _Bootysama - Proofreader and Known Gatekeeper
  • Blake - Writer on .pat and Audio sections

Contributors

  • NerfNoobPls - MBTL section in HA6 Pattern Reference
French Bread Modding Wiki
(FBModdingWiki)
PIXL hyde.png
Systems

Steam / PC Versions of Games Only

Community Channels

UNICLR Color Vault

Melty Blood Server
MBTL Palette Gallery
Melty Blood Community Server
Note
The Under Night In-Birth Player Hub has a rule that bans discussion of modding any games. Don't go there expecting any help with mods!

For Beginners

For Beginners

Getting Started
File Structure
Installing Mods
Example Mods
Glossary
Links and Resources

File Formats & Software Guide

File Formats & Software Guide

Hanteichan
CG
Pat Effects
Palettes
DDS Images

Engine Documentation

Engine Documentation

Audio
Backgrounds
Classes and Methods
Cutscenes
D File
Functions

Guides & Tutorials

Guides & Tutorials

PIXL hyde.png Disclaimer: Better not die on me!
This section of the wiki isn't ready yet. If you are knowledgeable enough in modding, please consider helping!

Navigation

For Beginners
Getting Started
File Structure
Installing Mods
Example Mods
Glossary
Links & Resources
File Formats & Software Guide
Hantei-chan
CGTOOL & CGLIB
.pat Effects
Palettes
DDS Images
Engine Documentation
Audio
Backgrounds
Classes and Methods
Cutscenes
D File Folder
Functions
Shaders
Quick Start
Getting Started
Installing Mods
Mods List
Guides
Character File Setup
Using Hantei-chan
Character Scripts
Miscellaneous
Dialogue
HUD and UI
Stages
Audio
Battle Scripts
CG & Patterns
Editng Vectors
Define
Documentation
Classes and Methods
Functions
HA6 Pattern Reference
UNI2 Modding Notes

PIXL bg001.png