Search found 112 matches

by potatoesmaster
26 Dec 2013, 14:12
Forum: General Development
Topic: [post-1.0] Scripting enhancemnts
Replies: 88
Views: 50927

Re: [post-1.0] Scripting enhancemnts

OpenCS will need script extensions too. I think Python is better suited for that: it's popular, has a lot of resources (tutorials, a good documentation, a bunch of libraries) and enforces readability. If OpenMW ever have a new scripting language, be it the same as OpenCS. If it happens, an exact tra...
by potatoesmaster
26 Dec 2013, 13:23
Forum: Off Topic
Topic: Merry Christmas!
Replies: 15
Views: 7884

Re: Merry Christmas!

Happy new year, people!
Image
by potatoesmaster
23 Dec 2013, 14:49
Forum: General
Topic: Specular Highlights?
Replies: 200
Views: 82296

Re: Specular Highlights?

It would be nice if you could create (or borrow some Free ones) such kind of textures, instead of modifying the Bethesda's ones. This way, they would be redistributable, and everyone could make such amazing screenshots :) Speaking of that, do we have textures for the example suite? Having a central...
by potatoesmaster
21 Dec 2013, 14:02
Forum: General
Topic: Some questions about OpenMW!
Replies: 36
Views: 18287

Re: Some questions about OpenMW!

Most game engines exist only as bases for games. A permissive license allow them to be used in a variety of projects, including closed-source ones. OpenMW is not a general-purpose engine. IMHO, building on it to make something different is sub-optimal, therefore unlikely to happen. I can't see any b...
by potatoesmaster
20 Dec 2013, 10:58
Forum: Off Topic
Topic: Show your desktop
Replies: 94
Views: 41965

Re: Show your desktop

Indeed, it's MPD. :)
by potatoesmaster
19 Dec 2013, 22:34
Forum: Off Topic
Topic: Show your desktop
Replies: 94
Views: 41965

Re: Show your desktop

by potatoesmaster
15 Dec 2013, 21:39
Forum: Support
Topic: OpenCS on Arch: Segmentation Fault
Replies: 19
Views: 10740

Re: OpenCS on Arch: Segmentation Fault

qtconfig (/usr/lib/qt4/bin/qtconfig) allow you to choose the theme engine used by Qt. This is done with the "GUI style" combo box. I don't really know, but I think "desktop settings" have to be selected to use KDE theme settings.

Also, the GTK+ GUI style works well for me.
by potatoesmaster
09 Dec 2013, 20:42
Forum: Join the team
Topic: Non-coding jobs
Replies: 112
Views: 51704

Re: Non-coding jobs

Hi and welcome! Research : I don't have a precise idea of the amount of work required in this area, but I can say we don't have the formulae to calculate fatigue decrease when running, swimming and attacking ( issue reported on the bugtracker ). The wiki page was cited already. Bug testing : As alwa...
by potatoesmaster
06 Dec 2013, 22:05
Forum: General Development
Topic: File Format
Replies: 84
Views: 31983

Re: File Format

@Mistahtokyo: The Windows API is written by Windows developers so there is not much we can do about it. I really need to read better. The MSDN page I linked above explains that the maximum length for a path is 260, but also that extended-length path (prefixed with "\\?\") can be used to st...
by potatoesmaster
06 Dec 2013, 14:12
Forum: General Development
Topic: File Format
Replies: 84
Views: 31983

Re: File Format

I used to have that issue on Windows 7 whenever I tried installing mod packs unzipped (via wrye bash). Some of those file paths can get ridiculously long, but I don't think it was anything to do with the name itself, just the length of the file path. The probable cause is that: In the Windows API (...