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.


Messages - XiiDraco

Pages: 1 ... 19 20 [21] 22 23 ... 38
301
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 27, 2013, 06:50:53 pm »
5526: On the first day of school (today) you use the schools wifi to go on Omnimaga with a Ps Vita during german.

302
Yeah, sorry I forgot about the update, school started and I completely crashed...
I'm actually working very hard on the building aspect of the game now incase someone was wondering.
And also thoughts -> Once I'm done with the playstation version, I am Planning on making a PC version with multiplayer, and better graphics. :)

Who would be interested in that^^? (I don't want to make it for nothing. XD)

As for my vid, unfortunately I don't exactly have much to work with. All I have is a piano and a vita. Hopefully later I can get some better equipment, the video isn't exactly the most pleasing to listen to due to the feed back (and crappy mic)...

303
I won't deny, that may have rubbed off on me, Aquatic Ambience (underwater theme for DKC) was exactly what I was playing (on piano) right before we started.

Here is literally my oldest video (Aquatic Ambience)
This should help see the relation between them. XD:



Infact, this is so old, that it sounds like s***. You have encouraged me to upload a new one. Thanks! :)

The fact that it's that noticeable, is... Interesting  ::). Anyway, thanks. Since school starts tomorrow I might as well release the latest video. I worked on it a little more since the last video. Hope you all like the new content. (art mostly)
I'll release it later today.

304
Miscellaneous / Re: Post your desktop
« on: August 26, 2013, 05:04:04 pm »
I see many graphists have of their screens in portrait orientation. It's maybe less practical in games, but more designed to design. (Heh! A source code monitor with more lines!)
actually, some games require that too. One Wii game in particular, which is like Touhou, requires that you place your TV vertically, same with an homebrew Atari 2600 raycaster.
Wait, do the publishers of that game expect the user to turn the whole tv 90° to play that game and then turn it back? :P

My TV weighs like 500 lbs, there's no way I'm doing that... :P

305
Miscellaneous / Re: Birthday Posts
« on: August 20, 2013, 01:28:11 pm »
Happy B-Day!  :)

306
Gaming Discussion / Re: Your best video game pickups.
« on: August 19, 2013, 12:45:58 am »

307
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 18, 2013, 07:28:50 pm »
(AppMain not included)




using System;
using System.Collections.Generic;

using Sce.PlayStation.Core;
using Sce.PlayStation.Core.Environment;
using Sce.PlayStation.Core.Graphics;
using Sce.PlayStation.Core.Input;

namespace Post
{
   public class Image
   {
      private Sprite textNumber;
      private GraphicsContext graphics;
      private Random gen;
      
      public Image (GraphicsContext gc)
      {
         gen = new Random();
         graphics = gc;
         Texture2D text = new Texture2D("/Application/Assets/#5517.png", false);
         textNumber = new Sprite(graphics, text);
         textNumber.Center.X = 0.5f;
         textNumber.Center.Y = 0.5f;
         textNumber.Position.X = 50;
         textNumber.Position.Y = 50;
      }
      public void Render()
      {
         t1.Render();
      }
   }
}


308
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 17, 2013, 02:13:06 pm »
5512: You check by every fast-food place for wi-fi while on a family reunion, just to check Omnimaga.

5510: You only leave your computer (you were browsing Omnimaga of course) when a better computer (I mean "a calculator" of course) is delivered to you.


I think it's funny how, she is actually leaving a laptop, for a supercomputer that has to be moved by truck. :P
Maybe it's a supercalculator?

309
Gaming Discussion / Re: Humble Bundle
« on: August 16, 2013, 05:42:54 pm »
My brother comes to me and says, "Hey check out this new Humble Bundle I got". Before he could tell me what he got I said, "SHUT UP AND TAKE MAH MONEH!"

I payed ~5 bucks, and got it. But BF3 is like 24gb O.o
With my internet, I assume this is going to take about a month.

310
Worked hard to fix the zooming errors. I seem to have it almost done. (Even though I said I had already fixed it. My bad)

The best part is I finally got the latest version of the main theme from my music mentor. (He's helping me record it)
I'll be adding a second track soon. I'm starting to wonder what reactions will be for the amount of musical quality I am putting in this, because (I believe I can say this, forgive me if I'm wrong) there is not a lot of Non-Calc programming on Omni. Thus saying there isn't a whole lot of music involved in most calc games.

Anyway just a random thought. :P
Here's the vid:

Be sure to listen to the whole thing! :D


311
Sorry for the double post, but it's another update :P.
I have decided to call it Abandoned now.
Heres a vid of some updates.

-Zoom is COMPLETELY fixed, to the center.
-New Hud graphic.

Vid:


Yes, the title art is NOT going to stay, I will change it much more later.
I'm also adding more music soon.

312
Ok, so I have become well aware of the fact that there is a somewhat indie game, by the looks of it, called Star Blaze. It is a space shooter similar to space invaders, but sideways. Since the name Starblaze and Star Blaze, are pretty much the exact same thing, I have renamed the game to Abandoned.

I don't believe there are any particularly large games called such, and I am probably in the green. BUT, I have no real way of knowing for sure. :P

As for an update, I have fixed scrolling to the center, added selectors for ships, an ingame menu, and better graphics for the hud.

313
Miscellaneous / Re: What is your avatar?
« on: August 06, 2013, 04:08:37 pm »
I think I like the current one better. It's actually kind of.. cute?
As much as "cute" might be an odd way to put it, I would have to agree.

314
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 06, 2013, 03:45:12 pm »
5496: You bring your calc to the mall with your mom and program while walking around. (True story)
5497: You failed to resist "True story".

315
Anime and Manga / Re: Webseries Anime: RWBY (red white black yellow)
« on: August 05, 2013, 05:40:59 am »
Been waiting for this to come out for a half a year. :D
Already watched the first 3 episodes. It's really great!

Pages: 1 ... 19 20 [21] 22 23 ... 38