Ivan Avdeev 6 жил өмнө
parent
commit
0ac60e0bf5
1 өөрчлөгдсөн 6 нэмэгдсэн , 7 устгасан
  1. 6 7
      README.md

+ 6 - 7
README.md

@@ -5,8 +5,8 @@ OpenSource
 A utility for loading and rendering many Source VBSP maps together as a single giant mesh. It can be used to see how big the game world is, just for amusement.
 
 ## Current status
-This branch is a **work-in-progress** reimplementation of original OpenSource in bare C.
-It should be generally stable. However, it still has a lot of visual glitches and is not ready for any use outside development yet. See issues.
+It is not production quality and is not ready for any unprofessional and unsupervised use. It still has a lot of visual and other glitches. See issues.
+However, it should be generally stable. It does run on Raspberry Pi. The entire Half-Life 2 fits into < 512MiB video memory and renders ~1.5 million triangles at about 10fps.
 
 If you wish, you could check out the *old* branch for the 5 years old version that was used for Half-Life 1 merging.
 
@@ -18,6 +18,7 @@ If you wish, you could check out the *old* branch for the 5 years old version th
   - Half-Life 2: Episode One
   - Half-Life 2: Episode Two
   - Portal
+  - Portal 2. Well, somewhat. Its levels are not positioned correctly, requiring a lot of manual config patching, which is not done.
 - Basic support for the following map features:
   - Face geometry
   - Displacements
@@ -25,12 +26,10 @@ If you wish, you could check out the *old* branch for the 5 years old version th
   - DXT1/3/5 textures
   - Reading VPK2 files
   - Reading materials from pakfile lumps
-  
-## What doesn't (yet)
-- Portal 2. It uses VPK version 1 (see #36) and seems to use different mechanism for maps transitions.
+  - Packing textures with ETC1 on Raspberry Pi (packer is very naive and probably broken)
 
-## Streaming
-Development is done almost entirely live. I usually stream **every Thursday at 22:00 NOVT (15:00 GMT)**, but there are also some  occasional sudden and unplanned streams.
+## Streaming (OH HOLD)
+Development was done almost entirely live.
 
 Stream links:
 - [Twitch/ProvodGL](https://twitch.tv/provodgl)