Weekly Roundup #54(ish)

posted in Journal of Mak
Published November 15, 2015
Advertisement
[color=rgb(58,58,58)][font=Arial]
Alas I've missed the past month of weekly roundups - though have dropped some posts to keep things ticking along, so a no score draw there![/font][/color][color=rgb(58,58,58)][font=Arial]
I'm having a bit of a rant in this post - as I'm entirely fed up with this country's (the UK) cowcrap about supporting the games industry.[/font][/color][color=rgb(58,58,58)][font=Arial]
Of late, I've been quietly sniffing about two of the 'wonderful' schemes the UK Government have set up to 'help'. Particularly to 'help' small dev's / game startups.[/font][/color][color=rgb(58,58,58)][font=Arial]
Video Games Tax Relief (VGTR)[/font][/color][color=rgb(58,58,58)][font=Arial]
With this, a games company can claim tax relief on all their expenditure toward a game projects development. It has to be on a per-project basis. It has some interesting 'criteria' to fulfil... most of the key one's are that the game, it's subject matter, and/or characters have to be 'British'... now, don't get me wrong - I'm happy to 'be British' (usually), but how does this help me with a space game set 20,000 years in the future in another galaxy?[/font][/color][color=rgb(58,58,58)][font=Arial]
UK Video Games Funding.[/font][/color][color=rgb(58,58,58)][font=Arial]
With this, I could get GBP25,000 GBP to help develop Dominium. Great! But, wait... I need to have GBP100k stashed in an account already, I need GBP25k to match the GBP25k, and the game must be 'innovative'... now again, don't get me wrong. I can see the value of these criteria, of course, and it's quite common for 'GBP1 for GBP1' matched funding, but it's the fact that this (and the VGTR) are sold as 'helping to grow small/startups' that grates on my nerve because they clearly don't help me. All I can see are two 'schemes' which help the big boys get bigger. As usual in this country, the little guy is left out in the cold.[/font][/color][color=rgb(58,58,58)][font=Arial]
Anyway - bitterness left behind simple-smile.png Getting funding is never easy, for anything. Especially when you've got nothing but your own time to invest![/font][/color][color=rgb(58,58,58)][font=Arial]
After the advances made on the Polylux Lighting, I've finally knuckled down to sorting out the scene management system once (and hopefully) for all. And yes, I'm refactoring yet again. All the scene management is maintained within (IMHO) well designed classes, and the 'master observer' (being the object viewing the scene) can be any game object. Not just your vessel, but you can view from a waypoint, weapon turret, station, or even a star.[/font][/color][color=rgb(58,58,58)][font=Arial]
That said, the slow - shall we say acretion - of code to do with moving that 'master observer' has become tightly embedded with the Vessel and Autopilot objects. As such, the code for flying around the galaxy is a little fragmented and it's now starting to crack apart at the seams. I've now restructured the code to properly page scene objects in/out around the master observers position, and finally entire star systems will now happily destroy themselves (and everything within them) when I use a wormhole to jump to another one. Figuratively speaking, of course! All the game objects used to portray them are cleaned up and given back to their various factories for reuse by the next star system.[/font][/color][color=rgb(58,58,58)][font=Arial]
But, there's a but simple-smile.png As ever.[/font][/color][color=rgb(58,58,58)][font=Arial]
Using 'linear' drive systems is as big a challenge as ever. Accelerating away from a station should have it recede into the distance and vanish realistically. You can then stop, turn around and then fly back to it, seeing it reappear in the far distance. You should only start seeing movement relative to the planet you are orbiting as you gain an incredible amount of speed compared to that station, and then movement relative to the star system at even higher speeds, and so on. But what if I'm in a ring system? I want to fly through it, see 'rocks' fly past me, but also eventually see myself moving around the planet/rings themselves (perhaps from the night side into the day side). What if I'm near an orbital planetary ring station? I want to fly along it, and make my way around the planet, so what if it will take hours of real time play?[/font][/color][color=rgb(58,58,58)][font=Arial]
All of the fundamentals for this are already in Dom. And theoretically all I have to do is wire them all up in the right way. I have this strong requirement for 'seamless' transitions, and now it's time to crack this nut once and for all...[/font][/color][color=rgb(58,58,58)][font=Arial]
Let's hope - anyway simple-smile.png[/font][/color]
Previous Entry Polylux Part Ducks
Next Entry State of Dominium
1 likes 3 comments

Comments

Eck

... and finally entire star systems will now happily destroy themselves (and everything within them) when I use a wormhole to jump to another one.

Sentences like this is why I love being a programmer. smile.png

Your game sounds pretty cool. How about some screenshots?

Also, it looks like GameDev chewed up your formatting. If you're copy/pasting this from another source, the "bbcode mode" light-switch in the editor might be useful to you. Try copying from a web page, and pasting when it is off.
November 16, 2015 02:52 PM
Mak

Your game sounds pretty cool. How about some screenshots?

Cheers Eck - I hope it will be ;) I can rustle up some screenshots no problem, will add them in here as soon as I can. In the meantime, feel free to check out http://dominium.maksw.com - where all the main action is at.

As for the formatting, it's pretty messed up eh? This was my first 'cross blog' posting using GameDev's automated RSS feed puller importing it direct from my WordPress blog RSS. Looks like I'll have to turn it off sad.png Ah well smile.png

I've just copy/pasted, and all seems well aside from the mega-huge smileys!

November 21, 2015 03:45 PM
Mak

Screenshots now in the gallery ;)

[sharedmedia=gallery:albums:557]
November 22, 2015 04:04 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement