Difference between revisions of "Release Raptor:Pre-Early-Access Release Notes"

From Arcen Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
* All of the lights available in the map editor are now MUCH more efficient, and also put off a ton less light.  A lot more emphasis is on subtle lighting visuals rather than true illumination of the scene, basically.
 
* All of the lights available in the map editor are now MUCH more efficient, and also put off a ton less light.  A lot more emphasis is on subtle lighting visuals rather than true illumination of the scene, basically.
 +
 +
* Ctrl+A now does a select-all in the level editor, so that you can quickly move the orientation of your entire level chunk if you need to.  This way if your raptor test starting point is in the wrong location, you can move the level around it.  Note that this has absolutely no effect on the actual in-game level chunk when it's being hooked up procedurally into a larger level.  Which is good!
  
 
== Hotfix ==
 
== Hotfix ==

Revision as of 11:20, 14 July 2016

Pre-EA Demo 7

(This isn't done yet, we're still working on it.)

  • All of the lights available in the map editor are now MUCH more efficient, and also put off a ton less light. A lot more emphasis is on subtle lighting visuals rather than true illumination of the scene, basically.
  • Ctrl+A now does a select-all in the level editor, so that you can quickly move the orientation of your entire level chunk if you need to. This way if your raptor test starting point is in the wrong location, you can move the level around it. Note that this has absolutely no effect on the actual in-game level chunk when it's being hooked up procedurally into a larger level. Which is good!

Hotfix

(July 13th, 2016)

  • Vastly more efficient window lights and sconce wall lights, but a different effect that those have as well visually. This more than doubles the framerate on the corridor by Chris, and reduces draw calls (cached or otherwise) 10x.
  • Found a big bunch of uncompressed textures used in the new apartment scenes that were eating up tons of memory bandwidth. Properly compressed them for no quality loss and a dramatic (100x in some cases) drop in GPU bandwidth usage. Good for about 10fps on a really nice rig, and probably a lot more on lower end ones.
  • Actually remembered to include the levels parts from Blue and Chris this time!

Pre-EA Demo 6

(Released July 13th, 2016)

  • The level editor now has a little dropdown on the right-hand side of the screen that lets you choose skins for specific selected objects.
    • Objects must share the same type of skin for you to be able to multi-edit them, but the objects don't have to be the same type. Aka you can set wall styles on a bunch of different types of walls, but it's highly unlikely you can select a wall and a light and have them share the same skin. ;)
    • Tip: when choosing a skin, the easiest way to tell what the result looks like without selecting and deselecting objects over and over again is to hit Q to go into look mode, which hides all selection highlights. HUGE timesaver!
  • Windows now have proper backgrounds rather than being hollow, and act as a light source.
  • The lists in the level editor were often not sorted properly, making things quite hard to find in many cases. Fixed.
  • Blue's awesome new ceiling and floor holes are now in place instead of Chris's cruddier ones.
  • Two new tiny walls (one unit high), and some tiny stairs that are able to go up to them, have been added. These allow for some multi-level parts in rooms.
  • Added a new interior buffet window wall, which is well big enough for the raptor to jump though. :)
    • The test apartment from Chris shows off these various new features.
  • Six new edge-oriented columns have been added for the purposes of large spaces like the apartment corridors. These are being used in an example context now in Chris's corridor.

Pre-EA Demo 5

(Released July 13th, 2016)

  • Fixed a rather horrendous bug in an interim windows build that went live last night. The spiders were self-colliding with their own guns and jittering up out of the level and so forth. In the process of fixing this, their physics were made more efficient, so it's not all bad at least!
  • In the third person, swiping the enemy shots now sends them on a reflected arc again, rather than doing the first-person-style aiming. That was causing a LOT of problems for players in the third person who were zoomed back and playing in certain angles.
  • Taking multiple hits within 0.9 seconds no longer counts as more than one hit. This way things like the red spiderbot are more likely to make you take a hit, but don't make you take like 12 hits when they get you at close range.
  • Fixed an oversight where the GPU-heavy Cinematic Temporal Antialiasing was not properly being turned all the way off when it was disabled. This should help a bit with lower-performance graphics cards.
  • Fixed an issue in some recent version (maybe just the last one?) where in the third person view the raptor being in front of the camera too close was triggering the depth of field effect. Yikes!
  • Made a number of substantial performance optimizations in various scripts.
  • Improved the accuracy of the occlusion system at long distances (doubles the number of raycasts, but in profiling these were a tiny tiny fraction of the performance of each frame anyhow.

Release Raptor Main Page