This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Your Projects subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Project Ideas/Start New Projects => Your Projects
Author Message
Coolv


Newbie


Joined: 24 Sep 2006
Posts: 3

Posted: 24 Sep 2006 10:20:47 am    Post subject:

Digest:
This is a 68k C/ASM project recreating the game known as StarCraft. If you want to join the project, skip ahead to How Can I Join.

Brief:
Some of you may have heard of the StarCraft 68k project at CalcGames. This project was meant to be the classic Real-Time Strategy game StarCraft ported to the 68k calculators. The following is some background information about this magnificent game.
The original StarCraft was released by Blizzard Entertainment in 1998. It was, indeed, the best-selling computer game of the year for 1998, and it is still played today. StarCraft is ranked among IGN's top 10 best games of all time, and Gamespot named StarCraft the greatest game of all time. It also won the prestigious Originis Award for 1998. It has spawned one sequel, named StarCraft: Brood War. StarCraft and StarCraft: Brood War have sold over nine million copies since their debuts, making them... very popular. 9 million copies over a period of 8.5 years is roughly equal to two copies being sold per minute, which is quite good.
StarCraft is a strong RTS, in that it provides three different races to its players: the Terran, the Protoss, and the Zerg. None of the races go as far as share one single unit, making them extraordinarily unique.
In a nutshell, these races break down as follows:

Terran: The Terrans are a race of futuristic humans, per se. One may expect that we humans would be like the Terrans after a few decades, centuries, or millenia. They colonize the StarCraft universe. They posess strong, yet sturdy technologies, making them balanced. Their units are efficient, but somewhat inexpensive. Here are some of their notable abilities:
Repair - SCVs (worker units, peons) can repair Terran buildings and robotic units for a fraction of the cost of constructing a new building or training a new unit.
Heal - In the Brood War expansion, a unit called the Medic can (automatically) use energy to heal surrounding units.
Cloaking - Some units can cloak on demand, uing up energy but making them hard to detect by enemies.
Nuclear strike - If a Nuclear Missile is built, a Ghost can deploy it to a location, doing great amounts of damage to buildings in the area, and killing most units. When an SCV works on a bulding or repairs a bulding, it can do nothing but work. Also, the main buldings of the Terran can lift off, rendering them unable to be damaged by ground attacks. Unfortunately, they cannot produce units this way. Buldings are upgraded via addons. A single bulding can have up to two types of addons for it, but only one addon may be attached at a time.

Protoss and Zerg: The Protoss and the Zerg were both created by the Xel'Naga. They are at war with each other.

Protoss: There are a race of technologically advanced aliens. The units and buldings of the Protoss are more expensive that those of the terran, but more powerful. They rely of psionic abilities and cybernetics in battle.
The Protoss have a unique thing calle dthe Plasma Shield, which are secondary hit points that regenerate in battle. Attacks against the Protoss must first deplete the plasma shields before attacking the main hit points. Plasma Shields regenerate at a slow-moderate pace, and can be healed in 0.5-1 seconds by a building called the Shield Battery, which uses its own energy to heal Plasma Shields.
Another characteristic of the Protoss is that they require Pylons to build. Pylons provide buildings with energy, called Psi. This powers the buldings. When the Pylons are destroyed, the building is useless.
The Protoss build their buldings by "warping them in" from the Protoss homeworld, Aiur. This means that Probes (Protoss peons) need not dote on the construction of a building.

