Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
psykotikYvette and Foundling: Autoselection?
#4
(04-28-2023, 01:08 PM)psykotik Wrote: Hi,

I'm about playing your fantastic mods, thank you for your hard work and sharing it!

I'm using Project infinity to install (and reinstall...) many mods until I find a way to play the mega-mega mod I want to.

However, I noticed that Yvette and Foundling mods ask questions (don't remember exactly which), which impeeds to process through an automatic install.

Would it be possible to move those questions to extra modules, so the install can be automatically processed?

Thanks!

For the records, I found a way to automatize the process in bash by using expect:

Code:
expect <<EOD
spawn weidu "yvette/setup-yvette.tp2" --language 0 --force-install-list 0 --log "setup-yvette.debug"
expect "Choose 1 or 2 and confirm by \"enter\"" {
send -- "1\r"
exp_continue
}
EOD
  


Messages In This Thread
RE: Yvette and Foundling: Autoselection? - by psykotik - 11-13-2023, 02:51 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)

Yvette and Foundling: Autoselection?00