OpenTechEngine / Discussions

The issues of this project are abused as a discussion forum for Open Tech
4 stars 0 forks source link

X-Ray engine source code available on GitHub #17

Open Anthony-Gaudino opened 9 years ago

Anthony-Gaudino commented 9 years ago

I was reading about the X-Ray engine used on the Stalker games and I found out that the source code is available on GitHub. I'm not sure if it's a leaked source or the developers released it, it's not free software as the license file tells.

You can find it here: https://github.com/OpenXRay/xray-16

I got surprised as I didn't see much information about the source release, that's why I think it may be leaked source.

Anyway, I think it's OK if one study the code.

kortemik commented 9 years ago

The code release seems intended, however their license is not compatible with ours and I wonder what is their intention with releasing the source under such license. Perhaps to fish developers on their engine but with a license like that it's not going to fly too far..

BielBdeLuna commented 9 years ago

this is excellent news, xray includes a planer, this could serve as inspiration for developing a planer for the AI,. this and also FEAR sdk expose several examples of a planer. a GOAP system (Goal Oriented Action Planer)

ghost commented 8 years ago

@BielBdeLuna GOAP would be great, especially for military/tactical squad simulations. Imagine OTE with machine learning applications to learn, study and simulate strategy for real world application. The security industry would appreciate that.

BielBdeLuna commented 8 years ago

technically GOAP can be used for everything not just tactical action, imagine GOAP as an automatized state machine, so instead of you doing the state machine states, the computer computes it for you.

ghost commented 8 years ago

That would be great, also for wildlife and small random weather events.

BielBdeLuna commented 8 years ago

no, the problem of GOAP is that per tick it is calculating and planning all possible plans and scoring it. so it needs a lot of processing power instead of the static FSM which only process the actual orders given by the script.

for random events and wildlife there should be a less expensive method

ghost commented 8 years ago

@BielBdeLuna Would calculating possible outcomes and storing it into a cache folder perhaps help improve performance? The only reason I'm thinking of it is after testing some performance differences with the shader cache written by the Nvidia drivers to take some load off the GPU memory.

DanielGibson commented 8 years ago

Imagine OTE with machine learning applications to learn, study and simulate strategy for real world application. The security industry would appreciate that.

I'd prefer if that scum wouldn't use my code :-P

ghost commented 8 years ago

@DanielGibson I know how you feel, Rage against the machine. Lately it seems that policing and security is leaning towards either the fascist or mobster sides.

BielBdeLuna commented 8 years ago

no, within a dynamic world, the evaluation of every plan could change per tick.

ForserX commented 6 years ago

If someone is interested in XRay Engine, then you are welcome: https://github.com/xrOxygen/xray-oxygen