1 / 20

Creating Tools to Power an Indie Team

Creating Tools to Power an Indie Team. Introduction - Presenters. Programmer Spencer Roberts sroberts @cadenzainteractive.com Programmer Matt Enright menright @cadenzainteractive.com Art Lead Erik Saulietis esaulietis @cadenzainteractive.com. We built everything.

herve
Download Presentation

Creating Tools to Power an Indie Team

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Creating Tools to Power an Indie Team

  2. Introduction - Presenters Programmer Spencer Roberts sroberts@cadenzainteractive.com ProgrammerMatt Enright menright@cadenzainteractive.com Art Lead Erik Saulietis esaulietis@cadenzainteractive.com

  3. We built everything

  4. Outline Tool Fundamentals Tool Recommendations Custom Features & Demo Questions

  5. Fundamentals - Ticketing • Not just for programming issues • Make feedback EASY • Track your bugs/crashes automatically • Insert Relevant Information • Level • Class/Weapon • Machine Specs • Stack Trace • Position/Orientation

  6. Fundamentals - Lifesavers • Do/Undo • Sol Survivor editor did not have Do/Undo • Wasted artist/designer time • Very challenging to add later • Save on Crash • Intercept the crash! • Save whatever the user was working on • Saves more than time - saves lives (YOURS!)

  7. Fundamentals - Expose Parameters

  8. Fundamentals - Expose Parameters • Magic Numbers => Exposed Parameters! • Faster to expose than to recompile once • Does not need to be GUI • Use a Text file • Bind it to a key • Console command

  9. Outline Tool Fundamentals Tool Recommendations Custom Features & Demo Questions

  10. Recommendations - Property Grid

  11. Recommendations - Property Grid Drastically simplifies editor creation Just define your data Reusable, extendable Up front cost, long term benefits

  12. Recommendations – Entity/Instance Architecture Separate your Data from your Logic Wrap your data Logic access the data through the wrapper Don’t let your Logic cache the data

  13. Recommendations - Entity/Instance Architecture

  14. Recommendations – Entity/Instance Architecture Completely Reload your Data on the fly Unite Game Logic and Editor Code Allow Editor to modify the running game! Clean, Maintainable Code

  15. Outline Tool Fundamentals Tool Recommendations Custom Features & Demo Questions

  16. Questions ?

More Related