Menu
Login
Language
DE EN FR ES IT CZ

Search Result

  • RE: Release date for 4.3?

    So no news for moving character by keaboard, like WASD ? :)He said he'd write a script for it. I guess one you can drop in like the shader toolkit...

    by afrlme, 9 years ago

    312
    0
    afrlme 9 years ago
  • RE: Fisheye effect

    I don't really understand how it works with objects.If you want to use shader effect to some object, you can use this.setObjectEffect("ripple3") Objects.OBJ_NAME.ShaderSet = 1But i think you can use it only to one object at a time.Check out this thread, Unreal made a pretty demo on using shaders to objects.http://www.visionaire-studio.net/forum/thread/visionaire-shader-toolkit-demo/

    by ke4, 9 years ago

    18
    0
    ke4 9 years ago
  • RE: Fisheye effect

    thanks guys. Beside the fisheye I saw a water reflection shader here in the forum which I could also successfully add. But it gets Used on the whole screen. What needs to be done to apply a shader only to one object? 

    by sebastian, 9 years ago

    18
    0
    sebastian 9 years ago
  • RE: Fisheye effect

    1. you need the shader tookit script added to your script section as definition.2. copy/paste the script on the first page into an execute a script action when you want to activate it I guess.P.S: I think the other little code block Simon provided is so you can adjust the strenght or turn it off, etc.

    by afrlme, 9 years ago

    18
    0
    afrlme 9 years ago
  • RE: Fisheye effect

    could someone make it more clear on where to add what script to get this shader to work?Im totally confused where to put which script and how to start and end a shadereffect...

    by sebastian, 9 years ago

    18
    0
    sebastian 9 years ago
  • RE: Shader issues & bugs

    About Texts  being affected by the Shader:Dialogue-Options, Speech-Text and Narrator-Text should not be affected by a Shader, but Object-Texts will be. At Least from my Experience. So, did you use Object-Text for displaying the Speech-Text at the Bottom? If you use Narrator-Text, it should remain still, just like the Dialogue-Options.About Hotspots, yes, they are not seen as Interface, so sadly they are affected by Shaders. But in your Case, you are lucky! The Hotspot moves with the Object it should highlight -- sounds like it should be that Way. (In my Game, the Hotspots turn blue at Night, together with the whole Scene -- that is far worse. ;) )However, the Polygon for an Object surely doesn't move with the Shader, so I guess that might be slightly irritating in some Areas.

    by caligarimarte, 9 years ago

    6
    0
    caligarimarte 9 years ago
  • RE: Shader issues & bugs

    I think the hotspots being moved with shader camera is because they are tied to scene objects & aren't actually part of an interface like the cursor or text.

    by afrlme, 9 years ago

    6
    0
    afrlme 9 years ago
  • RE: Shader issues & bugs

    I have no idea how would i achieve something like that with scrollposition. You mean something like having the background a bit larger to all sides and then using loop for setting the scrollposition?This scene is scrollable so i guess that would be an issue too. This scene is 4440 x 1080, it could theoretically be making the issue with the black line.The hotspots are affected by the shader, it should stay still as the cursour beside.

    by ke4, 9 years ago

    6
    0
    ke4 9 years ago
  • RE: Shader issues & bugs

    I can't tell much about the shader and its bugs itself but i would guess that the Hotspot animations are not really part of the scene (most top layer though) and therefore won't move with the environment.Regarding the "fragments"/black stripes inside the zoomed sections itself: I would guess that these are related to the used shader itself. Maybe it is only when having specific resolutions or in general it could depend on how the graphics card is rendering the post produced picture of the scene.

    by sebastian, 9 years ago

    6
    0
    sebastian 9 years ago
  • RE: Shader issues & bugs

    ez mate,Can you not control the scrollposition instead? It should prevent cursors & texts from being affected as they are based on current viewport - not sure about hotspot animations though.I can't help you with the bugs you showed in your video. Looks like tearing to me or at the least the engine or your machine trying to cope with redrawing the moving pixels or something - I'm not a technical guru on such matters, so, er... yeah! I think I'll leave that stuff up to Simon instead. ;)Anyway, I believe Simon has been working on an improved shader script which he'll probably release with the new editor. At least I think he mentioned a little while back that he had been working on an improved one, but my memory, you know!?

    by afrlme, 9 years ago

    6
    0
    afrlme 9 years ago