Inspired by games such as Deus Ex and Deus Ex: Human Revolution, you will find yourself in a cyberpunk universe not too far in the future. Corporate espionage, cyber warfare and advanced A.I.s will all be a part of the ride. Also, lot’s of cool ass technology 'n stuff.
If you choose to stay silent at the CEO, you get into a loop where you have to pick your race, afterwhich you meet the CEO and it just stays in this loop.
Amazing! It has so much potencial and the demo was quite enjoyable with a formidable amount of intellectual writing and concepts as well as a good amount of customization. In short, definitely something I’ll be waiting on.
I agree with Batinthehat, the Demo was quite enjoyable and very well written. It left me wondering what nefarious purpose the corporation intends to use my character for, since we are obviously being outfitted for either combat or espionage.
Since these seem like you are going to use these stats the entire game, you would put it in mygame. You do not have to put those stats in the stats screen if you don’t want too.
@Pilgrim, looks like you’re doing things right with the mygame.js file, assuming you’ve got those stats in the section that starts:
// Specify the default starting stats here
stats = {
None of them will show up in the stats screen unless you put them in your choicescript_stats file. Every variable you create is a “stat” in mygame, but the stat screen only ever shows a fraction of the stats in the game – the ones you specifically want to display in choicescript_stats.
@wiredchimp, the *create command is out-of-date code – it doesn’t run as smoothly as having all the permanent variables in the mygame file. It’s fine for a game that won’t go anywhere but these forums… but if you wanted to actually have a hosted game published on the site, better to switch the variables you’ve created into mygame.js.
When I add the 4 new variables (title; 2nd; himher; hisher) into “mygame”, I get a script error when I start up the game. When I take them out the game runs smoothly.
@Pilgrim – not sure if this is it, but it looks from your image like there’s a gap in between the “cqc” and “title” stats. (Maybe you hit Return twice before adding the new stats – or maybe you pasted them in with an extra line above them?) Anyway, first thing I’d check is whether you can get them all continuous, and see whether that helps.