Search found 23 matches

by Jodiwe
08 May 2020, 17:29
Forum: Example-Suite
Topic: Using Wesnoth as a basis for Example Suite
Replies: 7
Views: 9689

Re: Using Wesnoth as a basis for Example Suite

Another game that I've been thinking of for a while is Andor's Trail. It's seeing quite a few updates these days, and I figured one could write an asset converter to automatically convert the map tiles and dialogue, etc into a world map, but you'd have to somehow extract a height map, where I don't ...
by Jodiwe
07 Apr 2020, 08:51
Forum: Feature Requests and Suggestions
Topic: MessageBox and Suggestion
Replies: 1
Views: 1901

Re: MessageBox and Suggestion

Not that I've looked at the OpenMW code for a long time, but that looks like it's interpreting the backslash as an escape code/character. I'd guess after it goes through a printf/sprintf or whatever c++ uses in code, it gets printed to a separate buffer as a format string, which then escapes the bac...
by Jodiwe
04 Nov 2019, 21:48
Forum: General Modding
Topic: I own MW but can I download with no PC???
Replies: 2
Views: 3477

Re: I own MW but can I download with no PC???

Now that does seem like quite a nice challenge. I'm sure it's at least possible, as it's been done on the Raspberry Pi . Moderator edit: suggesting illegal means of acquiring a copy of intellectual property must be avoided. I'm still going to look into how to run steamcmd through Qemu on Android, bu...
by Jodiwe
15 May 2019, 17:13
Forum: Other Forks and Ports
Topic: OpenMW Android Controls UI Redesign and Case Study
Replies: 7
Views: 6740

Re: OpenMW Android Controls UI Redesign and Case Study

I must say this does look a lot better, and I will admit to also having issues with the controls. That's probably the main reason this isn't on my phone anymore. I haven't tried any recent releases though. Just a few comments which might not be too justified: - The jump still isn't super-obvious. I ...
by Jodiwe
09 May 2019, 11:43
Forum: Other Forks and Ports
Topic: openmv 0.46 android game files
Replies: 8
Views: 6037

Re: openmv 0.46 android game files

then i found : i'm using es explorer and i don't know why but when i go to folder morrowind i see "morrowind.ini" but when i ask for properties the name is "morrowind.ini.txt". Now all is ok. thanks for your help. It's interesting that the issue said something specifically about...
by Jodiwe
07 May 2019, 08:06
Forum: Off Topic
Topic: Linux Questions: GPU/CPU Monitor...... Tes Construction Set
Replies: 19
Views: 17379

Re: Linux Questions: GPU/CPU Monitor...... Tes Construction Set

AnyOldName3 wrote: 06 May 2019, 23:00 That's a good post, but the thread's been dead for two months. I think the OP is probably okay already.
Ah, I didn't see that. I've been so busy that March and May have started looking the same.
by Jodiwe
06 May 2019, 22:37
Forum: Other Forks and Ports
Topic: openmv 0.46 android game files
Replies: 8
Views: 6037

Re: openmv 0.46 android game files

alread try ! Linux in general (and so I think also Android) is case sensitive when it comes to filenames. Make sure you're correctly typing out the data-files name with the correct capitalisation. Also, are you sure you're actually renaming the "Data Files" directory to "Data-Files&q...
by Jodiwe
06 May 2019, 19:19
Forum: Other Forks and Ports
Topic: openmv 0.46 android game files
Replies: 8
Views: 6037

Re: openmv 0.46 android game files

i copied all morrowind files from my pc to my phone. Then i have, in the same folder, folder "Data files" and morrowind.ini but when i want to enter the path in "game files" it say to me "error locating data files". i tried differents thinks (folder data-files renamed,...
by Jodiwe
06 May 2019, 19:11
Forum: Off Topic
Topic: Linux Questions: GPU/CPU Monitor...... Tes Construction Set
Replies: 19
Views: 17379

Re: Linux Questions: GPU/CPU Monitor...... Tes Construction Set

Does somebody a programm where i can record my CPU and GPU Temp. So i can see after playing my temperatures? Hi Somavakien, Option 1: You could try the psensor program which was the third suggested answer in the link in my previous reply. I'm not at home now, so I can't see how well it works for th...
by Jodiwe
28 Feb 2019, 10:12
Forum: Off Topic
Topic: Linux Questions: GPU/CPU Monitor...... Tes Construction Set
Replies: 19
Views: 17379

Re: Linux Questions: GPU/CPU Monitor...... Tes Construction Set

Hi Somavakien, If you're using an AMD or Intel GPU with open source drivers, you can use Gallium HUD to overlay graphs over the game screen. Here's a decent tutorial if you're interested in doing that: https://manerosss.wordpress.com/2017/07/13/howto-gallium-hud/ . Otherwise (or also), you could use...