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.


Topics - AlienDude

Pages: [1] 2 3
1
General Discussion / New MS
« on: February 08, 2010, 10:57:45 PM »
Hey guys, there are some things in the works right now between Tosoto, DudeMan, and I. We are setting up a revamping of MS that will help carve a niche for the site and revive its former glory.

Right now the main design phase is nearing completion. Tosoto has some school duties to attend to right now and will finish when time permits. When we fine tune the design, I will be setting up and applying a framework that will offer all the site needs. DudeMan is laying his own plan out for the tutorials and other areas of the site. I will help with that too.

More to follow! Very Happy

2
Taralax Studios / Phantas
« on: May 16, 2008, 05:36:24 PM »
I actually lost much of what was written for all my games, so I am starting fresh...well mostly. I remember pieces of Phantas n such, hopefully i didnt drink that part of my brain away. LOL

3
General Off-Topic / still alive n stuff...
« on: June 02, 2007, 07:39:07 PM »
Hey all, been a while. I am doing good in Baltimore these past few months. Im getting mad qualified, helped save a few people, preparing for school, GETTING ORGANIZED. I have been going through a seminar of David Allen's for the past couple weeks and it's helping a lot. I am still working on a lot of things, researching everything i can to master the skills i need to get me games distributed. Eventually i will be back to programming, makin choonz, drawing, creating. I wish u all luck! Peace out!

4
Taralax Studios / Games List
« on: March 10, 2007, 05:17:43 PM »
This is the current project queue:
Xenov:
- Phantas
- Phantas: The Zerache War
- Phantas: Tentari
- RoboTactix
- New Earth: Intervention
- New Earth: The Harrier Rebellion

Xenov - The game engine thingie. Smile
Singularity - A MUD type thingie.
SonicChef - a sound sequencer/creator/mixer type thingie.
Flexacy - CMS that will be awesome.

rest of New Earth series

Various TCL projects

Other stuff too.

5
Taralax Studios / Re: The Site
« on: February 24, 2007, 01:50:59 AM »
The new site will have a new type of portal system that a friend of mine and I are designing. It involves many of teh deep concepts of PHP and programming, and will focus on speed and customization. More to be said when a working version is completed in the near future.

6
General Off-Topic / (no subject)
« on: January 03, 2007, 06:50:57 PM »
Here is a good game site I found a while ago. Some great games on there!!!

<a href='http://www.the-underdogs.info' target='_blank'>HOTU</a>

7
General Discussion / (no subject)
« on: August 01, 2006, 08:23:30 PM »
Taralax Studios will be inactive for a few more months as I will be shipping out to boot camp. Sorry guys!!!

8
Taralax Studios / (no subject)
« on: July 03, 2006, 10:21:52 AM »
There are some minor updates on the story, also relating to how the towers ended up being built and a bit bout our friend Zeragul:

Zeral is not just some dumb schmuck off the street, he is a prince of the Varundi Continent. His country was falling into ruin arund him, one that enamored him as a little kid. He was walking in the woods near the eastern mountan range, a frequent haunt of his, And found a green crystal, about the length of a middle finger and about one quarter that width and depth. He did some experiments with it as he is somewhat skilled in scientific pursuits, and he found out of its energy storage capability. He was elated, his country was saved!

But the king would have nothing to do with it, he was not to fond of new things, especially some strange crystal. So, crushed beyond words, Zeral started a small mining company, one that ay stay under Father's radar and mined the cryatals. His team made some major advances in technology. He then tride to get the information off the continent to start selling it to the world, to save the kingdom. By now the "trusty" crystal was starting to affect him noticably. His eyes got a strange gleam in them occasionaly and he was more gruff than he was before.

His company eventually went global, bringing on a Golden Age for Santos...soft of.

Now, about the Tentari...

The Tentari came here by "teleporting" through a couple of the megalithic sites on Santos. Most were not scared in the least because for some reason they felt like old friends (they in fact met in some strange metamind thingy, which is how they decided to go to Santos). About 20 or so thusand Tentari came here before Zeral's company went global. He saw them as an asset. Slaves...

He had his troops capture about three hundred Tentari to work in some of the factories. He saw that they were very strong, so he used them mercilessly. But he did not firugre on something, whey are also strong of mind.

Most of the Tentari destroyed the factories and fled, Zeral never even tried to look for them he was too dumbfounded (by now he is completely corrupted). He did manage to use them to build the Zerache towers though, using the prevailing religion to name them. These towers ensured the world of efficient energy for all time, or so they thought.

Reports began circulating bout strange attacks on people by normally docile creatures, mass amnesia and the like. Most were eventually suppressed but some made it through, insiders with the company knew all about it.

