Search found 11 matches

by StraToN
25 Apr 2016, 17:01
Forum: Off Topic
Topic: Any think and unreal
Replies: 10
Views: 5578

Re: Any think and unreal

I download Cmake, open scene grapth source, ndk r10e. Run cmake, select to osg source root, select out, click config, select migw makefile, tool for cross compile, path to tool from link sandstrider ob github, okey = error. Try to compile directly by ndk. Copy android.mk from platfor specific to ro...
by StraToN
22 Jul 2015, 14:33
Forum: General
Topic: Is it possible to commercially release a game on OpenMW?
Replies: 14
Views: 8873

Re: Is it possible to commercially release a game on OpenMW?

This is not easy stuff. Here's an attempt to make it easier : https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29 - Commercial : you can sell a software that makes use of OpenMW. So do your clients (because sublicensing is forbidden). - Modify : of course, you can modify OpenMW t...
by StraToN
18 Nov 2013, 16:56
Forum: Infrastructure
Topic: News in French
Replies: 39
Views: 25817

Re: News in French

@ap0

Actually, I didn't remark the FR feed wasn't updated. I simply supposed it was coming later. I firstly read English news, then French, and it is not constant from me :)
by StraToN
12 Nov 2012, 10:00
Forum: Example-Suite
Topic: Music for OpenMW
Replies: 37
Views: 33084

Re: Music for OpenMW

Nice songs you've got ;) I listened to them all, the orchestral compositions are very interesting. "From Within" would have come great in a Deus Ex-like game with some modifications but i recognized Martin Luther King's famous speech. "Retrogression" reminded me of Startopia, a s...
by StraToN
04 Oct 2012, 14:48
Forum: Off Topic
Topic: Fun stuff
Replies: 380
Views: 158443

Re: Fun stuff

@ezzetabi

Yup this one is trickier. It relies on a specific property of the square root which is as follows :

Code: Select all

sqrt(a * b) = sqrt(a) * sqrt(b) if and only if a>0 and b>0
Thus, we cannot write this :

Code: Select all

sqrt(-1 * -1) != sqrt(-1) * sqrt(-1)
by StraToN
01 Oct 2012, 15:58
Forum: Off Topic
Topic: Fun stuff
Replies: 380
Views: 158443

Re: Fun stuff

Error at the last line! :)
According to 1st line, we have :

Code: Select all

a = b
so (a - b) = 0
So, at the last line we had :

Code: Select all

2 (a - b) = a - b
Thus, we cannot divide the left side by (a - b) because (a - b) = 0.

Phew! God is safe - maybe ?
by StraToN
04 Sep 2012, 14:01
Forum: Feature Requests and Suggestions
Topic: Extended ES[P|M] format with dependency handling
Replies: 7
Views: 4308

Re: Extended ES[P|M] format with dependency handling

Nice idea, but a lot of mods made a long time ago for Morrowind vanilla will eventually have to be remade for different languages. For example, currently, French people who own a french version of the game tend to use mods adapted to french from Wiwiland website. This way they avoid conflicts as muc...
by StraToN
10 Jul 2012, 14:07
Forum: Infrastructure
Topic: Different languages on website
Replies: 15
Views: 8159

Re: Different languages on website

I did translate the news about OMW 0.16 to French recently, and I sent it to ap0, but he effectively didn't answer, so he must be away.

If you already have the access for sending news to the french section, here is my translation : http://pastebin.com/agwTfbdv
by StraToN
25 Jun 2012, 12:57
Forum: Infrastructure
Topic: Spam registration wave
Replies: 41
Views: 20485

Re: Spam registration wave

A very common technique is to answer a very easy arithmetic problem, such as an addition, subtraction or product. Very easy, like "5+7= ?" or "6x7 = ?" It is possible to add new equations easily in the administration. I didn't see new spam waves after using this technique on anot...
by StraToN
30 May 2012, 14:30
Forum: Support
Topic: How to start a normal game?
Replies: 6
Views: 5265

Re: How to start a normal game?

The standard Bethesda version which runs perfectly well with Wine. I suggest Wine 1.5.2. The only very little annoying thing is a little framerate drop when the music ambient changes (ie from exploration to combat, or the inverse). But, everything works perfect, including mods. Plus, it is very use...