Forums
March 28, 2024, 05:45 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.


Messages - eule

Pages: [1] 2
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
wkJellyWorm

wow! So excited! what would you say, how far are you away from release?

also cool of you for doing it on github, i think one of the main problems of project x was that it was closed source and the developer entuser lost the source code on his/her hard drives, so it can't be accessed anymore for modification.

edit:

i just tested wkJellyWorm on a wine emulated worms armageddon, and it works smooth as silk from what i can tell :)

3
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

4
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

5
Schemes / Re: My new scheme.
« on: November 13, 2020, 11:13 PM »
https://www.wmdb.org/32296 this is also similar

6
Announcements / Re: Worms Armageddon v3.8 Released
« on: November 12, 2020, 07:01 PM »
The reason why it's still not live on the main server is because Team17 has been very slow to publish 3.8 on the GOG platform, and pre-3.8 versions must be totally banned for the upgrade to occur.

Is it not going to be possible to connect to wormsNet with older Versions after this upgrade?

7
Bug Report / Re: Error Loading Tusscheme in 3.8
« on: November 09, 2020, 11:38 AM »
Downloading it and loading it works now, thanks!

However with Hosting Buddy I still get this:

[eule] !tusscheme 3386
Error with tus-wa.com request: Invalid scheme file


8
Announcements / Re: Worms Armageddon v3.8 Released
« on: November 09, 2020, 06:31 AM »
We had a wonderfully easy way to set antisink = true in 3.7 with hosting buddy by typing in "!crate fren 1"

What would be the modern way of doing this?

9
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/

10
Schemes Comments / Re: Scheme #3386, Crate War submitted by Crespo
« on: November 01, 2020, 09:10 PM »
when trying to load this scheme via hosting buddy in 3.8 i get the following error:

Error with tus-wa.com request: Invalid scheme file

when trying to load this scheme via normal hosting in 3.8 i get the following error:

ERROR: Invalid Scheme Data Values

sounds cool though

11
Off Topic / Re: George Carlin knows the script.
« on: September 05, 2019, 07:06 PM »
That's why the Marxist theory of 'Verellendung' doesn't work.. the system itself may have a tendency to increase the gap between rich and poor, but there's enough reason not to let the poor starve to death.

The vast majority of people now live like landlords did in the 19th century. There has never been a time in history where the poor were better off than they are now.

I'm currently reading Capital and i think this theory of "Verehlendung" is really falsely attributed to him, mostly by his opponents.

There are long section where he basically says that one major aspect of making more profits is to lower the time / value that is needed to produce a certain commodity wich leads to the situation that even though more value/capital is going to the capitalists progressively (in short, the rich get richer), at the same time the basic consumption goods needed by the workers to live are getting cheaper. He by no means states that it is a "must" that in capitalism workers are getting less and less.

I can search up the quotes if you're interested

12
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.

13
General discussion / Re: MapGEN integrated into HostingBuddy
« on: June 23, 2019, 09:59 PM »
i'm getting this error:

[`eule] !scheme t17
The game type has been set to: Team17.
Type !map to select a random Team17 map.
[`eule] !mapgen width=3640 height=640
Generating random map...
Error: MapGEN failed (non-zero exit code)

14
Off Topic / Re: Is the world getting worse?
« on: March 15, 2019, 12:21 PM »
seems like wormsnet is more unstable than before, so definitly yes

15
Kf / Re: 2018 official kaos revival (px)
« on: June 22, 2018, 09:48 AM »
so is this going to happen? update: i could get me + 3 players (!) from outside of tus to join, so 4 players (!!) in total.

Pages: [1] 2