Le Deal du moment :
Cartes Pokémon 151 : où trouver le ...
Voir le deal

Aller en bas
Rafidelis
Rafidelis
Membre

Nombre de messages : 55
Distinction : aucune
Date d'inscription : 01/05/2008

Monster Album - Bestiary [Version 1.0] Empty Monster Album - Bestiary [Version 1.0]

Sam 21 Nov 2009 - 2:55
Album Monster - Bestiary
By: Rafidelis - Version: 1.0

Introduction


This script creates an album of monsters, or one where bestiario are presented
characteristics of the monsters of the game.
As soon as you battle in the game, all the monster battles are added to the Bestiary, but you can also add monsters without the need to fight to see that the instuctions in the script.

Features

(*) Display a background image for each Monster
(*) Displays a default background image for the monsters who do not receive a background image separate action.
(*) If you do not use images, is used the option "Crop Battler", which creates a sort of frame with the edges of the battlers monsters.
(*) Window with Data Bestiary, such as percent complete.
(*) Easy creation of the description of the monsters Bestiary (See Instructions)
(*) Fast and easy customization.

Screenshots]

Using Background Image:
Monster Album - Bestiary [Version 1.0] Rafidelismonsteralbum2p

Without the option to use background image, it creates a 'framework' in the monster battler.
Monster Album - Bestiary [Version 1.0] RafidelisMonsterAlbum1EN-NoImage

More Images:

Spoiler:

Demo

Monster Album - Bestiary [Version 1.0] Botaumdownload04dm0


Instructions

Well, all instructions are in the script, but the main one I'll post here for everyone to understand.

1st Paste the script above the Main, right in the following section, edit the constants in Module Rafidelis::Bestiary_System if you wish.
2st Creating the outline of a monster, using the 'History' tab in 'Enemies' Database.

Note: If you already use a script that uses the command 'History', and want another way to describe the creation of monsters, please contact me.


1st With the RMVX opened, press the F9 key or open the Database icon in the toolbar RPGMakerVX, select the tab Enemies.
2st In the lower right corner, the command 'History' type a description of the monster of the following ways:

(1) -
Code:
"This and the description of a monster, with only 1 line."
Thus, the description of the monster takes up only one line, this is a practical and simple way to add descriptions


(2)
Code:
 
  d = [] # Never forget to add this line
  d [0] = "This is the first line of the monster"
  d [1] = "This is the second line of the description of the monster"
  d # never forget this line also

Thus the description of the monster can contain up to 2 lines, note that the first and last line should always be write.The # are ignored.


Terms and Conditions



- If you use this script, you do not have to include my name in credits, but I'd like you to give the deserved credits; D
- You can use this script on non-commercial games, if you want to use in some commercial game, please get in touch with me and we entered into an agreement.
- You can distribute / modify / edit this script, but can not withdraw the name of the author and not the link to the forum ReinoRpg.
- Enjoy D;
spartozu
spartozu
Membre

Nombre de messages : 198
Age : 28
Distinction : aucune
Date d'inscription : 03/11/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Sam 21 Nov 2009 - 12:17
Thanks you Rafidelis good work ^^


Dernière édition par spartozu le Dim 22 Nov 2009 - 15:48, édité 1 fois
ZangtherOld
ZangtherOld
Membre

Nombre de messages : 1711
Date d'inscription : 07/08/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Sam 21 Nov 2009 - 12:25
Thanks, I think I'm gonna use it in my game :P
Snake_SW
Snake_SW
Membre

Nombre de messages : 65
Age : 31
Distinction : aucune
Date d'inscription : 06/09/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Sam 21 Nov 2009 - 12:32
For me too, the script it is really very well. Thanks

Edit:- you need RGSS200E.dll for playing (put the dll in project from the demo).
-vous avez besoin du RGSS200E.dll pour pouvoir jouer à son projet (mettre le dll dans le projet de le demo).
Rafidelis
Rafidelis
Membre

Nombre de messages : 55
Distinction : aucune
Date d'inscription : 01/05/2008

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Dim 22 Nov 2009 - 15:29
Thank you all for the compliments ;D
If anyone has any idea how to improve the script, please post.
ZangtherOld
ZangtherOld
Membre

