[Release] I hate Daisy

Can you discuss how this program work?
or what does it do?

It's a program to create and edit ingame windows for flyff. And how it works... that's too much to explain here. I already spent much hours on writing a German manual. :/ We'll see, maybe I'll translate it in near future. Meanwhile just take the German manual and put it into a translator.
 
Nice release.
I got a nice idea. Snap the objects to grid or make it snapping a bit. So it is easy to design :ott1:
Here is some code piece that might work :P

object would be the window thing and x the x coordinate
32 is the grid size

Code:
object.x = floor((object.x/32))*32;
object.y = floor((object.y/32))*32;
 
I finished the Grid function and it's ready for upload, but I got to wait until I'm at home (writing this here on my phone). This will be in about two or three hours. Sorry for keep you waiting.

Edit: It will take longer, I gotta re-write the whole function because of damn bugs, but nevermind I'll finish it tomorrow.
 
Last edited:
I finished the Grid function and it's ready for upload, but I got to wait until I'm at home (writing this here on my phone). This will be in about two or three hours. Sorry for keep you waiting.

Edit: It will take longer, I gotta re-write the whole function because of damn bugs, but nevermind I'll finish it tomorrow.

There's no rush. Even without being perfect, this is one of the greatest releases that I've seen in this section in a long time.
 
Since you seemed to stop with this will you be releasing the source?

There's a link to the source that you can access when the Update window opens, but oddly enough, that's the only way to access it. If your version is current, then there's no other way to get it.

It opens as a website link though and here it is:
 
Yeah... Uhm I did not stop I'm just busy with other things at the moment.

Btw: I will re-write the whole software I think.
 
Back