Tires (Garak's father) worked for the company not as a slave but as an engineer, building all kinds of devices and weapons that run on Zerache crystals. He was in the defense division. He was mortified with all that the company was doing to the people that he and all Tentari call kith-yi - family (family is most imortant and highly regarded in Tentari society). He heard one day about some other experiments that made his blood boil!!!

Some from the company worked on augmentation technology, on Santosi and
Tentari alike, as the Zerache in their cells and also their "DNA" (six nucleotide pairs with a possible "ghost" neucleotide) are easily alterable with the right techniques.

He decided enough was enough. They must be stopped. SO he got some loyal people to start gathering all the files on all the technology and the goings-on in the company. What he found scared him beyond belief. He and this group decided the public needs to know. The info was disseminated through discrete channels through a strange want ad, for able-bodied individuals for odd jobs for a security firm. Thus formed the Saguire.

9
General Discussion / (no subject)
« on: December 02, 2005, 09:21:26 AM »
I did this lil proggie a few weeks ago, but have yet to get it to work. all it does not do is display the text that is inputted, here is the display method:
Code: [Select]
method display()
{
local(curtext$, "")
local(curline!, 0)
local(curttime!, 0)
local(curltime!, 0)
local(curred!, 255)
local(curgreen!, 255)
local(curblue!, 255)
local(curcenline!, 0)
local(next_t!, 0)
local(next_f!, 0)
local(next_s!, 0)
local(next_r!, 0)
local(next_g!, 0)
local(next_b!, 0)
local(next_c!, 0)
local(top!, 0)
local(left!, 0)


tcanvas!=createcanvas(windx!,windy!)
for(curline!=0; curline!<lines!; curline!++)
{
if(fontat[next_f!]! == curline!)
{
font(fonts[next_f!]$)
next_f!++
}

if(sizeat[next_s!]! == curline!)
{
fontsize(sizes[next_s!]!)
next_s!++
}

if(ttimeat[next_t!]! == curline!)
{
curttime!=ttimes[next_t!]!
next_t!++
}

if(ltimeat[next_l!]! == curline!)
{
curltime!=ltimes[next_l!]!
next_l!++
}

if(redat[next_r!]! == curline!)
{
curred!=reds[next_r!]!
next_r!++
}

if(greenat[next_g!]! == curline!)
{
curgreen!=greens[next_g!]!
next_g!++
}

if(blueat[next_b!]! == curline!)
{
curblue!=reds[next_b!]!
next_r!++
}

if(cenlineat[next_c!]! == curline!)
{
curcenline!=cenlines[next_c!]!
next_c!++
}

colorrgb(curred!, curgreen!, curblue!)
sl!=length(text[curline!]$)
if(curcenline!)
{
left!=castint((windx! / 2) - (gettextwidth(text[curline!]$) / 2))
}
font(curfont$)
fontsize(cursize!)
local(x!, 0)
for(x!=0; x!<=sl!; x!++)
{
curtext$ += charat(text[curline!]$, x!)
pixeltext(left!, top!, curtext$, tcanvas!)
drawcanvas(tcanvas!, canx!, cany!, windx!, windy!)
delay(curttime!)
}
delay(curltime!)
left! = 0
top! += gettextheight(text[curline!]$)
}
font(ftype[1]$)
fontsize(defsize!)
mwin("LINE COMPLETE")
}
}
I am thinking of taking out the canvas part, or eventually using my canvas handler class when it gets completed, or just have the cinetext class incorporated into it.
If i get this down i cna get the intro done, and some aspects of the menu and battle system.
btw i will also be making a version that only shows one line of text, so that you input write each line separately, instead of having it all show up in tandem. ANy help will obviously be greatly appreciated.

10
General Off-Topic / (no subject)
« on: November 14, 2005, 08:35:52 AM »
Just wanted to know what you all thought of them, seeing as the Christmas shopping season is about to officially start.  Frankly i am not impressed, they could have done a lot better for the price they are asking. that applies to all the consoles coming out.

11
General Off-Topic / (no subject)
« on: October 18, 2005, 01:20:13 PM »
how the heck do you get that little icon in the address bar?

12
General Discussion / (no subject)
« on: October 17, 2005, 11:46:15 AM »
i have 2 questions:

1: how do you use references to a class so that you can call member functions from it, and what atype would the ref var be, the same as the class?

2: Are enumerations possible in 'Code?

13
General Off-Topic / (no subject)
« on: October 12, 2005, 12:51:00 PM »
i dont know why i really want to do this but is it possible to have it so a member function needs to be defined for each instance, so that the interface is maintained, and so that i am not forced just to have a redirect in the function?

EDIT If so, is it also posible in RPGCode?

14
General Discussion / (no subject)
« on: September 15, 2005, 01:41:55 PM »
in a week or so i will begin coding my forums and skinning it out, in the mean time i would like to try and skin this forum(white is evil, look at Sauron Smile ), if i can get all the info i need that would be great. i'd do anything for MS!

15
General Off-Topic / (no subject)
« on: June 12, 2005, 08:33:17 PM »
Here is the first OFFICIAL contest for Taralax Studios: name the "alien cat" in the pic below(of which will be remade, but you get the idea), i will pick the winner, and they get 2 free banners, any size, animated or not!!!


Pages: [1] 2 3