Author Topic: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators  (Read 47386 times)

0 Members and 1 Guest are viewing this topic.

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #75 on: March 01, 2010, 02:38:31 pm »
Thx for the banner, it's really cool!
Former Coder of Tomorrow


Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #76 on: March 01, 2010, 06:04:32 pm »
Thanks again Eeems for my banner! ;D

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #77 on: June 19, 2010, 01:38:09 am »
A couple of changes to the game so far.  

First of all, the game will take place mostly in the Whirlpool Galaxy.  This does mean changing a little bit of the story setting, but I finally decided that I wanted the story to be somewhat realistic, and chances are a star system close enough to the Solar System (with life on it) would have been discovered by now.  The Milky Way Galaxy will still be a major part of the story, so of course I'll explain how people get from one galaxy to the other.

Secondly, we're going to rewrite the engine slightly so that buildings are part of the tilemap.  It all of a sudden occured to me that with buildings on the tilemap, 24 buildings on screen at once will not slow the game down, unlike what we've been doing before.
« Last Edit: June 19, 2010, 01:43:23 am by Hot_Dog »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #78 on: June 19, 2010, 10:29:21 am »
Aaah I see ^^ I guess changes to make the story even better are good. Also I think storing the buildings on map is a good idea, providing it won't become too much of an hassle to detect each of them from all their sides. Keep up the good work so far :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #79 on: June 19, 2010, 11:22:40 am »
Quote
Also I think storing the buildings on map is a good idea, providing it won't become too much of an hassle to detect each of them from all their sides.

Detecting them in terms of normal collision is not going to be an issue.  Weapons collision is going to be slightly tricky, although I have a general idea of what I want to do there.

Sadly, making buildings part of the tilemap means people who are 12 years old won't always be able to design their own tilesets...what I mean is, there's some specific instructions pertaining to the tileset that can only be understood by people who know what they're doing.  This is meant not just for buildings, but to provide a fast "fog of war" as well.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #80 on: June 19, 2010, 11:26:40 am »
Personally I don't think age matters, because I remember  I got members who were 12 who were way smarter than the rest of the userbase and I know people who are 30 who barely even know how to turn ON a computer. However, I agree it might make it harder to edit tilesets for some people. I think it would be nice once the editor is released to write some doc later on how to use it. Just one thing, though: I hope it will not me command prompt based x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #81 on: June 19, 2010, 11:30:44 am »
Personally I don't think age matters, because I remember  I got members who were 12 who were way smarter than the rest of the userbase and I know people who are 30 who barely even know how to turn ON a computer. However, I agree it might make it harder to edit tilesets for some people. I think it would be nice once the editor is released to write some doc later on how to use it. Just one thing, though: I hope it will not me command prompt based x.x

The user creates a tileset as a bitmap, and the map editor (not command prompt) takes care of the rest.  As for documentation, the only people who won't know understand how to do the tileset are those who speed-read through the manual.  It's like my ASM lessons...those who actually read it understood it, but it's not for those who just skim through the pages.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #82 on: June 19, 2010, 11:35:09 am »
Aaah ok I see. Sounds good then :)

Will it also be Linux/Mac compatible? We have more of those OS users here nowadays it seems.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #83 on: June 19, 2010, 11:39:12 am »
Quote
Will it also be Linux/Mac compatible? We have more of those OS users here nowadays it seems.

Shoot, I'm afraid not, unless Mac and Linux can handle Visual Basic .NET programs.  Both people who volunteered program in Visual Basic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #84 on: June 19, 2010, 11:53:18 am »
Aaah ok x.x. Maybe later someone could volunteer to make a LInux/Mac version ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #85 on: June 19, 2010, 03:29:28 pm »
Well, since Visual Basic is .NET, Mono should let it run on Mac and Windows.
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #86 on: June 19, 2010, 06:09:39 pm »
Is mono some sort of alternative to Wine in terms of emulators?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #87 on: June 20, 2010, 10:14:44 am »
No, rather it allows the running of .NET (and only .NET) executables on other platforms. (This is able to be done because of how .NET executables are structured.)
As for Wine, Wine Is Not an Emulator :P
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #88 on: June 20, 2010, 11:43:30 am »
Aaah ok, and I always thought Wine was an emulator since it lets you run Windows softwares?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: S.A.D. , A Real-Time Strategy Game for Ti-83+ and Ti-84+ calculators
« Reply #89 on: June 27, 2010, 03:57:16 pm »
I have some good news and some bad news.  The good news is, I should have a screenshot this week, showing buildings under construction with a build time (not just built instantly).

The bad news is, the campaign designer will no longer allow customized AI Factions in terms of completely different ships and buildings.  You can still choose how hard you want your AI to be, but you won't be able to design your own AI.  I apologize, but with the new engine and trying to create speed, the game would become too complicated to program with adding custom factions.
« Last Edit: June 27, 2010, 03:57:55 pm by Hot_Dog »