.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

BCT Commander- Save $6.00
World Supremacy- Save $10.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening

Reply
 
Thread Tools Display Modes
  #1  
Old April 17th, 2007, 11:46 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: I want everything!-EVERYTHING!

Quote:
MaxWilson said:
Quote:
HoneyBadger said:
Personally, I'd like to see it picked up by a company-but only the *right* company. One that would improve some elements of the game that need improving, but leave others alone where they should be left alone, and in all cases, give the Devs their due creative freedom-along with a bigger paycheck, and involve the community-us-to the degree that we're used to.
I'd like to see collaboration with a company with a couple of very experienced old C hands and a great manager, who were willing to take direction from Kristoffer and Johan but would also hop to it when they said, "Yeah, that sounds like a great idea but it would be boring to implement. Why don't you write us a patch and we'll see if we like it?"

I can dream, anyway. : )

-Max
A game written in Basic on an Atari then gradually converted to C on Linux.. that would have to be one heck of a team to dive into that.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote
  #2  
Old April 18th, 2007, 12:04 AM
HoneyBadger's Avatar

HoneyBadger HoneyBadger is offline
General
 
Join Date: Oct 2006
Posts: 3,445
Thanks: 85
Thanked 79 Times in 51 Posts
HoneyBadger is on a distinguished road
Default Re: I want everything!-EVERYTHING!

That sounds really scary!

I think the team's job would be to rewrite the game from the ground up in whichever language seemed the best (I'd love to see it in some form of Java, but I'm guessing that would be a poor choice), under the guidance of the Devs.

I'd guess that it would be significantly easier to re-do the game, maybe in a different language, now that it's been done once, than it was for the Devs to write the original, just because the whole concept is complete and working.

Probably, also, a lot of programming "shortcuts" could be taken in certain areas, where either more powerful tools/commands are available now that weren't previously available, or simpler methods can be used to achieve effects that were done 1 careful step at a time.

After all, it's easier to picture a stained-glass window from the viewpoint of a human looking at it from a distance, than it is as a fly crawling across it.
__________________
You've sailed off the edge of the map--here there be badgers!
Reply With Quote
  #3  
Old April 18th, 2007, 12:20 AM

MaxWilson MaxWilson is offline
Major General
 
Join Date: Mar 2007
Location: Seattle
Posts: 2,497
Thanks: 165
Thanked 105 Times in 73 Posts
MaxWilson is on a distinguished road
Default Re: I want everything!-EVERYTHING!

[Off-topic but perhaps interesting to some]

"Rewrites Considered Harmful." This is such a common meme in the programming community that I'm having trouble locating the article I originally read on the subject, but here are two good articles, one short and one long:

http://www.ronkes.nl/blog/?2005-04-15-neverrewritecode

http://www.neilgunton.com/doc/rewrites_harmful

Redesign is good, refactoring is good. Rebuilding from the ground up tosses out years of accumulated design experience and bug fixes that you'd forgotten were necessary. If a program needs a redesign, do it a piece at a time as much as possible and test continuously so you know instantly when a refactoring breaks the existing functionality, because it's the functionality and not the prettiness of the code that matters most. (Pretty code helps you add NEW functionality, but that's later.)

-Max
__________________
Bauchelain - "Qwik Ben iz uzin wallhax! HAX!"
Quick Ben - "lol pwned"

["Memories of Ice", by Steven Erikson. Retranslated into l33t.]
Reply With Quote
  #4  
Old April 18th, 2007, 12:26 AM
HoneyBadger's Avatar

HoneyBadger HoneyBadger is offline
General
 
Join Date: Oct 2006
Posts: 3,445
Thanks: 85
Thanked 79 Times in 51 Posts
HoneyBadger is on a distinguished road
Default Re: I want everything!-EVERYTHING!

Well, I don't know much about the functionality of specific langages-how versatile *is* "plain old" C? If it works-and it'll work in the future, why change it?
__________________
You've sailed off the edge of the map--here there be badgers!
Reply With Quote
  #5  
Old April 18th, 2007, 02:33 AM

MaxWilson MaxWilson is offline
Major General
 
Join Date: Mar 2007
Location: Seattle
Posts: 2,497
Thanks: 165
Thanked 105 Times in 73 Posts
MaxWilson is on a distinguished road
Default Re: I want everything!-EVERYTHING!

Pretty versatile. It has some weaknesses, such as no runtime type protection, but you can do object-based programming, some object-oriented programming, block-structured, and regular old procedural programming. It interfaces well with tons of other languages. It's about as portable across platforms as Java is, which is to say you still have to be careful about hardware-dependent stuff. I'm aware of no compelling reason why a legacy project which is already in C should be rewritten in another language.

That said, I personally would never in a million years choose to start a new project in pure C unless the only other option was assembly (e.g., writing hardware drivers or software for NASA satellites with special hardware). The lack of runtime type safety makes me nervous (I'm counting things like dangling pointers as a type safety problem here), and it's also a rather verbose language. There's pros and cons, and I'm turned off by verbosity in the same way that I'm turned off by nations with capital-only mages. There, back on topic.

-Max
__________________
Bauchelain - "Qwik Ben iz uzin wallhax! HAX!"
Quick Ben - "lol pwned"

["Memories of Ice", by Steven Erikson. Retranslated into l33t.]
Reply With Quote
  #6  
Old April 18th, 2007, 10:51 AM
Olive's Avatar

Olive Olive is offline
Sergeant
 
Join Date: Nov 2004
Location: Montpellier, France
Posts: 208
Thanks: 3
Thanked 2 Times in 2 Posts
Olive is on a distinguished road
Default Re: I want everything!-EVERYTHING!

I'd be happy with a variable allowing to change the aspect ratio of the display for 16/9 or 16/10 screen owners.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 01:08 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.