Menu

Show posts

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.

Show posts Menu

Messages - froggy77

#1
Your scripts / Re: New rain script
February 25, 2021, 11:34:29 PM
Quote'set_rain_mode' maps/hyrule/b3.lua:4: in main chunk
What does your file 'b3.lua' contain? Something like that?local map = ...
local game = map:get_game()
function map:on_started()
   game:set_world_rain_mode("outside_world", "rain")
end
 
#2
I'm curious to see what all this mix of style will look like in your tileset. ;)
There are only 9 voters (forum + Discord). This tends towards "The Minish Cap" for the moment.

Thanks for the advice. I will try to do the best, to satisfy as many people as possible and to draw as little ugly as possible. I understood that people wanted something with little saturated colors. If it is, the result is not going to please, but I would have tried and I would have had fun. And, in that case, I would do better next time xD
#3
I'm planning on making a pretty dark, gothic, Halloween inspired tileset.
It's not for my project, so it won't be in 4 colors. It's just to improve my pixel art and put this style of game boy that I love on hold. It will last just 1 or 2 months. This tileset should look like Alttp or Mc or whatever in order to fit into most projects.


Thank you for voting many. Please do not vote twice: It's on the forum OR on Discord (#resource-packs).


Style =  Other. Please specify the game as an example. You can speak on Discord.
#4
I edited to show what I would do.
#5
Development / Re: how do you save a number?
March 31, 2020, 07:18:00 PM
According the documentation, game:get_value(savegame_variable) returns a value saved.

In your function, 'size' is a local variable that has not yet been saved, so you cannot use game:get_value("size"), because it will return 'nil'.   
#6
Development / Re: how do you save a number?
March 31, 2020, 12:58:03 PM
You can convert strings to numbers:
win = tonumber(game:get_value("win"))
#7
Development / Re: does anyone know what this means?
March 30, 2020, 01:01:59 AM
Thanks.  I corrected the link.
Edit : new version of the script.
#8
I have already encountered a similar problem, the sprite was displayed but outside the screen area and was therefore not visible.
#9
Development / Re: does anyone know what this means?
March 23, 2020, 07:07:07 PM
I created a PowerShell script that generates a report in html to detect errors (eg CRC) in .png and .bmp images.
It also makes it possible to get the color palette of the images in a folder and its sub-folders.
This script needs the ImageMagick tool.
I would like to know if some can test it and give me feedback.


https://github.com/hydralerna/ZL-project/blob/master/tools/ImageMagick_report/ImageMagick_Report.ps1
#10
Development / Re: does anyone know what this means?
March 18, 2020, 06:44:15 PM
I've got CRC errors in a lot of png files of my project; I did not know your error but it seems similar.
I often use Gimp and still don't know what options can cause this. I thought it was Gimp that was causing this problem, but I'm pretty sure I would do the same CRC error with images created in mspaint.
imagemagick may help you to fix this problem. Just run imagemagick, open the png image and save it.
The other problem when they are a lot of images in a project is to identify what images have errors.
That's why I'm doing a report in html generated by a Powershell script (which needs imagemagick).

I don't know if you share your project online (for example with GitHub or GitLab), but it would be helpful for me to test my script with the errors you are having.
#11
Game art & music / Re: Oracle of Seasons Tileset
March 01, 2020, 12:12:30 PM
Very good job! I love when there are also custom stuffs.
You'd better host the pictures directly on the forum.

@Katsu: Your 'dow(n)load' link is dead.
#12
Your scripts / Re: Simple Fishing Mechanic
December 27, 2019, 03:09:18 PM
It is well explained and it makes you want to implement this fishing mechanic. It would be better with 8 directions and with more animation.
#13
Your projects / Re: .DAT Compiler
December 19, 2019, 12:23:40 AM
I looked at the content of the DatCreationMenu.bat script and tried it; it's not meant to save time in creating dat files for tilesets. In fact, you have to enter tile by tile the x and y coordinates, the width and the height, if it is traversable or other, etc ... The script is well written, but I don't see the point because we don't see what we do. Might as well go through the editor. It's still DOS, it's old school. :D
#14
Game art & music / Re: here are some sprites i found
November 27, 2019, 06:46:33 PM
wow! There are a lot of custom sprites that I did not know. But it is not always clear to identify the authors.Thanks
#15
Development / Re: How to configure game window
July 29, 2019, 11:28:52 PM
There is this message at the beginning of your video:Warning: Cannot use quest size 320x240: this quest only supports 320x320 to 320x320.
Is it normal? I read here that it should be removed. So I don't know...