I close the topic. There is an updated version by Kamigousu here.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#17
Your scripts / Re: froggy44's Level and Experience system -- V1.6
July 22, 2019, 07:56:38 PM@Kamigousu
wow it is a very good job.
I have a headache reading again the script after several years without scripting in Lua. I'm glad someone keeps making the script use.
Thank you for the update.
Please, could you delete my nickname in the topic name? It is not because it is misspelled

@CopperKatana
Sorry, it is not adapted to have more than on hero. But, it would be a good improvement.
#18
Your scripts / Re: Enemy drop rate and multiple item drops
July 13, 2019, 05:24:59 PM
This is an interesting script, thank you for sharing it.

#19
General discussion / Re: GIMP - python-fu for pixel art - tileset extractor
July 08, 2019, 05:53:58 PM
So kewl!

#20
General discussion / Re: GIMP - python-fu for pixel art - tileset extractor
July 07, 2019, 12:30:12 PM
Does it work properly now you use version 2.10 of Gimp?
#21
General discussion / Re: GIMP - python-fu for pixel art - tileset extractor
July 05, 2019, 11:04:50 PM
Thank you. As I said on Discord, don't hesitate to ask if you have questions about the script. There may be things to change, add or improve.
#22
General discussion / GIMP - python-fu for pixel art - tileset extractor
July 04, 2019, 12:15:46 AM
Hello,
Here is in the attached file a python script to add in GIMP. It is supposed to be useful for pixel artists but also for those who rip game maps.
This one is not a Script-Fu, but a Python-Fu. My first script in Python...
This is a beta version, I hope there will be not too many bugs. Please save your work before. Don't hesitate to report bugs.
See attachment file.
What is this kind of script?
It is explained here: https://docs.gimp.org/en/gimp-filters-python-fu.html
Where to copy it?
Unzip the folder before to copy it the right place.There are often two directories. You can find their path in:
"Edit" > "Preferences" > "Folders" > "Plug-Ins"
Some explanations
- It appears in the menu /Filters/pixelart-tileset-extractor of GIMP
- It extracts tiles from a tilemap to build quicker a tileset. This excludes tiles from the existing tileset, if any.
Example:
1 min 20 to extract the tiles from this image of 2560x2048 pixels (this represents 20480 tiles of 16px). Here, there is no existing tileset (so it is the layer's name that appears). If there was a tileset, I should have selected it (in "Tileset:") and tiles already known would have been excluded from the created tileset ("New tileset").
Here is in the attached file a python script to add in GIMP. It is supposed to be useful for pixel artists but also for those who rip game maps.
This one is not a Script-Fu, but a Python-Fu. My first script in Python...

See attachment file.
What is this kind of script?
It is explained here: https://docs.gimp.org/en/gimp-filters-python-fu.html
Where to copy it?
Unzip the folder before to copy it the right place.There are often two directories. You can find their path in:
"Edit" > "Preferences" > "Folders" > "Plug-Ins"
Some explanations
- It appears in the menu /Filters/pixelart-tileset-extractor of GIMP
- It extracts tiles from a tilemap to build quicker a tileset. This excludes tiles from the existing tileset, if any.
Example:
1 min 20 to extract the tiles from this image of 2560x2048 pixels (this represents 20480 tiles of 16px). Here, there is no existing tileset (so it is the layer's name that appears). If there was a tileset, I should have selected it (in "Tileset:") and tiles already known would have been excluded from the created tileset ("New tileset").

#23
Game art & music / Re: Minish Cap Hero Template Request
June 06, 2019, 02:12:25 AMSpriters-Resource (https://www.spriters-resource.com/game_boy_advance/thelegendofzeldatheminishcap/ )
You have probably seen the other two sprite sheets on this site, but I give the links anyway.
https://www.spriters-resource.com/game_boy_advance/thelegendofzeldatheminishcap/sheet/6369/
https://www.spriters-resource.com/game_boy_advance/thelegendofzeldatheminishcap/sheet/6370/
https://www.spriters-resource.com/game_boy_advance/thelegendofzeldatheminishcap/sheet/19728/
Zelda Galaxy (http://www.zeldagalaxy.com/sprites-gba-mc/)
The first three sprite sheets seem to be the same. Same submitter of the least.
Maybe you will be interested in links-4.gif and link-5.gif.
http://www.zeldagalaxy.com/wp-content/img/sprites/gba/mc/link.png
http://www.zeldagalaxy.com/wp-content/img/sprites/gba/mc/link-2.png
http://www.zeldagalaxy.com/wp-content/img/sprites/gba/mc/link-3.png
http://www.zeldagalaxy.com/wp-content/img/sprites/gba/mc/link-4.gif
http://www.zeldagalaxy.com/wp-content/img/sprites/gba/mc/link-5.gif
vgmaps (https://www.vgmaps.com/Atlas/GBA/index.htm#LegendOfZeldaMinishCap)
No sprite, but only maps on this other site very nice.
[EDIT]
The Cutting Room Floor
Category:Legend of Zelda series
(https://tcrf.net/Category:Legend_of_Zelda_series)
A lot of unused stuff (sprites, tiles, music...)
#24
Bugs & Feature requests / Re: Multiple Entities Sponaneously Broken
April 11, 2019, 01:20:51 AMQuote from: gmanplays@gmail.com on April 09, 2019, 01:34:55 AMYour answer is incomplete.The fact that a sprite (image file and .dat file) and a script already exist in the correct directory, with the correct name, does not mean that they were added to the quest.
That sprite already exists in that directory, correctly named, and in the correct directory though.
#25
Development / Re: HUD: ZL - level (LVL) & experience (XP)
March 06, 2019, 10:50:26 PM
Sorry for the necropost. It is not my fault; it's Miguelink 64's fault
and its topic named "Simple Leveling up system"
Yeury already sent me an email in 2017 telling me that my script was not up to date for the part "quest_manager.lua".
I did not understand thinking that "quest_manager.lua" was the standard in Solarus scripts. I was completely wrong and I realize that I should review the script, but I would have to go back to the lua.I had a little level to do something nice enough, but I'm rusty today. I do not understand anymore my script (or at least some parts) and I do not even know or put the content of "quest_manager.lua" to be at the current standard of Solarus scripts. I would like a little help.
Thanks in advance.

Yeury already sent me an email in 2017 telling me that my script was not up to date for the part "quest_manager.lua".
I did not understand thinking that "quest_manager.lua" was the standard in Solarus scripts. I was completely wrong and I realize that I should review the script, but I would have to go back to the lua.I had a little level to do something nice enough, but I'm rusty today. I do not understand anymore my script (or at least some parts) and I do not even know or put the content of "quest_manager.lua" to be at the current standard of Solarus scripts. I would like a little help.
Thanks in advance.
#26
Your scripts / Re: Simple Leveling up system
March 06, 2019, 10:37:47 PM
It reminds me of a script I made, but yours is at least up to date.
There have been a lot of script sharing recently. Thank you to you and the Solarus community. It's cool.
There have been a lot of script sharing recently. Thank you to you and the Solarus community. It's cool.
#27
Your scripts / Re: Dialog Box script with Name Displayed
March 06, 2019, 10:06:56 PM
wow, I'm sure this improvement will be a classic for Solarus. Thanks for sharing.
#28
Your scripts / Re: Custom delay for dialogs
March 06, 2019, 09:53:50 PM
Thank you for sharing. This little effect for the dialog box is a good idea.
#29
Your projects / Re: Solarus - ZL project
March 05, 2019, 10:57:20 PM
Preview for the second one that I named 'Monster'
The sprite sheet and date files will be posted certainly tomorrow.In fact, this monster looks a lot like the original made by LUNARSIGNALS. It's a kind of Yokai.



QuoteEDIT: VoilĂ ! See attachment files.


#30
Development / Re: Question on "open" animation of doors
March 04, 2019, 10:27:34 PM
Ok thanks, I will have to find a solution for this.