SimCity UI Code + DRM
11–20 of 66 posts
Re: SimCity UI Code + DRM
#12What parts of SimCity were written in Javascript? (Before you say "The UI, obvs", I'm wondering if it's a common practice to write UI code in games in javascript. I know that Gnome has a lot of JS that's tied into UI, I didn't expect the practice to make itself into game dev). And if this code is actually from SimCity, does SimCity have some type of v8 or other js engine packaged with it?
Re: SimCity UI Code + DRM
#13What parts of SimCity were written in Javascript? (Before you say "The UI, obvs", I'm wondering if it's a common practice to write UI code in games in javascript. I know that Gnome has a lot of JS that's tied into UI, I didn't expect the practice to make itself into game dev). And if this code is actually from SimCity, does SimCity have some type of v8 or other js engine packaged with it?
Re: SimCity UI Code + DRM
#14Misleading title. This is obviously a formatted version of minified JS, presumably extracted from the shipping game, not a leak.
obviously? care to share for those of us who don't read JS fluently?
Re: SimCity UI Code + DRM
#15Misleading title. This is obviously a formatted version of minified JS, presumably extracted from the shipping game, not a leak.
obviously? care to share for those of us who don't read JS fluently?
Re: SimCity UI Code + DRM
#16Re: SimCity UI Code + DRM
#17It would be an interesting project to offline the game - but I do wonder how hardcore the calculations are that run it. Would it be realistic to run the game itself and the server-side simulation stuff (nulling input from other cities) on an ordinary desktop computer? Or would you definitely need a secondary machine?
Re: SimCity UI Code + DRM
#18What parts of SimCity were written in Javascript? (Before you say "The UI, obvs", I'm wondering if it's a common practice to write UI code in games in javascript. I know that Gnome has a lot of JS that's tied into UI, I didn't expect the practice to make itself into game dev). And if this code is actually from SimCity, does SimCity have some type of v8 or other js engine packaged with it?
Quite some game UI's are done in Flash (check out ScaleForm by Autodesk: http://gameware.autodesk.com/scaleform ) so using JavaScript seems plausible as well.
Re: SimCity UI Code + DRM
#19What parts of SimCity were written in Javascript? (Before you say "The UI, obvs", I'm wondering if it's a common practice to write UI code in games in javascript. I know that Gnome has a lot of JS that's tied into UI, I didn't expect the practice to make itself into game dev). And if this code is actually from SimCity, does SimCity have some type of v8 or other js engine packaged with it?
I learned that a lot of game menus are/were written in flash which was a huge shock to me, js would be as much, if not more, of one