Zerg: The Zerg resemble insects, and are controlled by the Overmind (not present in most gameplay scenarios). As opposed to the other races, the Zerg's units are produced from the Town Center (called the Hatchery, Lair, or Hive). These units are "mutated" or "spawned" from Larva. Three larvae can be at one Town Hall. Larva regenerate every 15 seconds on normal gameplay speed.
The Zerg possess the unique ability of morphing. Buildings are upgraded by morphing. Therefore, a Town Hall can morph from a Hatchery to a Lair, and to a Hive. This allows for more upgrades...
The power of the Zerg comes from swarming. Because three units can be produced at a time from a hatchery, the Zerg player can build multiple hatcheries (at cost), and be morphing many units at a time. For example, with 5 hatcheries spread across the map (not uncommon), a player can morph 15 units at a time. 15 seconds later, when a new Larva appears, they would morph 5 more units in total. That would be a base of 15 units, plus 20 units per minute. As a result, Zerg units work best as part of a large whole.
The Zerg buld buldings by sacrificing a Drone (peon). The Drone morphs from the Larva, and the Drone will then "mutate" into a building. All Zerg buildings secrete "Creep" around themselves. In addition, all Zerg buildings except for the Vespene Gas-gathering Extractors and town halls must be built on Creep. No other race can build on Creep, but an opponent that is also Zerg can build on Creep.

Other Elements of StarCraft Gameplay:

In StarCraft, there are two types of resources: Minerals, mined directly from mineral fields, and Vespene Gas, mined by building a race-specific processing bulding and tasking peons to it (one peon at a time). Minerals are used for all buldings and units (if I am not mistaken), and are availible in relative abundance. On the other hand, Vespene is used for only the more advanced units. As a rule, the more Vespene is required, the more specialized/advanced the unit is.
Also, there exists an element of keeping a population. All races can create more units by bulding town halls (Command Centers for Terrans, Nexuses for the Protoss, and Hatcheries, etc. for the Zerg). This is more expensive than building other types of buildings. Terrans can build more units by building Supply Depots, Protoss by bulding the aforementioned Pylons, and Zerg by spawning Overlords.
This is basically StarCraft in a nutshell, so let us go to the description of the project.

The Project: The aim of the project is to create as close a rendition of the original game as possible. That will be very difficult. Because of this, I cannot work on this project alone; it requires more people.
Our final goal will be to have all of the units from Brood War for the races of the Terran and the Protoss. We also hope to have a multiplayer mode and a versus-AI mode. Afterwards, if this is successful, we shall write the campaign and then an on-computer editor. Then will come the on-calc editor.
This project will use C and Assembly. It will run on every 68k calculator. It will take advantage of the Voyage 200's and TI-92+'s screen size.

Steps to Completion:

Baby Steps (First Steps):

* Create coding standards, which will be maintained in a private forum.
* Write the graphics engine, and import 25%+ of the availible sprites.
* Create a playable demo of map rendering (no units, no animations) that is scrollable, and features the minimap.
* Create a playable demo of the pathfinding, plus the graphics.
* Create a playable demo of the Terran base, featuring basic fog-of war, mining minerals, and creating SCVs from the Command Center
* Create a framework to test the AI code.

After this is done, we will do the following:

* Convert the Protoss graphics into sprites, import them, and release a playable demo of the Protoss base.
* Create data files with unit statistics, the technology tree, et cetera. Incorporate this into the game.

How This Project Will Run:

* Hopefully, in the days following this post, we will get a team of 10 or so people (or more), which will easily be the biggest team to ever work on a project for TI calculators.
* I will provide a forum to discuss issues, and set weekly goals.
* I will assign goals, along with other people. Therefore, this project will be self-moderated.
* The project will be controlled via CVS version tracking technology and code auditing.
* There will be a bug tracker, etc. that will be implemented for ease of bug correction.

What We Are Looking For:

We are looking for smart, hard-working people. Specifically, we are looking for the following:

* People who have moderate experience with programming graphics routines in C and prefferably assembly, using TIGCC as an envoironment.
* People who are skilled in programming C and assembly.
* People who are adept at leading programming teams.
* People who are skilled at optimizing TIGCC code and assembly.
* People who wish to create/help create the game engine, and extraordinary feat.
* People who are willing to create and convert graphics for this game. In other words, good artists.
*Later on, we will need people who are creative, familiar with StarCraft, and are willing to create a good storyline.

Most of all, we need people who are willing to make calculator history!

What We Have So Far:

