Code Monkey home page Code Monkey logo

Comments (11)

Sigma12456 avatar Sigma12456 commented on July 17, 2024

do it yourself.

from cs2_external.

kirill-21 avatar kirill-21 commented on July 17, 2024

do it yourself.

You are not even the person who maintains this repo or contributes to it, do not answer people on behalf of the developer until this mod belongs to you

from cs2_external.

Fr0go1 avatar Fr0go1 commented on July 17, 2024

It would be great in configs folder is changed to some static one, for example Documents/Tkazer, since on some windows versions cfg might be placed not to the folder where mod's executable is located, but to the working directory of the cmd, which will be C:\Windows\System32 (especially related to UNC error), that might lead to access_denied error since creation of files in that folder works bad on some systems.

so you want it to save to like in a folder in the windows temp folder or something?

from cs2_external.

kirill-21 avatar kirill-21 commented on July 17, 2024

It would be great in configs folder is changed to some static one, for example Documents/Tkazer, since on some windows versions cfg might be placed not to the folder where mod's executable is located, but to the working directory of the cmd, which will be C:\Windows\System32 (especially related to UNC error), that might lead to access_denied error since creation of files in that folder works bad on some systems.

so you want it to save to like in a folder in the windows temp folder or something?

I think modification should use some path that will be identical on all computers, for example appdata or documents

from cs2_external.

Fr0go1 avatar Fr0go1 commented on July 17, 2024

It would be great in configs folder is changed to some static one, for example Documents/Tkazer, since on some windows versions cfg might be placed not to the folder where mod's executable is located, but to the working directory of the cmd, which will be C:\Windows\System32 (especially related to UNC error), that might lead to access_denied error since creation of files in that folder works bad on some systems.

so you want it to save to like in a folder in the windows temp folder or something?

I think modification should use some path that will be identical on all computers, for example appdata or documents

ok i could add it and either make a pull req or just give you the code, (after school though)

from cs2_external.

kirill-21 avatar kirill-21 commented on July 17, 2024

It would be great in configs folder is changed to some static one, for example Documents/Tkazer, since on some windows versions cfg might be placed not to the folder where mod's executable is located, but to the working directory of the cmd, which will be C:\Windows\System32 (especially related to UNC error), that might lead to access_denied error since creation of files in that folder works bad on some systems.

so you want it to save to like in a folder in the windows temp folder or something?

I think modification should use some path that will be identical on all computers, for example appdata or documents

ok i could add it and either make a pull req or just give you the code, (after school though)

Pull request sounds better since I'm not the only one with such error

from cs2_external.

Fr0go1 avatar Fr0go1 commented on July 17, 2024

It would be great in configs folder is changed to some static one, for example Documents/Tkazer, since on some windows versions cfg might be placed not to the folder where mod's executable is located, but to the working directory of the cmd, which will be C:\Windows\System32 (especially related to UNC error), that might lead to access_denied error since creation of files in that folder works bad on some systems.

so you want it to save to like in a folder in the windows temp folder or something?

I think modification should use some path that will be identical on all computers, for example appdata or documents

ok i could add it and either make a pull req or just give you the code, (after school though)

Pull request sounds better since I'm not the only one with such error

git hub is being a bitch and not letting me upload to forks so i cant make a pull request so i just made my own repo

https://github.com/Fr0go1/Aeonix-Cs2

it has the config shit in it

from cs2_external.

kirill-21 avatar kirill-21 commented on July 17, 2024

It would be great in configs folder is changed to some static one, for example Documents/Tkazer, since on some windows versions cfg might be placed not to the folder where mod's executable is located, but to the working directory of the cmd, which will be C:\Windows\System32 (especially related to UNC error), that might lead to access_denied error since creation of files in that folder works bad on some systems.

so you want it to save to like in a folder in the windows temp folder or something?

I think modification should use some path that will be identical on all computers, for example appdata or documents

ok i could add it and either make a pull req or just give you the code, (after school though)

Pull request sounds better since I'm not the only one with such error

git hub is being a bitch and not letting me upload to forks so i cant make a pull request so i just made my own repo

https://github.com/Fr0go1/Aeonix-Cs2

it has the config shit in it

You can not make a pull request since you've uploaded files without forking.

  1. Download your repo files
  2. Delete your repo
  3. Go to https://github.com/TKazer/CS2_External and press Fork at the right-corner part
  4. Go to your forked repo, git clone in on the disk, replace files with those you've cached in step 1
  5. Make a git push to your own repo
  6. Now you can create a pull request

Using a version from somebody else' repo is bad because it's not updated when this repo is updated

from cs2_external.

Fr0go1 avatar Fr0go1 commented on July 17, 2024

It would be great in configs folder is changed to some static one, for example Documents/Tkazer, since on some windows versions cfg might be placed not to the folder where mod's executable is located, but to the working directory of the cmd, which will be C:\Windows\System32 (especially related to UNC error), that might lead to access_denied error since creation of files in that folder works bad on some systems.

so you want it to save to like in a folder in the windows temp folder or something?

I think modification should use some path that will be identical on all computers, for example appdata or documents

ok i could add it and either make a pull req or just give you the code, (after school though)

Pull request sounds better since I'm not the only one with such error

git hub is being a bitch and not letting me upload to forks so i cant make a pull request so i just made my own repo
https://github.com/Fr0go1/Aeonix-Cs2
it has the config shit in it

You can not make a pull request since you've uploaded files without forking.

  1. Download your repo files
  2. Delete your repo
  3. Go to https://github.com/TKazer/CS2_External and press Fork at the right-corner part
  4. Go to your forked repo, git clone in on the disk, replace files with those you've cached in step 1
  5. Make a git push to your own repo
  6. Now you can create a pull request

Using a version from somebody else' repo is bad because it's not updated when this repo is updated

i mean i cant upload properly from visual studio to a forked repos

from cs2_external.

kirill-21 avatar kirill-21 commented on July 17, 2024

It would be great in configs folder is changed to some static one, for example Documents/Tkazer, since on some windows versions cfg might be placed not to the folder where mod's executable is located, but to the working directory of the cmd, which will be C:\Windows\System32 (especially related to UNC error), that might lead to access_denied error since creation of files in that folder works bad on some systems.

so you want it to save to like in a folder in the windows temp folder or something?

I think modification should use some path that will be identical on all computers, for example appdata or documents

ok i could add it and either make a pull req or just give you the code, (after school though)

Pull request sounds better since I'm not the only one with such error

git hub is being a bitch and not letting me upload to forks so i cant make a pull request so i just made my own repo
https://github.com/Fr0go1/Aeonix-Cs2
it has the config shit in it

You can not make a pull request since you've uploaded files without forking.

  1. Download your repo files
  2. Delete your repo
  3. Go to https://github.com/TKazer/CS2_External and press Fork at the right-corner part
  4. Go to your forked repo, git clone in on the disk, replace files with those you've cached in step 1
  5. Make a git push to your own repo
  6. Now you can create a pull request

Using a version from somebody else' repo is bad because it's not updated when this repo is updated

i mean i cant upload properly from visual studio to a forked repos

You can use a cmd to do it

from cs2_external.

kirill-21 avatar kirill-21 commented on July 17, 2024

image

Press this button, open cmd in any folder any type

git clone https://github.com/Fr0go1/CS2_External

change files to your backup copy

open cmd one more time(in the same folder)

type

git add .
git commit -m "changed configs folder"
git push origin master

Now you can create a pull request

from cs2_external.

Related Issues (20)

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.