I don't know if anyone has played it, but rollercoaster tycoon 2 has an awesome art style.
It's isometric but it looks like a 3d model that was like hand drawn....I want to know how they did it..
heres a picture:
Question about this art style
Moderator: PC Supremacists
- StoveBacon
- Chaos Rift Cool Newbie
- Posts: 98
- Joined: Mon Sep 20, 2010 6:09 pm
- Favorite Gaming Platforms: PC Xbox360 SNES N64
- Programming Language of Choice: c++
Question about this art style
SeaNanners wrote:"I shall be Vince Bonesteel and you will be....Rick McLightning!"
Day[9] wrote:"Read a book to children. Mass genocide. Lunch. The life of Dr. Seuss himself."
-
- Chaos Rift Demigod
- Posts: 991
- Joined: Thu Nov 13, 2008 3:16 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Amiga, PSOne, NDS
- Programming Language of Choice: C++
- Location: Sweden
Re: Question about this art style
The roller coaster track is most likely 3D rendered, drawing that tilesheet by hand would be a gigantic task. The rest however is probably drawn by hand.
-
- Chaos Rift Newbie
- Posts: 17
- Joined: Sat Nov 27, 2010 7:44 pm
- Current Project: SDL_xhtml engine
- Favorite Gaming Platforms: PC, MacOS, Linux, iPhone
- Programming Language of Choice: Assembly, C, C++
- Location: Belfast N/Ireland
- Contact:
Re: Question about this art style
I believe some of the guy's that did this can be found over at http://www.pixeljoint.com/, It's a great place to find pixel artists for your games! I've employed many a great talent from here!KeithStoffel wrote:I don't know if anyone has played it, but rollercoaster tycoon 2 has an awesome art style.
It's isometric but it looks like a 3d model that was like hand drawn....I want to know how they did it..
houston
- Van-B
- Chaos Rift Regular
- Posts: 125
- Joined: Tue Aug 10, 2010 7:17 am
- Current Project: iPhone puzzle game
- Favorite Gaming Platforms: All - Except Amiga
- Programming Language of Choice: DBPro, ObjC++
- Location: Scotland
Re: Question about this art style
Yeah, would have to be rendered models. To do anything like that in isometric would be really tricky - it's difficult enough use linear projection to get nice curves in isometrics, without worrying about more complex shapes. It's probably rendered in greyscale, then they would change the palette to suit the rest of the tile set. Without modelling, it would have Theme Park style rollercoasted tracks.
Health, ammo.... and bacon and eggs.
-
- ES Beta Backer
- Posts: 250
- Joined: Tue Jul 19, 2011 9:37 pm
Re: Question about this art style
Hope you can find the information at this link;
http://www.chrissawyergames.com/faq3.htm
http://www.chrissawyergames.com/faq3.htm
- BugInTheSYS
- Chaos Rift Cool Newbie
- Posts: 88
- Joined: Mon Feb 07, 2011 4:16 pm
- Current Project: Vintage Roads
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++, Delphi
- Location: Pinneberg, Germany
- Contact:
Re: Question about this art style
It's written in X86 ASSEMBLER?Chris Sawyer wrote:It's 99% written in x86 assembler/machine code (yes, really!), with a small amount of C code used to interface to MS Windows and DirectX.
God, he's truly skilled. I mean, I totally enjoyed that game. All the logic and that... just great.
I imagine programming with such a limited amount of commands and reading all those files in and all that is pretty hard.
Someday, everything will go to /dev/null. - Bug's prophecy 13:37
-
- ES Beta Backer
- Posts: 250
- Joined: Tue Jul 19, 2011 9:37 pm
Re: Question about this art style
I was thinking, wouldn't that be pretty difficult?
- BugInTheSYS
- Chaos Rift Cool Newbie
- Posts: 88
- Joined: Mon Feb 07, 2011 4:16 pm
- Current Project: Vintage Roads
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++, Delphi
- Location: Pinneberg, Germany
- Contact:
Re: Question about this art style
i guess...
urk, whatever he did a great job anyway xD
urk, whatever he did a great job anyway xD
Someday, everything will go to /dev/null. - Bug's prophecy 13:37