Custom parts/stickers for LEOCad


RE: Custom parts/stickers for LEOCad
#8
(2024-05-10, 12:16)Thomas Turgyt Wrote: I downloaded the Stable dmg file from this url: https://winebottler.kronenberg.org/downloads and manually installed it. It seemed like the official version. I might be able to find Crossover if it would help you help me figure out what to do.

The official version—without any repackaging—is here and can be installed via Homebrew:
https://wiki.winehq.org/MacOS

I have always had the best luck using the Crossover version of Wine (not the paid version of the Crossover app itself), available here:
https://github.com/Gcenx/winecx

This worked better for 32-bit Windows apps (like pretty much everything for LDraw other than LDCad), but newer releases of official Wine seem to have caught up as well.

Quote:Where do I find Nil's site for the shell script, or what is the command contained within it? Because that might be my problem, since I only tried clicking on the Unix file itself. This took me to Command Prompt where I was at a loss as to what to do.
Thanks!

The download site is here: https://nilsschmidt1337.github.io/ldparteditor/

The command to open the app is simply this:
Code:
/Applications/LDPartEditor.app/Contents/MacOS/LDPartEditor

I have created a self-opening "app" for LDPE using ScriptEditor. The script is this, and I save it as an app called LDPartEditorOpen.app:
Code:
tell application "Terminal"
    do script "/Applications/LDPartEditor.app/Contents/MacOS/LDPartEditor"
end tell
Reply
« Next Oldest | Next Newest »



Messages In This Thread
RE: Custom parts/stickers for LEOCad - by N. W. Perry - 2024-05-10, 15:05

Forum Jump:


Users browsing this thread: 4 Guest(s)