Forums
April 16, 2024, 06:58 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - eule

Pages: [1]
1
Files / Project X Libraries
« on: December 28, 2021, 08:56 PM »
hey

i'm searching through the old PX forums to find some libraries, namely the ones for the scheme found here: https://px.worms2d.info/forum/viewtopic.php?f=12&t=2025

does anyone happen to have these and maybe mirror them on tus?

2
Tech Support / Crash to Desktop with tusscheme
« on: April 13, 2021, 04:45 PM »
I tried to load this scheme

https://www.tus-wa.com/schemes/scheme-3788/

on this map

https://www.wmdb.org/28987

with hosting buddy using the staging server.

result is a crash to desktop, errorlog is attached

Worms Version 3.8.1 running on Wine on MacOs 10.14

3
Hey everyone, this is a easy guide to install worms armageddon on macOS using Homebrew instead of macports (as suggested by https://worms2d.info/Installing_WA_on_macOS),  since ports thinks wine is no longer supported in macOS 10.14., wich is not (entirely) true


1. XCode install

https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12


2. XQuartz install:


https://xquartz.macosforge.org/

for the next steps we need the "Terminal" App, just start it and type in the commands and hit enter

3. homebrew install:

Terminal Command:
Code: [Select]
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Note: there might be a lot of errors during homebrew install, just ignore them.

4. wine install:

Terminal Command:
Code: [Select]
brew install --cask wine-stable



From here on you can also use the guide on worms2d.info


5. install worms via wine


find out the directory of your WORMSINSTALLER.EXE, wether its GOG or CD or ISO doesn't matter I think.

Just open "TextEdit" App, Click New and Drag & Drop your install .exe onto an empty document. That should give you WORMSINSTALLER.EXE


Terminal Command:
Code: [Select]
wine WORMSINSTALLER.EXE
For your worms installation, i would recommend the following directory, if you want to use a different one, keep in mind that you have to use it for all subsequent steps of this guide also:
Code: [Select]
c:/Team17/Worms Armageddon

6. Download & Install Update 3.8.1:
https://worms2d.info/files/WA_update-3.8.1_%5BCD%5D_Installer.exe

save it to "user/Downloads"

Install update:
Terminal Command:
Code: [Select]
wine ~/Downloads/WA_update-3.8.1_\[CD\]_Installer.exe
hopefully the installer chooses the right directory, if not you have to navigate to a hidden folder (which can be unhidden after opening a finder window and pressing [command]+[shift] + [.] (full stop/period)

navigate to:

USERNAME/.wine/drive_c/Team17/Worms\ Armageddon/

and install the update into this directory, once again ignoring any errors.

Worms is installed and updated now.


7.  8) To Start worms:

Terminal Command:
Code: [Select]
wine ~/.wine/drive_c/Team17/Worms\ Armageddon/wa.exe

8.  Done! you can now start worms using the above mentioned command


9. optional: make a shortcut to your Worms.exe, so you dont need to run it from terminal each time.

https://wiki.winehq.org/MacOS_FAQ#How_to_create_shortcut.2C_launcher.2C_or_.app_to_start_a_given_.exe.3F

in short:

Open "Script Editor" app
and paste in the following:
   
Code: [Select]
on run

    --edit this to be the correct location and file to run (typically only edit after the "drive_c")

    set toRun to "$WINEPREFIX/drive_c/Team17/Worms Armageddon/wa.exe"

    --edit winePrefix if you are not using the default prefix

    set winePrefix to "$HOME/.wine"

    --edit wineLocation if your wine install is not the default location

    set wineLocation to "/usr/local/bin"

    --edit dyldFallbackLibraryPath to your X11 lib folder, this one is set for XQuartz on 10.6+

    set dyldFallbackLibraryPath to "/opt/X11/lib"

    --Setting freetype rendering to 35 fixes blurred fonts when using newer freetype versions

    set freetypefix to "truetype:interpreter-version=35"

    -------------------------------------------------------

    --DO NOT EDIT ANYTHING BELOW THIS LINE

    -------------------------------------------------------

    set toRunPath to do shell script "WINEPREFIX=\"" & winePrefix & "\"; TEMPVAR=\"" & toRun & "\"; echo \"${TEMPVAR%/*}\""

    set toRunFile to do shell script "WINEPREFIX=\"" & winePrefix & "\"; TEMPVAR=\"" & toRun & "\"; TEMPVAR2=\"" & toRunPath & "\"; echo \"${TEMPVAR#$TEMPVAR2/}\""

    do shell script "PATH=\"" & wineLocation & ":$PATH\"; export WINEPREFIX=\"" & winePrefix & "\"; export DYLD_FALLBACK_LIBRARY_PATH=\"" & dyldFallbackLibraryPath & "\"; export FREETYPE_PROPERTIES=\"" & freetypefix & "\"; cd \"" & toRunPath & "\"; wine \"" & toRunFile & "\" > /dev/null 2>&1 &"

    end run

Then click "export" and save this script wherever you want.

DONE

Good Luck & Have fun

4
Bug Report / [SOLVED] Error Loading Tusscheme in 3.8
« on: November 08, 2020, 10:26 AM »
Hey,

i've gotten an error when loading a new 3.8 tus-scheme, both loading it manually in game or via Hostingbuddy.

It's this one:
https://www.tus-wa.com/schemes/scheme-3386/

5
Tech Support / Force Resolution
« on: July 11, 2019, 01:07 PM »
Hello

My current max resolution Ingame is 1280 * 800, using wkd3d9wnd and an 13Inch Macbook running BootCamped windows. Recently i attached an external display to my laptop via HDMI, which allowed to increase to 1920*1080. No surprises there, but after disconnetcing the display while worms was open the resolution stayed at 1080p! Does anybody know if there is a way to reproduce this behaviour? Would be good for Roping haha.

6
Files / Brsolver Replays Request
« on: March 06, 2018, 10:54 PM »
Has anybody got Brsolver replays?

https://worms2d.info/BRSolver


7
TUS Discussion / Question: Scheme Uploading
« on: March 06, 2018, 11:48 AM »
Hello,

When uploading the attached scheme to TUS and trying to load it via HB i get the following error:


Error with tus-wa.com request: Unknown response content type: text/plain;charset=UTF-8

The Scheme was made with SchemeEddy and has some rubberworm Features (circular aiming, bounciness, jetpack ammo).

now the question: why? and: what to do???

[attachment=1]
 

Pages: [1]