Nombre de messages : 1711
Date d'inscription : 07/08/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Jeu 26 Nov 2009 - 11:17
Hello, I have a little problem with your script.

In a fight, I have a monster who's transform into a another when his life is low. But when a kill that monster, I have only the first monster in the bestiary.
What I want to know is how can I do to make the two appear as if I had killed them.

Thanks for the answers ^^


Traduction en FR pour ceux qui pourraient aussi me répondre

Salut, j'ai un petit problème avec ton script.

Dans un combat, j'ai un monstre qui se transforme en un autre quand sa vie est basse. Mais quand je tue ce monstre, je n'ai que le premier dans le bestiaire.
Ce que je voudrais savoir c'est comment je peux faire pour que les deux apparaissent comme si je le avais tués.

Merci pour les réponses ^^
Rafidelis
Rafidelis
Membre

Nombre de messages : 55
Distinction : aucune
Date d'inscription : 01/05/2008

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Jeu 26 Nov 2009 - 23:11
Are you using any script, which transforms monsters when he is dying?
I'm not sure, but I think I can edit to work the way you want.

See you later.
ZangtherOld
ZangtherOld
Membre

Nombre de messages : 1711
Date d'inscription : 07/08/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Ven 27 Nov 2009 - 0:17
I use the script for a SideView System Battle. This one : http://www.rpgrevolution.com/forums/index.php?showtopic=18304
But to transform the monster I use an event in the group thumbnail into the database.
As that :
Monster Album - Bestiary [Version 1.0] Event-10

And when I kill the monster, I have only "Épouvantail" in the Bestiary. What I want is to know how can I do to make appear the two into the bestiary.

Is it possible ?
Rafidelis
Rafidelis
Membre

Nombre de messages : 55
Distinction : aucune
Date d'inscription : 01/05/2008

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Ven 27 Nov 2009 - 2:40
Hello, I fixed the bug of the monster transformation.
I updated the demo to download, however that you do not need to download the demo, I'll leave here a code, it's only you paste it below the Bestiary script:

Code:

#==============================================================================#
# Game_Enemy                                                                  #
#------------------------------------------------------------------------------#
# Classe é responsável pelas informações inimigos durante a batalha.          #
# Esta classe é utilizada pela classe Game_Troop ($game_troop).                #
#==============================================================================#
class Game_Enemy < Game_Battler 
  #--------------------------------------------------------------------------
  # Transformation
  # Bug Descoveredy by Zangther(wrpgmakervx.1fr1.net) Thanks
  #    enemy_id : ID do inimigo a se transformar
  #--------------------------------------------------------------------------
  alias rafidelis_bestiary_transform transform
  def transform(enemy_id)
    rafidelis_bestiary_transform(enemy_id)
    $data_bestiary.monsters_discovered[enemy_id-1] = true
    $data_bestiary.monsters_encountered[enemy_id-1] += 1
  end
end

Thank you for reporting the bug friend, you helped me a lot.
See you Later.
spartozu
spartozu
Membre

Nombre de messages : 198
Age : 28
Distinction : aucune
Date d'inscription : 03/11/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Ven 27 Nov 2009 - 7:18
Thanks you Rafidelis I had this problem too .
ZangtherOld
ZangtherOld
Membre

Nombre de messages : 1711
Date d'inscription : 07/08/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Ven 27 Nov 2009 - 13:49
Thanks for the bugfix but you have to now that you don't need to quote me in the script ^^
Rafidelis
Rafidelis
Membre

Nombre de messages : 55
Distinction : aucune
Date d'inscription : 01/05/2008

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Sam 28 Nov 2009 - 22:12
No problem about the quote you in the script, you deserved for helping me find this BUG.
Anything, you just say that I solve (h)
Love rpg
Love rpg
Membre

Nombre de messages : 162
Distinction : aucune
Date d'inscription : 12/07/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Dim 29 Nov 2009 - 10:38
Hello I would know if it's possible to modify this script for insert an picture instead of the battler ?
Sorry for my bad english.


