https://github.com/sims4toolkit/xml-dom
Models for XML documents, tailored towards use with Sims 4 tuning files.
https://github.com/sims4toolkit/xml-dom
nodejs npm s4tk-library sims4 sims4-tool typescript xml
Last synced: about 1 year ago
JSON representation
Models for XML documents, tailored towards use with Sims 4 tuning files.
- Host: GitHub
- URL: https://github.com/sims4toolkit/xml-dom
- Owner: sims4toolkit
- License: mit
- Created: 2022-01-18T05:53:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T21:02:11.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T01:05:09.423Z (about 1 year ago)
- Topics: nodejs, npm, s4tk-library, sims4, sims4-tool, typescript, xml
- Language: TypeScript
- Homepage: https://sims4toolkit.com/#/docs/xml-dom
- Size: 198 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sims 4 Toolkit - XML DOM (@s4tk/xml-dom)
## Overview
This package contains an XML DOM that is tailored for use with Sims 4 tuning files. This XML DOM is general enough to be reused for non-tuning resources, such as ASMs or XML-represented SimData, but is not general enough for uses outside of The Sims 4 modding.
## Installation
Install the package as a dependency from npm with the following command:
```sh
npm i @s4tk/xml-dom
```
## Disclaimer
Sims 4 Toolkit (S4TK) is a collection of creator-made modding tools for [The Sims 4](https://www.ea.com/games/the-sims). "The Sims" is a registered trademark of [Electronic Arts, Inc](https://www.ea.com/). (EA). Sims 4 Toolkit is not affiliated with or endorsed by EA.
All S4TK software is currently considered to be in its pre-release stage. Use at your own risk, knowing that breaking changes are likely to happen.
## Documentation
Visit [the webpage](https://sims4toolkit.com/#/docs/xml-dom) for documentation.