Search found 5034 matches

by Vadi
Sun Jun 18, 2023 10:49 am
Forum: Help Forum
Topic: How to locate current room in "IRE mapping script"?
Replies: 5
Views: 32749

Re: How to locate current room in "IRE mapping script"?

It's a game made by http://ironrealms.com - this one is not it.

What does "lua gmcp" show on the screen for you?
by Vadi
Sat Jun 17, 2023 8:02 am
Forum: Help Forum
Topic: How to locate current room in "IRE mapping script"?
Replies: 5
Views: 32749

Re: How to locate current room in "IRE mapping script"?

Hello,

Which game are you playing? The IRE mapping script is intended for IRE games, and it uses GMCP from them to find out where you are.
by Vadi
Tue May 16, 2023 5:09 am
Forum: Mudlet Development
Topic: MXP enhancements, was PR #4200
Replies: 14
Views: 115353

Re: MXP enhancements, was PR #4200

I will be on leave for the next two weeks as well, so won't be able to check PRs in the meantime starting tomorrow. Will think on what you've posted!
by Vadi
Mon Apr 24, 2023 6:25 pm
Forum: Mudlet Development
Topic: MXP enhancements, was PR #4200
Replies: 14
Views: 115353

Re: MXP enhancements, was PR #4200

Hey, the roadmap sounds quite good! One remark Lua access to MXP - that's already and thing, try 'lua mxp' to have a look at it.
by Vadi
Wed Apr 12, 2023 4:40 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 30
Views: 215700

Re: Windows build Environment cannot be installed anymore - need a hand

Nice nice. Thanks. I'll look at applying these changes to the script and come back to you with questions.

Re: MSP segfault, that one is not known. Have a way to trigger it?
by Vadi
Tue Apr 04, 2023 6:59 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 30
Views: 215700

Re: Windows build Environment cannot be installed anymore - need a hand

There are a few options, since Mudlet is a cmake-based project you can either use Qt Creator (an official IDE), Visual Studio Code (but not Visual Studio - haven't tried it) or CLion (commercial offering). I'd go with Qt Creator for a start, and you can install it from the official Qt installer. Rea...
by Vadi
Tue Apr 04, 2023 5:52 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 30
Views: 215700

Re: Windows build Environment cannot be installed anymore - need a hand

I think ccache. Can you check if it exists in C:\Program Files\ccache\ccache.exe ? Maybe it needs to be added to Windows PATH?
by Vadi
Mon Apr 03, 2023 7:20 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 30
Views: 215700

Re: Windows build Environment cannot be installed anymore - need a hand

I don't have a working Windows installation at the moment to test this with, but here is a replacement function which might be able to work: function InstallQt() { Step "Installing aqtinstall" New-Item -Path $Env:QT_BASE_DIR -ItemType Directory cd $Env:QT_BASE_DIR # go up to the root of Qt...
by Vadi
Mon Apr 03, 2023 7:15 am
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 30
Views: 215700

Re: Windows build Environment cannot be installed anymore - need a hand

What if you try to use https://github.com/miurahr/aqtinstall/r ... .4/aqt.exe directly? I think we can replace the whole pip thing with just that executable, which looks like is a new thing offered by the project.
by Vadi
Sat Apr 01, 2023 2:20 pm
Forum: Mudlet Development
Topic: Windows build Environment cannot be installed anymore - need a hand
Replies: 30
Views: 215700

Re: Windows build Environment cannot be installed anymore - need a hand

> Still wondering why my development clone does not have the version of appveyor.functions.ps1 you referenced above. I don't think you are on the latest `development` branch. > Error: Failed cloning git repository. I think I know - the luarocks version that got installed is too old. Need to use the ...