Search found 66 matches

by raven
08 Jun 2016, 08:37
Forum: Off Topic
Topic: Resources for learning Python
Replies: 5
Views: 3041

Re: Resources for learning Python

For me learning programming languages became much easier once I realized that it is all about processing data. You have some input and write code/instructions to produce some output. The rest is about memorizing language syntax. Object oriented programming is just a way to organize your data and cod...
by raven
05 Jun 2016, 10:30
Forum: General
Topic: Parallax Occlusion : A possibility?
Replies: 14
Views: 9413

Re: Parallax Occlusion : A possibility?

Yeah, there are limitations to parallax occlusion. You a ray tracing into a surface, so it works best with depressions. This is why most often cobblestone surfaces are used to demonstrate it ;)
by raven
02 Jun 2016, 09:49
Forum: Off Topic
Topic: Improve fighting system brainstorming
Replies: 39
Views: 19780

Re: Improve fighting system brainstorming

Imho fatigue should be affected by all actions but to a varying degree, depending on character strengths and weaknesses. So the effect of physical/mental actions on fatigue would scale with the physical/mental strength. This way you can have a physically weak but mentally strong mage casting spells ...
by raven
29 May 2016, 15:19
Forum: General Development
Topic: help with MyGUI
Replies: 15
Views: 9784

Re: help with MyGUI

Looks great. I hope it finds its way into master, one way or another.
by raven
27 May 2016, 10:39
Forum: Off Topic
Topic: Improve fighting system brainstorming
Replies: 39
Views: 19780

Re: Improve fighting system brainstorming

Now, for shields I'd almost say that you are always blocking (that's kind of the point of a shield, right?). When you block an attack, the damage comes out of your fatigue instead of your health. If you block a certain amount of damage over a short period of time, your shield will be knocked aside ...
by raven
26 May 2016, 13:46
Forum: General
Topic: Benchmarks / Hardware Specs
Replies: 105
Views: 128496

Re: Benchmarks

mkborregaard wrote:...
Nvidia GT 730 2GB DDR3
Is that 64bit or 128bit DDR3? You might be bottlenecked by vram bandwidth.