GithubHelp home page GithubHelp logo

epickitten / pubg-map-chooser Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 3.0 62 KB

Allows you to disable and enable map files for PUBG

License: GNU General Public License v3.0

C# 100.00%
playerunknown-s-battlgrounds pubg

pubg-map-chooser's People

Contributors

epickitten avatar isnackycracky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pubg-map-chooser's Issues

Issues after pubg updates

When PUBG updated, it saw the files were missing and re-added them. This then gave me errors by trying to re-enable Miramar since both the disabled and non-disabled files were present. Once I went in and deleted the new duplicate files myself, the app worked fine. this can be easily remedied by having a condition that checks for both files upon booting, removes the disabled ones, and disables the updated ones (for future enabling).

Some suggestions from /u/LeInfiniti

  • Maybe move the information over to an "about" button popup or something, and make sure to double check for spelling and grammar issues!
  • If the user has neither map checked and clicks the "Set maps to use" button, it should warn them that having no maps selected will make them unable to join a game.
  • Maybe rename the "Reset Steam Location" to "Change Steam Location"? Reset usually implies you are changing something back to the default, but it sounds like that button lets you browse and select Steam's location.

Can't select C: Drive

If PUBG is installed on C:\Program Files (x86)\Steam\steamapps\common\PUBG\TslGame\Content\Paks, the program would not be able to locate it nor ask you to select the right directory. It would just not work.

version 6

Version 6 just straight up didn't work. I even opened my directory to see if the files were changing names when i clicked the button and they weren't. however i still had version 3 on my computer, open that and the files changed. not a huge deal since version 3 works still but i figured Id let you know.

Can't select C: Drive Unfixed

Still the same problem.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Program Files (x86)\Steam\steamapps\common\PUBG\TslGame\Content\Paks'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path)
at PUBG_MapChooser.Main.map_check_UI_update()
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8825 (WinRelRS3.050727-8800)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll

PUBG-MapChooser
Assembly Version: 0.4.0.0
Win32 Version: 0.4.0.0
CodeBase: file:///D:/Users/Ryan/Downloads/PUBG-Map-Chooser_v0.5.exe

System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8825 (WinRelRS3.050727-8800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8825 (WinRelRS3.050727-8800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8825 (WinRelRS3.050727-8800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8825 (WinRelRS3.050727-8800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8827 (WinRelRS3.050727-8800)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Function folderselect is Casesensitive

Hello

I downloaded your finished .exe and couldn't set my steamapps folder. So i downloaded the sourcecode. I am no programmer or something. But I saw that the folder has to be named "steamapps", mine was "SteamApps". So i changed that in the source code because Steam had my folders open and I couldn't rename it.

Btw: Steam named the folder "SteamApps", didn't do that myself

Just wanted to let u know

Can't Find Map File when using multiple Steam Library Folders

The title basically says it all. On my computer, Steam is installed on C:\Program Files (x86)\Steam\Steam.exe, but I have a different steam library under a different drive, G:\Steam\steamapps. When I run the map chooser, it starts doing weird things, like spamming this error window over and over again, then after dealing with the browse for folder window, it would display the same error window, having me choose the folder again. Sometimes, it works, but to apply any changes, I have to once again go through the 80 chose folder dialogues.

I'm pretty sure this would be caused by the different library, but I don't really know that much about Steam's registry behavior.

Gets blocked by error

Definitely doesn't work for Miramar (see error).
image
Perhaps there's now another file that needs to be included in the exclusion list? Thanks.

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.