Giter Club home page Giter Club logo

Comments (5)

idealogica avatar idealogica commented on May 23, 2024 1

I ran these commands to resolve this:

brew install dos2unix
find . -iname "*.lst" | while read f ; do dos2unix "$f"; done  
find . -iname "*.txt" | while read f ; do dos2unix "$f"; done
find . -iname "*.gam" | while read f ; do dos2unix "$f"; done

from fallout2-ce.

roginvs avatar roginvs commented on May 23, 2024

I do not know is it relevant but I had similar issue with Nevada running on Linux. I solved it by running dos2unix master.dat/sound/SFX/SNDLIST.LST. If it helps then you will also need to update other text files (VAULT13.GAM, enddeath.txt, etc)

from fallout2-ce.

idealogica avatar idealogica commented on May 23, 2024

It worked! Thank you @roginvs!
It looks like a bug, because even no any warning in the console when running it with a bad encoding.

from fallout2-ce.

roginvs avatar roginvs commented on May 23, 2024

@idealogica Also take a look on those notes regarding Fallout Nevada: https://github.com/roginvs/fallout2-ce/blob/main/os/web/README.md#fallout-nevada-notes
Especially important part is artimer configuration because without any change your vault-city will disappear at some point

PS: I like your snipper for dos2unix, i will borrow it

from fallout2-ce.

idealogica avatar idealogica commented on May 23, 2024

Thanks! This is very useful!

from fallout2-ce.

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.