https://github.com/mithrandyr/acposh
PowerShell Scripts for GDLE
https://github.com/mithrandyr/acposh
asherons-call
Last synced: 2 months ago
JSON representation
PowerShell Scripts for GDLE
- Host: GitHub
- URL: https://github.com/mithrandyr/acposh
- Owner: mithrandyr
- License: mit
- Created: 2019-02-14T02:00:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T23:49:17.000Z (about 3 years ago)
- Last Synced: 2024-12-27T15:22:40.047Z (4 months ago)
- Topics: asherons-call
- Language: PowerShell
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACPosh
PowerShell Scripts for GDLE
Simplify aspects of running GDLE...- SetupGDLE.ps1 -- copy and modify the values, will do download, build and deploy.
## Tasks
### Simple Tools
## Weenie Editing
- Select-Weenie allows for easy viewing of multiple weenies side by side (for instance, touching an armor set)
- Set-Weenie allows for updating the same value on multiple weenies
- Remove-WeeniePropery allows for easy removal of a section or key within a section of a weenie## Other
- TeleTowns Get/Set/New Commands (take /myloc as input)
(arwic output: )- processing float to hex
```
# Get the byte representation (produces D0, EB, FE, 46)
$bytes = [BitConverter]::GetBytes([single]32629.90625)
$bytes | Foreach-Object { ("{0:X2}" -f $_) }# Convert the $bytes back to a float (produces 32629.91)
[BitConverter]::ToSingle($bytes, 0)
```### Compile GDLE Project
- Find appropriate commandline arguments
### Setup Database
- Require SimplySql
- Call DB files in bin folder
- On new repo, deploy new DB and compare schemas to see if anything is changed### Get-GDLELifeStoned
- Parse https://www.lifestoned.org/Weenie/Recent to grab latest weenies (as option)
- Parse https://www.lifestoned.org/WorldRelease to grab latest world release### GDLEnhanced.exe commandline args
- -c "path to config"
- -s "for autostart"