Hello! I wanna know if a modification of this script is possible, in order to insert a picture instead the battler?
Thanks Wink

Mist' : Corrigé Wink
(En espérant que ma correction ne comporte pas de fautes... ^^")
Rafidelis
Rafidelis
Membre

Nombre de messages : 55
Distinction : aucune
Date d'inscription : 01/05/2008

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mar 1 Déc 2009 - 14:42
Just one thing, you want a picture for each monster?
Or a picture for all monsters?
Love rpg
Love rpg
Membre

Nombre de messages : 162
Distinction : aucune
Date d'inscription : 12/07/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mar 1 Déc 2009 - 16:50
I want to insert a picture for each monster.

PS: Merci Mist pour la correction. La langue que je parle le mieux c'est le français^^
Rafidelis
Rafidelis
Membre

Nombre de messages : 55
Distinction : aucune
Date d'inscription : 01/05/2008

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mar 1 Déc 2009 - 23:55
Hello, thanks for the explanation.
Your script is as follows:
Spoiler:

Where the constant Pictures are where they should be placed the name of the images for each monster, like this:
Pictures [Monster ID] = "Image Name.extension"

Images must be in the 'Graphics/Bestiary' folder.
For the script to work,paste it just below the Bestiary script OR above main.
See you (hopefully not forgotten anything)

Look at the test I did:

Spoiler:


Sorry for my english or french,it's very bad. @___@ (Google Translator detected)
Spoiler:
Love rpg
Love rpg
Membre

Nombre de messages : 162
Distinction : aucune
Date d'inscription : 12/07/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mer 2 Déc 2009 - 14:24
Monster Album - Bestiary [Version 1.0] 657562 THANKS it's very good and very easy to use.

I will put you in my credits.
Rafidelis
Rafidelis
Membre

Nombre de messages : 55
Distinction : aucune
Date d'inscription : 01/05/2008

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mer 2 Déc 2009 - 14:45
Thanks for congrtulations,and credits.
Monster Album - Bestiary [Version 1.0] 657562

See you Later.
Jojo la vache AKA la fail
Jojo la vache AKA la fail
Membre

Nombre de messages : 146
Age : 28
Localisation : Sur terre, A moins que...
Distinction : Nounours rose V3, le nouveau est là!
Date d'inscription : 31/07/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mer 2 Déc 2009 - 16:39
Monster Album - Bestiary [Version 1.0] 354280 Wow...

This script was very cool...
We want you, guy ! Monster Album - Bestiary [Version 1.0] 434126
Love rpg
Love rpg
Membre

Nombre de messages : 162
Distinction : aucune
Date d'inscription : 12/07/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Ven 4 Déc 2009 - 20:59
What is the maximum size of the pictures please?
Nohansen
Nohansen
Membre

Nombre de messages : 150
Age : 28
Localisation : A l'isthme est de la France ;p
Distinction : aucune
Date d'inscription : 30/07/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mer 6 Jan 2010 - 15:01
Thank you for this Script, it's so amazing !
Shadow of Life
Shadow of Life
Membre

Nombre de messages : 870
Age : 27
Localisation : Joyeux. Comment ça c'est pas la bonne case ?
Distinction : Artiste de la flagornerie.
Porte parole du Ô grand Voilà voilà.
Président du club des masochistes du forum
Fake Gentleman

Soumis ^^
Date d'inscription : 13/09/2009

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mer 6 Jan 2010 - 15:10
This script is very cool !
Thank you Rafidelis.
Ezekiel Koening
Ezekiel Koening
Membre

Nombre de messages : 413
Age : 25
Localisation : Nantes
Distinction : aucune
Date d'inscription : 17/12/2011

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Mer 17 Oct 2012 - 18:13
Désolé pour le nécropost mais le lien de téléchargement ne marche plus ! Quelqu'un pourrait le remettre ou m'envoyer un MP avec le script, s'il vous plai ? Merci d'avance !
Contenu sponsorisé

Monster Album - Bestiary [Version 1.0] Empty Re: Monster Album - Bestiary [Version 1.0]

Revenir en haut
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum