Skip to content

mithrandyr/ACPosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

GDLEnhanced.exe commandline args

  • -c "path to config"
  • -s "for autostart"

About

PowerShell Scripts for GDLE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published