So far, we have the Terran graphics converted (I believe). Because I did not receive a compilation of the graphics, I cannot verify this.

This is obviously very little.

Who Can Apply to Join:

Anyone can join, as long as they meet one or more of the above criteria. I said "apply" simply because you will have to be fairly experienced at what you do. Everyone who is accepted (in other words, most people) will be in the credits and hopefully the main screen. The main people responsible for the project, as determined by our team, will be included as the "File Authors" when this program is submitted to CalcGames, TiCalc, etc.
Remember, if you think that you are qualified to join, and if you want to make calculator history, join now!

How Can I Join:

Simply email me (Vladik) at:
Vworldv [AT] Yahoo [DOT] Com

Put the following (or similar) in the subject of your email:
Starcraft 68k: Reborn

Also, when applying to the team, be sure to include your name ("Vladik"), your most common "User Name" ("Coolv"), the forums that you actively participate in ("TICALCS.NET, using the username Vladik"), what you are willing to do ("Project Coordinator, Game Engine, and AI"), and whether or not you have played StarCraft ("I've played StarCraft before.").
You can also include why you believe that you should be on the team, and some examples of your skill in that area. For example, if you are an artist, you can provide a link to some of your work. If you are good at ripping graphics, you can show me some graphics rips that you did. If you want to work on the story, send me a short story that you wrote.
Also, please be sure to have some free time each week (or day) to work on this project.

Some Last Words:

Thank you for reading this massive post! This was posted on many different forums and programming groups, including TICACLS2, Omnimaga, Calc Haven, Revolution Software, Cemetech, Calc Games, Detached Solutions, and MaxCoderz.
Please feel free to discuss this; I will check back to these threads periodically.

-Vladik "Coolv"
Back to top
Fallen Ghost


Elite


Joined: 15 Jun 2006
Posts: 955

Posted: 24 Sep 2006 03:10:37 pm    Post subject:

I'm not a huge fan of that game but here's what I found in your text. If you are to remake it, then know the storyline...

Coolv wrote:
Protoss and Zerg: The Protoss and the Zerg were both created by the Xel'Naga. They are at war with each other.
[post="88860"]<{POST_SNAPBACK}>[/post]

False, the Zergs were created by Terran scientists to help destroy the Protoss, but the Zergs escaped. The Zerg are against both Terrans and Protoss. Kerrigan lures both Raynor and Fenix into a trap and then backstab them. They produced zerg-protoss mutants, but that is not to be said as if only the Protoss and Zergs are at war. Terrans are in the conflict too.

Coolv wrote:
and are controlled by the Overmind
[post="88860"]<{POST_SNAPBACK}>[/post]

In Starcraft the original, most of the time. But in BW, they are most controlled by ex-ghost Sarah Kerrigan


Anyway, I'd like to see what it'll give.


Last edited by Guest on 24 Sep 2006 03:11:25 pm; edited 1 time in total
Back to top
Coolv


Newbie


Joined: 24 Sep 2006
Posts: 3

Posted: 24 Sep 2006 08:20:49 pm    Post subject:

Fallen Ghost wrote:
I'm not a huge fan of that game but here's what I found in your text. If you are to remake it, then know the storyline...

Coolv wrote:
Protoss and Zerg: The Protoss and the Zerg were both created by the Xel'Naga. They are at war with each other.
[post="88860"]<{POST_SNAPBACK}>[/post]

False, the Zergs were created by Terran scientists to help destroy the Protoss, but the Zergs escaped. The Zerg are against both Terrans and Protoss. Kerrigan lures both Raynor and Fenix into a trap and then backstab them. They produced zerg-protoss mutants, but that is not to be said as if only the Protoss and Zergs are at war. Terrans are in the conflict too.

Coolv wrote:
and are controlled by the Overmind
[post="88860"]<{POST_SNAPBACK}>[/post]

In Starcraft the original, most of the time. But in BW, they are most controlled by ex-ghost Sarah Kerrigan


Anyway, I'd like to see what it'll give.
[post="88896"]<{POST_SNAPBACK}>[/post]



