Sports Fiction is a game that will supply your favourite sports in a world of science fiction and interaction. I have been working on the game part-time during the past year. Its code, graphics and audio are built from scratch and is running under the DirectX API with the aid of DBPRO. The focus at present is making it work and making it fun; with artistic and scientific polish set as the future focus. I am making everyone aware of its progress, how I managed to achieve certain results and what ideas I have come up with, so you can all find it and keep posted. Feel free to enjoy a look at the journal, the screenshots and various websites associated with it because there is plenty to enjoy, review and learn. Post any ideas, tips, requests for tips or feedback so that your voice gets heard.

Report RSS Sports Fiction Game and Development Kit Update 05/12/14

The editor being developed for the Sports Fiction project has been called the X-Producer. It contains an array of 26 modules used for producing content for the game and for your own software projects. A number of game engine systems have been implemented in recent months, you are invited to come check out some of the latest work on the game

Posted by on

Sports Fiction Game Update 05/12/14

The clock system was created to monitor the performance of the engine, bringing to the attention of the user, any major concerns regarding the performance of their game. Without seeing what aspect of the engine is slowing down the engine, any attempt to improve the performance will be time consuming.

A node system was added to the engine, this is for programming high level functions, events and gaming logic. The nodes are defined in the X-Producer, and then loaded into Sports Fiction defining the sports, campaigns, rules and other aspects of the game's logic. Nodes work like actions which send data through connectors to other nodes, which use the data to produce a desired result. These nodes like most of the entities are XML based.

Rendering

A rendering system was added to my direct X viewport for the game, and its editor (the X-Producer). This system uses an HLSL shader to apply effects and adjustments for the game view, breaking down the rendering into a series of render layers blended together to produce a final result. I will be refining this system in the near future.

Grass

One of the rendering techniques I have explored in recent months is grass shading. There are a number of shader programs under development used for rendering grass at variable distances; which will be crucial for when the time comes to transition from global view, to third-person character view.

More information about the rendering is available at the development blog

Sports Fiction Development Kit Update 05/12/14

The editor

The editor being developed for the Sports Fiction project has been called the X-Producer. It contains an array of 26 modules used for producing content for the game and for your own software projects.


The purpose of the X-Producer

The X-Producer will be the SDK for Sports Fiction modding, a 3D world creator and an IDE for various programming languages used to create my software. It is an editor based on abstraction. You create out of previous creations, and you can create tools which generate such creations for you. A creation can mean anything, for this reason term X is used to represent anything you can think of creating in the production tool.

You can use the X-Producer for whatever you want for your own video game or multimedia creations.

Some of the interesting modules being worked on

One of the 26 editor modules in the X-Producer includes the material editor. I needed to work on my textures and shaders pretty early on. It currently listens to changes made on the material shaders and updates the scene for you, so that you do not need to reload shaders and apply them again to each of the objects in the scenes one by one.


The theme editor is being constructed to create styling and rendering settings for 2D and 3D content which makes use of the given theme.

A prototype of the theme editor's platform level theme designer has been demonstrated in a video for you. The end product will prove useful for 2D video games.

One last example for today's update will be the film editor. This tool will produce animations using a number of interpolation functions and timelines based on the dotNET framework's animation system. Together with direct X the tool will eventually be capable of animating the cut scenes for the Sports Fiction game, and any scenes you intend to build for yours.

The other modules We will have the other modules introduced as time passes, but for those who do not wish to wait, you can check them out in the multipaged development blog.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: