rofl0r / agsutils

contains utils for AGS: game extractor, repacker, disassembler and assembler
44 stars 14 forks source link

Feat.req. Make script to automatically unpack, optimize scripts and pack back (maybe GUI) #9

Closed necros2k7 closed 4 years ago

necros2k7 commented 4 years ago

subj

rofl0r commented 4 years ago
agsex:
  runs agstract and agscriptxtract, then creates a Makefile with rules
  to quickly and automatically repack a pack with changed asm files.
  this basically does everything for you automatically.
  can also use `make optimize` to run agsoptimize on all asm files.