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.
Messages - Hayleia
Pages: 1 ... 35 36 [37] 38 39 ... 239
541
« on: April 30, 2014, 12:18:18 pm »
Hmmm, don't call the GameCube retro. It's my baby.
* Streetwalrus goes to pet his GameCube Gollum-style. Nah j/k. Even though it's almost 13 years old, the GC survived through time pretty well unlike the N64 which looks like crap compared to it (even though it's still quite awesome).
Lol, it hurt me to say that too considering how good that console and games for it are good even nowadays (which fighting game can pretend to be better than Melee and which race game can pretend to be better than F-Zero GX ?). But I said "retro" as in "can't find them in regular stores". Also I recently started playing SSBB so I might consider Project M to play with you.
Well you'll have a shock from Brawl to Project M Also, are you playing on computer or Wii ? Because I don't think we can play together if we are not on the same platform. (Note, nothing like piracy going on here, nothing prevents me from buying a game to legally get its iso even though I don't own the console it is meant to be played on, and fortunately there is some sort of a retro game shop in the city I live in).
542
« on: April 30, 2014, 03:36:43 am »
Pumped for the new SSB on WiiU/3DS? It looks awesome!
Fortunately, I have a 3DS. Unfortunately, I don't have a Wii U so I'll only get what the 3DS gives. I am excited about getting a Smash game while it is still sold (because playing Melee nowadays is kind of retro, even if it is awesome) but on the other hand, if they did not revert Falco to what he was in Melee, I don't know who I'll play. I might try some new characters in that case, like Rosalina or Greninja. Someone should do a calc version *hides*.
I'd like that
543
« on: April 30, 2014, 03:01:46 am »
What's the problem ? It's a good thing to have a fresh game (because I agree that Melee is the best, but it's old, graphics could be better now and everyone know its maps by heart ) but still with the right gameplay, isn't it ? Plus developpers added maps, like ones from the n64 Smash game.
544
« on: April 30, 2014, 02:12:54 am »
Note, this is not a calc related sub forum, so I am not talking about calc84maniac's Mario game, but the community Super Smash Bros game So I noticed there were some Smash fans here and since I just installed Project M on my computer and I was wondering if there were people here playing it too, so maybe we will be able to Netplay sometimes a bit (during Summer, not now, I have a lot of school projects -.-). Just for those who don't know, Project M is basically Melee with Brawl graphics, or Brawl with Melee gameplay, see it the way you want
545
« on: April 30, 2014, 02:03:19 am »
Well it was about useful sprites, not all sprites including garbage ones, so probabilities are probably not the same Which means compression might be possible.
546
« on: April 30, 2014, 01:58:58 am »
Since we are trying to get absolutely all sprites, it means that we will get the same probability for ones and zeroes, so no compression possible I guess.
547
« on: April 30, 2014, 01:48:42 am »
Well indexing them and having the hex code for each is the same thing, except if you want to be original and make your indexation not follow the hex code (which you can do but why do complicated ?). And generating them from their index is just converting their index (whether from decimal or hex) to binary.
548
« on: April 29, 2014, 03:03:31 pm »
Yes you can do whatever you want. But the default install is not that good to start with. That's why Mint exists mind you.
Did you mean Lubuntu ? Seriously, Lubuntu is the best distro I ever tried (ok, I only tried 4 (Ubuntu, Lubuntu, Mint and CentOS (this one is a joke)) ). Also about the ads, I think it's Google-style but in the Unity search bar and you have the option to disable them.
Ah so that's why I never saw them. On my laptop with Ubuntu, I never use that bar, and on my othe laptop, this bar doesn't exist
549
« on: April 29, 2014, 02:55:17 pm »
What do you mean "all the engines out there" ?
What do you mean 'What do you mean "all the engines out there" ?' ? Even just you have at least 4 engines (like full Axe, full ASM, full vertices and full faces or something)
550
« on: April 29, 2014, 02:52:17 pm »
Also about the Ubuntu thing. The problem is that it's becoming the MacOSX of Linux. It's too user friendly, defeating the purpose of using Linux (to have more control over your computer even though both still have root access).
I can't say the contrary, but it's still very customizable (you can easily kill the user friendly part ) and it is also quite convenient to install (except when your mouse is half recognized ) when you don't have time to setup a whole Linux distro by hand (and nothing prevents you from changing everything afterwards). Also I heard that Canonical is favoring their own software over the long existing and community preferred stuff. It's becoming somewhat commercial too (apparently there are ads in it).
I've never seen any ads in it. And what do you mean by favoring software ? You still can install whateer you want, can't you ?
551
« on: April 29, 2014, 01:41:45 pm »
552
« on: April 28, 2014, 01:24:36 pm »
Or maybe you just divide the previous number by 4
553
« on: April 27, 2014, 04:21:02 am »
Lol, same for me, I am the only one to think that the inventory is what should be added first. We are not voting for the president so I tell everyone what I voted for and why.
I voted for the inventory because I thought it would not take ages to code (unlike mobs, water and lava or redstone) and would improve gaming experience a lot. Of course mobs, water and lava or redstone are more important features, but I didn't want mobs before being able to quickly build a house with the help of the inventory to protect myself, and the same applies for redstone, I would not want to build a circuit without a convenient menu to choose what to place, and I thought that a "little" update with the inventory was possible before the huge update with mobs, water and lava or redstone.
554
« on: April 26, 2014, 08:36:37 am »
It is less than 2000 bytes large...
What Sorunome means is that apps are always 16384 bytes (we are talking about one page apps, the ones Axe can produce), so if you have more than 16384 bytes in your code, it will not compile, and if you have less than 16384 bytes, it will compile into a 16384 bytes app so you need 16384 bytes of free space.
555
« on: April 26, 2014, 08:27:34 am »
If you don't mind changing your structure a bit, you can do that: "Select1"[00]"Select2"[00]"Select3"[00]→Str0 For(I,0,2) Text(0,6*I,stdDev(Str0,I)) End This works even if your part strings are not the same length (like "A"[00]"BBBBB"[00]"CC"[00]). (Runer112 pointed out on IRC that you can just use your code with my data and forget about stdDev if you keep them the same length).
If you do mind about keeping your structure (with spaces), you can just use a Copy before Text: For(I,0,2) Copy(I*8+Str0,L1,8) Text(0,6*I,L1) End
Now, about basic optimizations, you can write I*6 instead of 6*I and write your loop without an official loop variable (like a For(3)).
Pages: 1 ... 35 36 [37] 38 39 ... 239
|