For Pokemon specifically? I wasn't the lead on the project until now, I guess I could sum it up as; partnerships crumbling, disagreements on game design aspects, that kind of stuff.


Got CSS thoughtbubbles and chat bubbles.... now the insanely hard part will be to somehow get the pixel distance between you and another talking player on the screen and make the bubbles appear around the correct mobs and not just the speaker... *cry*
Congratulations on successfully getting Epoch greenlit for Steam, Yut Put!

BYOND games are starting to get a tiny presence in the indie market and it's neat. (:
In response to Kumorii
Kumorii wrote:
Congratulations on successfully getting Epoch greenlit for Steam, Yut Put!

BYOND games are starting to get a tiny presence in the indie market and it's neat. (:

I was going to go follow, like, and up vote whatever but there are actually a number of games with EPOCH in the title and a search for "EPOCH" (in steam client) doesn't bring up the game. Congrats and well done Yut Put!. The video looked very appealing.
Congrats Yut!!
Yut Put wrote:
The tile is actually EPÎËœCH(theta O)

byond forum doesn't let me type alt+233

Θ → Θ

Also, making your game's title extremely difficult to search for is a bad marketing move.
In response to PopLava
PopLava wrote:
Kumorii wrote:
Congratulations on successfully getting Epoch greenlit for Steam, Yut Put!

BYOND games are starting to get a tiny presence in the indie market and it's neat. (:

I was going to go follow, like, and up vote whatever but there are actually a number of games with EPOCH in the title and a search for "EPOCH" (in steam client) doesn't bring up the game. Congrats and well done Yut Put!. The video looked very appealing.

Searching Steam Greenlight for Epoch works fine. Must not show up in Steam proper yet.
In response to Akto
Akto wrote:
Congrats Yut!!

L
Well, I'm being less lazy and working on pif_LongInt again (I spent a few days just kind of not doing anything because of various reasons). Thankfully, I only really have to mess around with the methods involving division (Quotient(), Remainder(), and Divide()) because Knuth's Algorithm D requires unsigned integers to work correctly. The addition, subtraction, and multiplication methods I have all play nice naturally with unsigned and two's complement integers, so I could leave them well-enough alone.

I got the Quotient() method working with a little work. The modulus method should not be too difficult to work with, and after that it's basically doing some minor bug testing before getting a release out. In other words, signed doubles should be available relatively soon!


Getting the finishings done on the BYOND-only version of the game done. Realized I didn't have a title screen or anything like that.

I'm most likely going to use a different font, it's just difficult to find one that fits the theme of the game.
In response to Bravo1
Yut Put wrote:
@bravo you could probably make those planets rotate. animated title screens are da bomb

It wud be awesome if he has a shooting star pass by. :D.

And if you look hard enough while thinking the planet is rotating your eyes will play tricks on you and it will seem like the planet is rotating very slowly.

Lets not forget the clouds that should be in the planet's atmosphere U.U.

That moon next to the sun imagery you have there is pretty badass @ brav01.
We've been pretty quiet, but work on SW continues steadily. We're still expecting to have beta-testing servers up around next month (for those of you that have applied / will apply!)

Random screenshot:

In response to Doohl
You "don't know" how!? I'm going to take an educated guess and say it was because of all that lava..
In response to GreatPirateEra
GreatPirateEra wrote:
You "don't know" how!? I'm going to take an educated guess and say it was because of all that lava..

Naaa m8. It was probably from those swirling flames of death... probably.
And now quotients and remainders of signed doubles are working.
(-8 * -31040) + 1 == 248321
(-1 * 17150) + 0 == -17150
(-179 * 155335) + -72 == -27805037
(15 * -8509507) + -5 == -127642610
(-242 * 2540169) + -205 == -614721103
(3188 * 4574) + 2506 == 14584418
(-64 * 5527592) + -15 == -353765903
(-148 * -4319107) + 43 == 639227879
(-7 * -130082) + 5 == 910579
(947 * 6) + 339 == 6021
(116 * -1101284) + -6 == -127748950
(58258 * 8996) + 9145 == 524098113
(-15557 * -2147) + 1871 == 33402750
(-210 * -37239) + 37 == 7820227
(36294 * -2182) + -361 == -79193869
(-40418 * -65) + 10857 == 2638027
(-1216 * -13742) + 1084 == 16711356
(806 * -1896) + -566 == -1528742
(37 * 17881) + 30 == 661627
(-5732 * 77) + -4948 == -446312
(-2 * -10356940) + 1 == 20713881
(-2 * -142466) + 1 == 284933

I have to do some work to make comparisons (equalities and inequalities) work correctly for signed doubles, as well as adjusting argument processing so things like,
new /pif_LongInt/SignedDouble(-10)
new /pif_LongInt/SignedDouble("-150")
new /pif_LongInt/SignedDouble("-0xC0FFEE")

will all work as expected, but those should hopefully be fairly brief.


Here's an update, getting pretty close to finalizing it.
What happens if you don't press them?
The input method is still placeholder, but if you don't press anything you just won't get a speed boost. The speed boost decays if you miss or don't hit the correct button. Keep getting them right and you go sonic fast.
Page: 1 2 3 ... 191 192 193 194 195 ... 349 350 351