Giter Club home page Giter Club logo

randomprojects's Introduction

RandomProjects

In this repo, I have my personal mod/automatization projects

randomprojects's People

Contributors

nekojonez avatar

Stargazers

Crt Vavros avatar

Watchers

 avatar

randomprojects's Issues

Implement an install mods button

To make sure that my script also has the same features as Kovic's tool, so both community tools have the same or similar feature set.

Convert the PS1 to an EXE for easier use

Convert & test if we can make the ps1 and EXE. If needed, write a python script that downloads the powershell and runs it from a temp dir. Python is easy to convert to an EXE.

Change extension of GOB files

when backing up GOBs, add some extension rather renaming file e.g.: .gob.bak... Reason for this is that the game looks for any *.gob file it can find in Resource folder.

Feedback of mod dev of the game on Kovic's tool, but also applies to my script.

Get rid of the error messages in the EXE version

The property 'Enabled' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\***\AppData\Local\Temp\AA43.tmp\AA44.tmp\AA45.ps1:298 char:13
+             $button_modinstall_folder.Enabled = $false
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'Enabled' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\***\AppData\Local\Temp\AA43.tmp\AA44.tmp\AA45.ps1:299 char:13
+             $button_modinstall_zip.Enabled = $false
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'Enabled' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\***\AppData\Local\Temp\AA43.tmp\AA44.tmp\AA45.ps1:300 char:13
+             $comboBox.Enabled = $false
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'Enabled' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\***\AppData\Local\Temp\AA43.tmp\AA44.tmp\AA45.ps1:301 char:13
+             $button_enable_dev.Enabled = $false
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'Enabled' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\***\AppData\Local\Temp\AA43.tmp\AA44.tmp\AA45.ps1:302 char:13
+             $button_disable_dev.Enabled = $false
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'Enabled' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\***\AppData\Local\Temp\AA43.tmp\AA44.tmp\AA45.ps1:303 char:13
+             $button_patch.Enabled = $false
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'Enabled' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\***\AppData\Local\Temp\AA43.tmp\AA44.tmp\AA45.ps1:304 char:13
+             $button_unpatch.Enabled = $false
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

The property 'Enabled' cannot be found on this object. Verify that the property exists and can be set.
At C:\Users\***\AppData\Local\Temp\AA43.tmp\AA44.tmp\AA45.ps1:305 char:13
+             $button_shortcut.Enabled = $false
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

Add a progress bar

To aid people.

$ProgressBar1 = (New-Object -TypeName System.Windows.Forms.ProgressBar)
-> Time to experiment.

Create an offline version

Create an offline version for when people want to use this on old computers that don't go online anymore.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.