In wich language is Prison architect made?

General chit-chat and minor questions about just about anything

Moderator: NBJeff

Emsaic
level0
Posts: 3
Joined: Tue Feb 05, 2013 11:19 pm
Location: Uruguay
Contact:

In wich language is Prison architect made?

Postby Emsaic » Tue Feb 12, 2013 6:39 pm

I was just wondering in wich language (I mean the code not the text xD) is the game made :P

Thanks
soul_rever38
level1
level1
Posts: 24
Joined: Tue Jan 08, 2013 10:57 pm

Postby soul_rever38 » Tue Feb 12, 2013 6:51 pm

I cannot say for sure as im not the developer but I would assume that it would be in C++ like most games that I have come across are developed in, though I could be wrong
orangetayo
level1
level1
Posts: 43
Joined: Sun Feb 10, 2013 4:08 am

Re: In wich language is Prison architect made?

Postby orangetayo » Tue Feb 12, 2013 10:14 pm

Emsaic wrote:I was just wondering in wich language (I mean the code not the text xD) is the game made :P

Thanks


You can see some behind the scenes code here http://youtu.be/Xh93sAN_P7k?t=29m23s

I have no knowledge about coding, so I have no idea what I'm looking at.... but you might!
Emsaic
level0
Posts: 3
Joined: Tue Feb 05, 2013 11:19 pm
Location: Uruguay
Contact:

Postby Emsaic » Tue Feb 12, 2013 10:58 pm

Nope, no idea :(
User avatar
frenchfrog
level5
level5
Posts: 2572
Joined: Sun Sep 22, 2002 7:11 pm
Location: Quebec

Postby frenchfrog » Wed Feb 13, 2013 1:36 am

You don't really see any code in that clip. You only see the development environment which looks like Xcode on Mac. The thing is, you can code in multiple languages within Xcode.

Other Introversion games are coded in C++. If you look at the source code IV released from their other games, they always carry around a common library of functions which in coded in C++.

So it would seems logical that at least a part of Prison Architect is coded in C++. Also the fact the Prison Architect targets Windows, Mac, Linux also narrow the language choice.
The Ultimate Uplink Guide (for any question on Uplink)
Latest Uplink Patch
PatrickV
level1
level1
Posts: 36
Joined: Sun Nov 25, 2012 5:37 am
Location: New Zealand
Contact:

Re: In wich language is Prison architect made?

Postby PatrickV » Fri Jun 20, 2014 6:54 am

I would say C++ with support libraries such as SDL & Open GL are used to create Prison Architect.
EagleOne
level1
level1
Posts: 18
Joined: Tue Jun 24, 2014 10:59 pm

Re: In wich language is Prison architect made?

Postby EagleOne » Wed Jun 25, 2014 2:04 am

The core graphical engine is made with OpenGL, maybe a bit of DirectDraw, and the game is made in C/C++, which makes sense when you need straightforward CPU performance for your algorithms.
flarn2006
level0
Posts: 9
Joined: Sat Jun 21, 2014 3:06 am

Re: In wich language is Prison architect made?

Postby flarn2006 » Wed Jun 25, 2014 9:52 pm

Probably C++. Some of the game's internal functions use the _thiscall calling convention according to IDA.

Also OpenGL is a library, not a programming language. And DirectDraw is obsolete. Do you mean Direct3D? (which isn't a programming language either, btw)
EagleOne
level1
level1
Posts: 18
Joined: Tue Jun 24, 2014 10:59 pm

Re: In wich language is Prison architect made?

Postby EagleOne » Thu Jun 26, 2014 7:35 pm

flarn2006 wrote:Probably C++. Some of the game's internal functions use the _thiscall calling convention according to IDA.

Also OpenGL is a library, not a programming language. And DirectDraw is obsolete. Do you mean Direct3D? (which isn't a programming language either, btw)


I never said that OpenGL was a programming language.

The game uses DirectDraw DLL, so it's an assumption it uses DirectDraw functionalities, though I don't have much time to waste confirming that by looking at the import table of dynamic symbols in the PE Header...
ipreuss
level0
Posts: 1
Joined: Thu Jan 01, 2015 9:09 pm

Re: In wich language is Prison architect made?

Postby ipreuss » Sun Jan 11, 2015 2:29 pm


Return to “General”

Who is online

Users browsing this forum: No registered users and 25 guests