[APP] Transformice Linux Standalone |
![]() ![]() « Sénateur » 1513176600000
| 0 | ||
Antooine a dit : Have you tried installing it thru .deb file? Does your version support .deb files? You can get the deb files thru terminal using the commands in install tab.. If you can't then try reading on... My experience with electron isn't the best but within the source, there's a built in flash plugin. You need to add the pepper flash plugin to the flash-plugin folder. Try this. I haven't tried it yet but follow these steps and tell me if it works. The Q&A is outdated atm Install deb thru arch linux. Dernière modification le 1513176720000 |
![]() ![]() « Citoyen » 1513978680000
| 0 | ||
Nekotonyy a dit : Hi, As I have seen that the secondary installation doesn't work for me for some reason, I tried to install the .deb file manually. The command I ran was the one you recommended to use :
So as I can read here, there is a problem with the dependencies of the package. I don't really know who's fault it is, if I didn't correctly configure something or if you forgot to put something somewhere. Btw, I tried to download directly the file "transformice_x32.deb" from your website with my browser and then use "dpkg -i transformice_x32.deb" with a terminal, but the same error happened, which seems to be quite logical but I wanted to try it anyway. I hope this can help you to find a solution ! |
![]() ![]() « Sénateur » 1513978980000
| 0 | ||
Could you provided a full translated of the terminal in English, please? I don't speak French. |
![]() ![]() « Citoyen » 1516440060000
| 0 | ||
Antooine a dit : Antoonie, I just decide to do a PKGBUILD file to install Tony's standalone at arch linux and arch linux based distros easily copy this text, and paste at your text editor (gedit, mousepad, kate or whatever you use), save this file anywhere at your PC, the name of the file needs to be "PKGBUILD" (capital letters), get in a terminal, navigate to the folder you saved the PKGBUILD file and just type "makepkg -si" pkgname=transformiceforlinux-bin pkgver=1.0.6 pkgrel=1 pkgdesc="Transformice unofficial standalone made by NekoTony" arch=('x86_64') url="http://nekotony.pro" license=('GPL') source=("http://nekotony.pro/deb/transformice_x64.deb") md5sums=('SKIP') validpgpkeys=('SKIP') package() { ar x 'transformice_x64.deb' tar xf data.tar.xz rm -rf control.tar.* data.tar.* debian-binary } if you'd like to have a more up to date flash plugin version I guess this command would be enough: sudo cp /usr/lib/PepperFlash/libpepflashplayer.so /usr/lib/Transformice/resources/app/flash-plugin/ # you need pepper-flash installed in your system to perform this command, sudo pacman -Sy --noconfirm pepper-flash I don't know if Tony updates flash plugin inside this package, so I just put this command here to make it up to date "manually" the PKGBUILD doesn't work! #I would like to tell you guys archlinux IS NOT A DEBIAN BASED SO DPKG WILL NOT WORK! :D IF the PKGBUILD didn't work: sudo pacman -Rsn --noconfirm transformiceforlinux-bin make a file called script.sh, edit it and put these commands on it: echo "Installing nodejs and pepper-flash wget" sudo pacman -Sy --noconfirm nodejs pepper-flash echo "Downloading .deb file" wget 'http://nekotony.pro/deb/transformice_x64.deb' echo "Extracting .deb file" ar x transformice_x64.deb echo "Extracting .tar.xz file" tar xf data.tar.xz echo "Erasing unecessary things" rm -rf control.tar.gz debian-binary data.tar.xz transformice_x64.deb echo "Moving files" mkdir transformiceforlinux mv usr/ transformiceforlinux/ sudo mv transformiceforlinux/ /opt/ echo "Making transformiceforlinux available for open at KDE/GNOME or whatever DE you use" sudo cp /opt/transformiceforlinux/usr/share/applications/Transformice.desktop /usr/share/applications/ sudo ln -s /opt/transformiceforlinux/usr/lib/Transformice/app /usr/local/bin/Transformice sudo cp /opt/transformiceforlinux/usr/share/pixmaps/Transformice.png /usr/share/pixmaps/ echo "Everything is fine, you can open transformice right now, have fun! :D" ~$ chmod +x script.sh ~$ ./script.sh if the sudo password is asked, please, insert it I did a PKGBUILD and it works fine... see my last post please Dernière modification le 1522159560000 |
![]() ![]() « Sénateur » 1518279780000
| 0 | ||
Thank you, Leo! Any development on my end Is through but the code is open source if anyone wants to contribute. Thank you!~ |
![]() ![]() « Citoyen » 1521851340000
| 0 | ||
Hey! I need help :( npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! transformice@1.0.6 start: `electron main.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the transformice@1.0.6 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2018-03-24T00_26_53_366Z-debug.log |
![]() ![]() « Citoyen » 1521858660000
| 0 | ||
Thank you so much for this, I've been looking for a Linux Standalone since I discovered the game :D |
![]() ![]() « Sénateur » 1521861060000
| 0 | ||
Angeliqee a dit : Method of installation and os? Dernière modification le 1521861120000 |
![]() ![]() « Citoyen » 1521885480000
| 0 | ||
Nekotony a dit : 4.9.0-5-amd64 GNU/Linux |
![]() ![]() « Citoyen » 1521885660000
| 0 | ||
Installation here Nekotony a dit : Dernière modification le 1521886140000 |
![]() ![]() « Sénateur » 1521894120000
| 0 | ||
Angeliqee a dit : Have you tried using the.deb files |
![]() ![]() « Citoyen » 1521897960000
| 0 | ||
Nekotony a dit : root@vm3290:~# URL='http://nekotony.pro/deb/transformice_x64.deb'; FILE=`mktemp`; wget "$URL" -qO $FILE && sudo dpkg -i $FILE; rm $FILE (Reading database ... 67130 files and directories currently installed.) Preparing to unpack /tmp/tmp.r9hy7VQicN ... Unpacking transformice (1.0.7-1) over (1.0.7-1) ... Setting up transformice (1.0.7-1) ... Processing triggers for desktop-file-utils (0.23-1) ... Processing triggers for mime-support (3.60) ... root@vm3290:~# And now?:( |
![]() ![]() « Sénateur » 1521901200000
| 0 | ||
Angeliqee a dit : You open the file or run sudo dpkg -i path |
![]() ![]() « Citoyen » 1521901320000
| 0 | ||
Nekotony a dit : How? Sorry for the questions, but im not perfect in this... (btw: sorry for my bad english) Edit: How can i install / where can i find the install file(s)? root@vm3290:~# sudo dpkg -i transformice dpkg: error: cannot access archive 'transformice': No such file or directory root@vm3290:~# Dernière modification le 1521902340000 |
![]() ![]() « Sénateur » 1521907740000
| 0 | ||
Angeliqee a dit : My bad, the command already installed it for you. It should appear where your app are located: ![]() |
![]() ![]() « Citoyen » 1521907920000
| 0 | ||
Nekotony a dit : But i don't have Linux, i have VPS (Virtual Private Server) so i can't acces it... I wanna create a server, for playing with my friends... But still not working... :( How can i install server?:( Dernière modification le 1521909240000 |
![]() ![]() « Sénateur » 1521922200000
| 0 | ||
Angeliqee a dit : This is not a service, this is a client to play tranfsormice. |
![]() ![]() « Citoyen » 1521924720000
| 0 | ||
Nekotony a dit : Ohh... Okay then... Sorry for wasting your time, my bad... |
![]() « Citoyen » 1522111080000
| 1 | ||
I Installed this on Deepin 15.5 and works perfectly but.. there is no window manager to maximize/minimize or close the game. for maximize the game i need to drag the borders of the app ![]() is it a bug or no? edit --- now i read the tab keyboards command and saw the commands to do it Thank you Nekotony for helping Linux users Dernière modification le 1522129500000 |
![]() ![]() « Citoyen » 1522159380000
| 1 | ||
the nekotony's standalone for archlinux... make a file called PKGBUILD and paste it inside it: pkgname=transformiceforlinux pkgver=1.0.7 pkgrel=1 pkgdesc=an unofficial standalone for transformice arch=('x86_64') source=("http://nekotony.pro/deb/transformice_x64.deb") sha256sums=('SKIP') package(){ cd "${srcdir}" ar x transformice_x64.deb tar xfv data.tar.xz -C "${pkgdir}" chmod -R go-w "${pkgdir}"/usr } open a terminal where you are (or where you saved the PKGBUILD) and just "makepkg -si" on it... the standalone is installed successfully i tested it and it works fine! |