Faintlss Maker PSP: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 3: Line 3:
| image = https://dlhb.gamebrew.org/psphomebrew/FaintlssMaker.jpg|250px
| image = https://dlhb.gamebrew.org/psphomebrew/FaintlssMaker.jpg|250px
| type = Game engine
| type = Game engine
| version = v0.3
| version = 0.3 (20 Aug 2008)
| licence = Mixed
| licence = Mixed
| author = sora101
| author = sora101
| website = https://psp.brewology.com/downloads/download.php?id=10757&mcid=1
| website = https://www.neoflash.com/forum/index.php?topic=5297.0
| download = https://dlhb.gamebrew.org/psphomebrew/FaintlssMaker.rar
| download = https://dlhb.gamebrew.org/psphomebrew/FaintlssMaker.rar
| source =
| source =
}}
}}
<youtube>_v9Nq_Mlfz8</youtube>


Faintless Maker is a RPG Style game engine that allows you to build your PSP games directly from your PSP, without the need to learn any programming lenguage similar to RPG Maker for the PC.
Faintless Maker is a RPG Style game engine that allows you to build your PSP games directly from your PSP, without the need to learn any programming lenguage similar to RPG Maker for the PC.
Line 16: Line 15:
This is an entry from the Neo Summer Coding Compo 2008 (PSP Applications).
This is an entry from the Neo Summer Coding Compo 2008 (PSP Applications).


Installation
==Installation==
The application has 2 Eboots, one for the game engine and another one for the map editor.
The application has 2 Eboots, one for the game engine and another one for the map editor.


Put all the 2 folders, PSP Faintless and PSP Faintless Maker in your X:/PSP/GAME/ folder, where X is your PSP.
Put all the 2 folders, PSP Faintless and PSP Faintless Maker in your X:/PSP/GAME/ folder, where X is your PSP.


User guide
==User guide==
Menu:
===Menu===
In the menu you will find some value named: Up, Down, Right and Left. These are the boundaries (bounds) of your map, if the hero touch the bounds he will be teleported to the next map that you specefy in the menu, if the value = 0 the he will not be teleported.
In the menu you will find some value named: Up, Down, Right and Left. These are the boundaries (bounds) of your map, if the hero touch the bounds he will be teleported to the next map that you specefy in the menu, if the value = 0 the he will not be teleported.


Game:
===Game===
- Scrolling.
* Scrolling.
- Collision.
* Collision.
- Pg animation.
* Pg animation.
- Run.
* Run.
- Teleport whne touching map boundaries.
* Teleport whne touching map boundaries.
- Event system (only teleport for now but system is ready according to the author).
* Event system (only teleport for now but system is ready according to the author).


Map Editor:
===Map Editor===
- Save Map.
* Save Map.
- Load Map.
* Load Map.
- Layers(Ground, Mask 1, Mask2 , Fringe 1, Fringe 2).
* Layers (Ground, Mask 1, Mask2 , Fringe 1, Fringe 2).
- Blocks.
* Blocks.
- Fill.
* Fill.
- MultiTile Selection.
* MultiTile Selection.
- Map Linking.
* Map Linking.
- Changing tilelesets.
* Changing tilelesets.
- Big tilesets (480x512).
* Big tilesets (480x512).
- Event editor.
* Event editor.


General:
===General===
- 16x16 px tiles.
* 16x16 px tiles.
- Size of the map: 960x544 px (the double of the screen).
* Size of the map: 960x544 px (the double of the screen).
- 5 Layers (Ground, Mask 1, Mask2 , Fringe 1, Fringe 2).
* 5 Layers (Ground, Mask 1, Mask2 , Fringe 1, Fringe 2).
- Event system.
* Event system.
- Easy And fast to use.
* Easy And fast to use.
- No need to learn a programming language.
* No need to learn a programming language.


Controls
==Controls==
D-Pad - Move
D-Pad - Move
Start - Pause menu
Start - Pause menu


Map Editor:
'''Map Editor:'''
 
Triangle - Open/Close template
Triangle - Open/Close template
L-Trigger/R-Trigger - Switch between the two available templates
 
L/R - Switch between the two available templates
 
Cross - Place on the map and select from the template
Cross - Place on the map and select from the template
Start - Menu with various options on the map
Start - Menu with various options on the map
D-Pad - Move pointer across the screen
D-Pad - Move pointer across the screen


Credits
==Media==
'''Faintless Maker Demo''' ([https://www.youtube.com/watch?v=_v9Nq_Mlfz8 SoraDave101]) <br>
<youtube>_v9Nq_Mlfz8</youtube>
 
==Credits==
Di Sora101 (Mercoledi 20 Agosto).
Di Sora101 (Mercoledi 20 Agosto).


References
==External links==
NeoFlash, https://www.neoflash.com/forum/index.php?topic=5297.0
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=5297.0
 
[[Category:PSP homebrew games]]
[[Category:Homebrew game engines on PSP]]

Revision as of 05:38, 21 August 2021

Faintless Maker
FaintlssMaker.jpg
General
Author(s)sora101
TypeGame engine
Version0.3 (20 Aug 2008)
LicenceMixed
Links
Download
Website
Advertisements

<htmlet>adsense</htmlet>


Faintless Maker is a RPG Style game engine that allows you to build your PSP games directly from your PSP, without the need to learn any programming lenguage similar to RPG Maker for the PC.

This is an entry from the Neo Summer Coding Compo 2008 (PSP Applications).

Installation

The application has 2 Eboots, one for the game engine and another one for the map editor.

Put all the 2 folders, PSP Faintless and PSP Faintless Maker in your X:/PSP/GAME/ folder, where X is your PSP.

User guide

Menu

In the menu you will find some value named: Up, Down, Right and Left. These are the boundaries (bounds) of your map, if the hero touch the bounds he will be teleported to the next map that you specefy in the menu, if the value = 0 the he will not be teleported.

Game

  • Scrolling.
  • Collision.
  • Pg animation.
  • Run.
  • Teleport whne touching map boundaries.
  • Event system (only teleport for now but system is ready according to the author).

Map Editor

  • Save Map.
  • Load Map.
  • Layers (Ground, Mask 1, Mask2 , Fringe 1, Fringe 2).
  • Blocks.
  • Fill.
  • MultiTile Selection.
  • Map Linking.
  • Changing tilelesets.
  • Big tilesets (480x512).
  • Event editor.

General

  • 16x16 px tiles.
  • Size of the map: 960x544 px (the double of the screen).
  • 5 Layers (Ground, Mask 1, Mask2 , Fringe 1, Fringe 2).
  • Event system.
  • Easy And fast to use.
  • No need to learn a programming language.

Controls

D-Pad - Move

Start - Pause menu

Map Editor:

Triangle - Open/Close template

L/R - Switch between the two available templates

Cross - Place on the map and select from the template

Start - Menu with various options on the map

D-Pad - Move pointer across the screen

Media

Faintless Maker Demo (SoraDave101)

Credits

Di Sora101 (Mercoledi 20 Agosto).

External links

Advertising: