Giter Club home page Giter Club logo

Comments (1)

zmnpl avatar zmnpl commented on June 15, 2024

Hey, first off sorry for the very delayed answer :)

In case you are still interested I've looked into the issue and this is indeed a good catch. I think I've fixed this with this commit:
bb5b329

Basically I did not consider "others" being used that extensively and only thought about engine parameters which don't contain spaces. I took the naive route and just split by space which obviously does not work for your use case. I now treat the "other" parameters as one-record-csv where the field separator is a space. That means you can now quote your string with double quotes if it contains spaces and that should work.

Regarding the issue, that you need to provide the absolute path: I cannot reproduce that one. Check out the two attached screenshots where I tried to replicate the issue. The configuration for Scythe II works like that, with the relative path to DOOMWADDIR.
Though, I am testing that now that the first issue is fixed so that might have been the reason. Please give it a shot :)

Edit:
Now that I thought about it... DOOMAWADDIR is not the CWD as you phrase it. It really is just set as environment variable. All the source ports look for the variable and if it is set, wads (and pk3 and so on) are searched there. Seems like ports don't look for configs or other file types in DOOMWADDIR. So that is port behaviour.
It might be possible to add an option to use DOOMWADDIR as working dir, though not sure what unwanted effects that might have.

scythe2_modasothers
scythe2_nomods

from twad.

Related Issues (5)

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.