Spellcaster Studios

Make it happen…

Tag Archives: random

Random Missions: Infestation code

Halfway through the infestation code. There’s two variations of the infestation mission (and none of them are actually infestations): defend and clear. On defend, waves of enemies spawn and the player must survive and kill them all. In clear, everything is already spawned, and the player just has to clear it up. Currently I’m working […]

Random Missions: Infestation

Today I wasn’t very motivated, an overall lack of energy… So I started by doing some writing, but the inspiration wasn’t great… Then I moved towards some research (mainly decals, ended up on this link which is probably the approach I’ll follow, although I’m not using deferred rendering on this game: goo.gl/S8o2W2)… Finally, decided to […]

Random Missions: More Sampling

Continued work on the sampling random mission, probably will have the whole logic part finished by tomorrow! That “tracer” is what happens when you use the sampler still far from the location of the sampler point. It points in the direction of the sampling point, and you’ll have to follow it to find it. This […]

Random Missions: Sampling

Today I’ve started the next type of random mission: the sampling mission. This comes in three flavors: find a source of some anomaly, scan some particular places or hunt down the source of an anomaly (the first and the latter seem similar, but they play very differently). Today was mostly generating the mission text, but […]

Random Missions: More bug-fixing

Finished testing and bug-fixing the delivery mission… A lot of small stuff, but I think I got it all! Think the next mission type is going to be the “sampling” mission, in which the player receive a target planet and some sampling spots, and it has to go sample them with the sample kit. It’s […]