Wikipedia: Zerg History

I quote:

"The history of the Zerg in the StarCraft universe began when the ancestral Zerg species was discovered on the ash world of Zerus, in the center of the Milky Way Galaxy, by the mysterious and ancient Xel'Naga civilization after they had abandoned the Protoss on Aiur, giving up on them as a failure. The ancestral Zerg organisms were small and weak larva-like creatures, but they contained the purity of essence sought by the Xel'Naga.

Through Xel'Naga proto-genetic manipulations, the Zerg survived the torrential firestorms of their world and thrived. The Zerg developed the ability to burrow into the spinal fluids of less vulnerable creatures on Zerus, parasitically merging with them. These new bodies would then be used to manipulate their surroundings. The Zerg began to assimilate the genetic strains and processes of these host animals. However, as the Zerg had an undeviating drive to consume only the most advanced species they encountered, they eradicated lesser, weaker species. The Xel'Naga were surprised to find how quickly the Zerg could steer the evolution of their host creatures. They developed armor-piercing spines, razor-sharp limbs, and ultra-dense carapaces within only a few generations.

Wary of the chaotic infighting that had enveloped the Protoss, the Xel'Naga created the Overmind, an enormous brain-like entity, to bring order to the Zerg. At first it was only a semi-sentient entity created from the instincts and collective sentience of the Zerg, but it quickly evolved."

The Zerg were created by the Xel'Naga. Well, not created directly, but they wouldn't have survived without the Xel'Naga.

It is tru that some Terran scientists were experimenting with some captured Zerg, bu this is far different than creating them.

Of course Terrans are in the conflict; this is because the Zerg colonize some Terran worlds and the Protoss destroy everything on the planet infested by the Zerg.

And at the beginning of the SatrCraft plotline, before the Terran, it is only the Zerg attacking the Protoss, and the Protoss trying to destroy the Zerg.

Anyways, I don't have time for this silliness about plot lines, so I'm logging off.
Back to top
Fallen Ghost


Elite


Joined: 15 Jun 2006
Posts: 955

Posted: 24 Sep 2006 08:35:05 pm    Post subject:

Anyway, you're not even logged out...

I don't really care about the plot. I hope you'll have many helpers so that it can finally be done (with all the forums you posted it onto, I guess)
Back to top
Liazon
title goes here


Bandwidth Hog


Joined: 01 Nov 2005
Posts: 2007

Posted: 24 Sep 2006 09:58:15 pm    Post subject:

hey weren't there Zerg-Protoss Hybrids in the story too?

either way, I wish you best of luck Coolv. Will there be a public forum for tracking development?
Back to top
Rezek
Better Than You


Calc Guru


Joined: 24 Apr 2005
Posts: 1229

Posted: 24 Sep 2006 10:02:30 pm    Post subject:

Quote:
False, the Zergs were created by Terran scientists to help destroy the Protoss, but the Zergs escaped.


False. The Zerg were the final, "perfect" race bred by the Xal'naga (spelling I know) and eventually destroyed their creators. The Protoss 'discovered' them when they responded to Xelnaga crystals.

Starcraft was and is my favorite game of all time.


Last edited by Guest on 24 Sep 2006 10:03:34 pm; edited 1 time in total
Back to top
Coolv


Newbie


Joined: 24 Sep 2006
Posts: 3

Posted: 24 Sep 2006 10:09:13 pm    Post subject:

We'll probably use the CalcGames Starcraft 68k forum for public things...

There will also be a private dev forum.


Last edited by Guest on 24 Sep 2006 10:16:38 pm; edited 1 time in total
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 24 Sep 2006 10:38:09 pm    Post subject:

You are all wrong. The Zerg were created by male Korean shut-ins. It explains everything.
Back to top
threefingeredguy


Advanced Member


Joined: 01 Sep 2005
Posts: 479

Posted: 25 Sep 2006 02:49:52 am    Post subject:

Kekekekeke.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement