Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Massive supporter here love the game, great concept too ...i just fully looked at the road map ohhh a editor would be flipping awesome something i would be interested in ...i have dev back ground currently working in UE4 on armoured tank game project and have couple jobs under my belt for past stuff...I have massive back ground knowledge in real time physics so u knew i worked with Havok alot and even built a real time weather system entirely on Havok engine....similar to Tru Sky by Simul that is used on UE4...Took 4 years of R&D to even pull off...
Can i make a game suggestion here that would really make the lights much nicer...adding a lens flare effect that reacts to main game camera so u get this subtile lens flare towards camera as u walk past the lights and camera follows....
some sort of shadow system would be nice too so player has a shadow on the wall as he walks coming off the lights themselves...the water itself i would improve on as well so it looks like water bit shiny on the surface and better under water caustics and u can add a water drop effect coming off player when he crawls out of it simulating hes wet and soaked...just little nice touch the water bouency is proper but the look of it is very drab bland and doesnt feel like your swiming in water....something too some SSAO be nice to add ambient shadows around objects....
I took a look at the game files the structure is very sound over all solid game concept layout ect...well done but was just curious on if its self built game engine or uses a open source one...anyways thanks for the great experience im on day 68 know... i also use a xbox 1 controller so far been great playing it...
another little tid bit...i looked at the game EXE itself .....EXE wont support higher mem usage meaning u wont be able to really mod the game (if some one wanted to do a texture pack ect) as EXE only uses less than 2 gigs due to LAA flag not being checked...I did do a texture improvement mod already improving the resolution of the game textures...they are 2048 know for all enviorment textures and rock textures some are 1024...i had to enable the LAA flag due to engine not liking the higher res textures and game runs smooth as butter know....
IF you use CFF File Explorer itl allow u to look at the game exe....there is section called File Header to the far left under that youl see characteristics tab in blue click on that box pops up showing what can be enabled disabled on exe... one is to use 2+ gig memoy which is the LAA flag...save exe know game will allow higher res textures ect being throwing at rendering side of game engine....
Almost all of your games textures just a word of some game dev knowledge i have myself on rendering are not even in the proper size formats and i looked game uses opengl api in windows dependecies section but game config says its dx9????
Proper textures sizes for rendering are as follows---
32x32
32x64
64x64
1024x1024
2048x2048
4096x4096
8192x8192
Just simple examples this way texture is properly sized X and properly sized Y
If your going to use dx9 i would look into DDS texture support there smaller in file size but u can have a higher resolution compared to PNG format which is high in file size when you start getting bigger higher res textures....I am curious is the dx9 hacked through open gl????why the game exe dependacies show opengl no dx 9...
game textures are all over the place resolution size wise ....i added you on here if youd like to chat dev ect and think i can help with feedback on rendering and other aspects ...other that excellent work for a one man dev setup u got a rock solid design here......