Package Details: s3lightfixes-git 0.4.6-1

Git Clone URL: https://aur.archlinux.org/s3lightfixes-git.git (read-only, click to copy)
Package Base: s3lightfixes-git
Description: Application for OpenMW modlists designed to make ESP files which adjust the lighting values from all mods listed in openmw.cfg
Upstream URL: https://modding-openmw.com/mods/s3lightfixes/
Licenses: GPL
Provides: s3lightfixes
Submitter: alekulyn
Maintainer: S3ctor
Last Packager: S3ctor
Votes: 1
Popularity: 0.000117
First Submitted: 2024-12-31 04:42 (UTC)
Last Updated: 2026-08-13 18:08 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

S3ctor commented on 2026-08-13 18:18 (UTC)

I should have clarified prior comments. Both VFSTool and LightFixes are built and maintained by me. I take care of my own software. Modding-OpenMW and the MOMW tools pack have nothing on earth to do with me and if anyone wishes to maintain MOMW-adjacent tooling in the AUR, they're more than welcome to do so, but I'd like to continue maintaining my own software.

S3ctor commented on 2025-08-26 14:27 (UTC)

Double quote thing has been fixed for a while now. Don't code on your iPads, kids.

rambunctiousdeer commented on 2025-08-07 06:28 (UTC)

A double quote string (") was not terminated.

Erroneous code example:

let s = "; // error!

To fix this error, add the missing double quote at the end of the string:

let s = ""; // ok! ...skipping... A double quote string (") was not terminated.

Erroneous code example:

let s = "; // error!

To fix this error, add the missing double quote at the end of the string:

let s = ""; // ok!