1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14.

Pages

Wednesday, June 19, 2019

Doom Eternal E3 Content

We released 2 trailers and 1 extended piece of gameplay footage at the Bethesda E3 Conference.  Looking forward to shipping this game in November!


Single Player Trailer




Battlemode Trailer






Full E3 Presentation

If you want to see just the gameplay you can skip to here.

Sunday, June 2, 2019

Console Command Variables & Functions Using Tagged Variants

An in game console and the ability to modify parts of your application from a file of command line arguments can be very useful for development.  I've written a fairly simple C++ solution that allows you to set any static variable using the interface and invoke functions from a file.  An actual in game console would be the next step after this and admittedly quite a bit of work.  You can go pretty far with this stuff with features like autocomplete, resetting back to default values, etc.  To use it yourself if you are using visual studio you can right click your project and go to Properties > Debugging and insert the path to the file in the Command Arguments.

It's got a GitHub repository you can find here: