Yeah, but this Cintiq tablet is 13". The surface pro is like trying to sculpt in Zbrush on a post-it note. I put more thought into it and I'd wager $1500 for the android, probably $2500 on the Windows one. The new Nvidia Shield uses some tech to stream stuff from a desktop so I'm guessing the Android Cintiq will just be a…
When you make large open world games you need to have a great streaming solution for your assets that goes in to video memory. But if you don't, lowering the resolution of your textures is the most straight forward way of cutting down on the memory use. But when you have a great streaming solution you need to have a system…
Hi! I'm working on a little Snake-like arcade game and I've just launched
a demo on Steam:
https://store.steampowered.com/app/3922090/Centipede_SimulatorIf it looks
interesting to you, give it a try and I'd really appreciate any
feedback or thoughts you have!
found some more info on the topic.. it seems to happen that if you create your mesh in a different scale than native ue4's and you have to adjust the build scale of the mesh to get it right you will also have to adjust Streaming Distance Multiplier(mesh settings) in order to compensate.... maybe try this one too.. should…
Aaaaalrighty, I took time over the weekend to try to finish up this guy. I'm kind of getting tired of looking at him :D I'm going to figure out cryengine later on, maybe when ceebee finishes up sithil... anyways here's some presentation stuff. (big images incoming!) ball's in your court curt! the streams have kind of…
Wow I opened this and the LowPoly Thread and I'm in heaven :0 Awesome stuff. I see some PJ'ers in here too : ). Well instead of spamming this with a ton of old work I'll just post 3 old things and a little menu I'm doing at the moment. GB palettes are really fun! Also if anyone's up for talking about pixel art or seeing…
there are more reasons that could cause this error... mudbox is storing uv data also in the shader... if one shader is shared by multiple objets... he will try to load uv tiles also on object that dont have tiles cause the shader is telling him there is someting on those tiles... also the gigatexel engine is could cause…
It's been quite a while since I finished this character and now I finally can call her done and posed. https://www.artstation.com/artwork/lxzPzV Time to move on some new stuff. The whole progress was streamed and available on my Twitch: https://www.twitch.tv/nimlot26 Also don't forget about my Patreon where you get the…
Hi there, having quite a few problems trying to get the blasted program to export a working model for a weapon for tf2. The problem I'm having is this: Use .obj files: Use .smd files: Error: texture file 'vgui/resource/icon_play_once' does not exist or is invalidCTargetTGA::Compile START -…
Thanks I am looking further into that. I also see this here: Play a Video Stream | Unreal Engine Documentation So it is possible to stream from youtube for example into the game. But ideally players dont need internet access so I'll see if its possible to get all the video needed into the game directly. Maybe it doesnt…