#31
|
||||
|
||||
Your site is certainly coming along beautifully! I love the loyalty and exchange features, very cool!
As always, I'll continue following the development :)
__________________
My Mods Site (1.3.4, 2020 Mods) |
#32
|
||||
|
||||
official color wheel I've finally come to a decision on the official color palette for the site. There will still be 'skins'/'brushes' like on other sites (and also 'accent' skins - transparent ones that do not cover your entire pet), but by default, there will be standard 'primary' and 'secondary' colors. site statistics Thanks to questions I posed on this thread, I was also able to recently make some additions to my /stats page. Check out the thread for hints on how to do so for yours, too!
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 01-19-2015 at 08:42 PM. |
#33
|
||||
|
||||
Update to my last post: check this out!
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 01-19-2015 at 10:31 PM. |
#34
|
||||
|
||||
You palette is wonderful looking.
Love your back to top button. I'll be adding one of those for sure (Even though I have a browser addon instead XD, but users may not) |
#35
|
||||
|
||||
OMG THE BEAUTIFUL COLOURS
So much love!!! |
#36
|
||||
|
||||
Hey guys! It's been a while since I've given any progress updates. I've been caught up in some things. ^^;
Today I'm here to show off a prototype I constructed using Javascript for what I meant in my original list of wants by a 'daily stamp card'. [ link ] I used stock images because this is just an example test and I need to create my own images (which should inevitably be symbols, such as runes, that make sense for my site). Anyway, the concept is this: once a day, from the home page, you'll be prompted to stamp your card. You can emulate this by pressing the stamp button on the prototype I linked. Notice that here you can stamp as many times as you like, but it will be once per day - one stamp per day, and you'll return to the same card day after day until it is finished. So what's happening? Well it's going to pick a random symbol from those you have remaining and stamp out every instance of it. Your goal is to make a row as if you were playing Bingo - five over, down, or diagonally. (Keep clicking in the prototype to count how many days this takes!) Right now, nothing happens. When you finish your card, it refills it in a random order (you can also see this randomosity by refreshing the page!). Example cards:
Or for an (incomplete) visual: Each day a random symbol is chosen and every instance of that symbol is stamped. You will obtain 50 Aurum and 1 Gacha Token for each stamp made a day. There are three peaches on your card and peach was today's stamp? Then you collect 150 Aurum and 3 Gacha Tokens. These tokens will be used in the 'free' Gacha machine which needs 3 tokens to operate. When a complete line (row across) the card is made, you get an additional prize (as of yet undetermined, possibly more Aurum). Once three lines are made the card is completed. A completed card will get you 1 Rues Gacha Token. The only other way to obtain Rues Gacha Tokens will be through paid currency. These tokens are used in the 'luxury' Gacha machine, which also requires 3 tokens to operate.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 03-30-2015 at 03:54 PM. |
#37
|
||||
|
||||
I'm finally starting in on my final theme for my site. It's got a way to go still (the logo is quite plain up there, currently.) I guess I'm just posting to show that I'm not totally dead in the water. ^^;
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 03-30-2015 at 04:02 PM. |
#38
|
||||
|
||||
Alright, similar to Lioden and Flight Rising I want to have breedable genetics (both marking patterns and features such as wings) and colors (primary and secondary).
On Flight Rising images are created in PHP with a library like GD or ImageMagick, merged down, and then saved with the pet's id number in deeply nested organized files. I can only imagine how much this weighs on the server. On the plus side, these are real images and can be saved to your computer. On Lioden each layer is its own image and they're merely stacked on top of one another in a div. (I'm super surprised they're not even using HTML5 Canvas.) On the downside? These are all separate images and cannot be easily saved -- you'd have to take a screencap to show your friends. On the plus side? These individual layered images will be cached by the browser -- making revisits to the site quite speedy. And there isn't intensive load on the sever because there isn't an image saved for each and every lion. I'm going to try and do something in between the two of these methods with HTML5 Canvas -- and the end result should be savable, even though it isn't stored server side. It won't be directly linkable, same as Lionden, however. On the upside, Canvas will allow for layer clipping with 'masks' if you're familiar with the term. The jist of it is that wherever a pet image is called with the GUI, it'll display a canvas and render layers instead. Because these individual layers never need to be changed they'll be set to be cached by the browser - once a person has a seen a layer before it'll instantly load in the future, making it much faster after the initial visit. I can have pets look very beautiful, and, don't have to save an image for every single pet. I can already access species, gender and age from the owned adoptables table, but I also need to store: primary color, secondary color, primary gene pattern, secondary gene pattern, if they have a face expression other than the default set, if the pet has a nightmare infliction, if they have a designer skin equipped, and then if they have any body shop mods such as wings, extra tails, additional fluff, etc. Later I should be able to extend this into item equipping, but that's a whole additional process, and it probably would be best in its own table. ... edit: I'm just going to go with the Lioden approach until I'm more comfortable with Canvas, aha.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 03-28-2015 at 10:24 PM. |
#39
|
||||
|
||||
Art preview today, before I get into explaining genetics in more detail (I'll wait until my breeding system is fully implemented first).
The following attributes of a pet are genetic and can be passed onto offspring:
Here's a Jenx with:
While here's a Jenx with:
Finalized art for my alpha testing phase: Jenx: 100% DONE April 4, 2015
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. Last edited by Kyttias; 04-05-2015 at 09:18 AM. |
#40
|
||||
|
||||
This looks so cool. I can't wait for it to come out! Great art, great design, great idea, and probably great coding(I don't actually know yet, I haven't visited the site)!
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Kyt's Novul Sketches | Kyttias | Art Gallery | 4 | 01-15-2015 07:42 PM |
What's New? |
What's Hot? |
What's Popular? |