Package Details: s3lightfixes-git 0.4.1-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: 2
Popularity: 0.139109
First Submitted: 2024-12-31 04:42 (UTC)
Last Updated: 2025-06-17 16:47 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

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!