Code Monkey home page Code Monkey logo

Comments (9)

zaps166 avatar zaps166 commented on June 30, 2024

I don't have Steam Deck. Could you send error log? Do you use nfs2se-git from AUR?

from nfsiise.

Eclipse2025 avatar Eclipse2025 commented on June 30, 2024

Seems i have to install the yasm via pacman, im in the process of working some things. And will send up the codes once im able

from nfsiise.

HadetTheUndying avatar HadetTheUndying commented on June 30, 2024

Seems i have to install the yasm via pacman, im in the process of working some things. And will send up the codes once im able

Make you're using the lib32 versions of each package. I can write a compile guide in a few days.

from nfsiise.

hmlendea avatar hmlendea commented on June 30, 2024

Anyone got it running without removing the write-protection from the partition?

from nfsiise.

hinrik avatar hinrik commented on June 30, 2024

Anyone got it running without removing the write-protection from the partition?

I had to turn off the write-protection to install (with pacman) the development dependencies needed for compiling NFSIISE. But you can re-enable the write-protection afterwards.

from nfsiise.

grandtheftoli avatar grandtheftoli commented on June 30, 2024

Anyone got it running without removing the write-protection from the partition?

I had to turn off the write-protection to install (with pacman) the development dependencies needed for compiling NFSIISE. But you can re-enable the write-protection afterwards.

It would be awesome to get a short guide how to do it. I recently got the game with this cool script back to work on Linux mint but it would be even better to run it on my steam deck! :-)

from nfsiise.

zaps166 avatar zaps166 commented on June 30, 2024

I don't have Steam Deck, but if installing yasm and gcc-multilib is possible, try this (use it to update, too):

#!/bin/sh

if [[ ! -e NFSIISE ]]; then
    sudo pacman -Sy --needed gcc-multilib yasm git || exit
    git clone https://github.com/zaps166/NFSIISE || exit
fi

cd NFSIISE || exit
git pull || exit
git submodule update --init src/Asm || exit

./compile_nfs || exit

When this script finishes, copy fedata and gamedata into Need For Speed II SE and run the game from Need For Speed II SE. Use convert_to_lowercase script to convert all game files to small letters.

from nfsiise.

HadetTheUndying avatar HadetTheUndying commented on June 30, 2024

Honestly I will probably just make a Flatpak this week

from nfsiise.

zaps166 avatar zaps166 commented on June 30, 2024

Ok, or just use this: https://github.com/zaps166/NFSIISE/releases I'll update it soon, too.

from nfsiise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.