Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeonuke/sourcemapbackup
Backup your maps with one click
https://github.com/lukeonuke/sourcemapbackup
csgo hl2 level-design source-engine source-engine-sdk tf2
Last synced: 24 days ago
JSON representation
Backup your maps with one click
- Host: GitHub
- URL: https://github.com/lukeonuke/sourcemapbackup
- Owner: LukeOnuke
- License: gpl-3.0
- Created: 2022-09-24T22:55:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T22:58:21.000Z (over 2 years ago)
- Last Synced: 2024-11-14T21:28:57.737Z (3 months ago)
- Topics: csgo, hl2, level-design, source-engine, source-engine-sdk, tf2
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SourceMapBackup
Backup your maps into handy zips with one click. Configure and add additional content into the bundle simply.View your backups with the in-app backup list.
# Configuration
- Run it for first time configuration
- Open the smb.properties file located in the root dir of the program
- It will look something like this
```properties
#SourceMapBackup properties
#Sun Sep 25 00:42:37 CEST 2022
file.additional=
file.map=
file.archive=
```
- Now you change it to your needs.
- `file.map` - full path to your vmf file
- `file.archive` - full path to the folder where you would want the archives to be stored.
- `file.additional` - coma seperated full paths to additional files you want added to the archive zip bundle.
>WARNING
>For now only files are supported
```properties
#SourceMapBackup properties
#Sun Sep 25 00:42:37 CEST 2022
file.map=C:/Program Files (x86)/Steam/steamapps/common/Counter-Strike Global Offensive/sdk_content/maps/de_somber.vmf
file.archive=C:/Users/user/Desktop/archive/
file.additional=C:/Program Files (x86)/Steam/steamapps/common/Counter-Strike Global Offensive/csgo/resource/overviews/de_somber_radar.png
```
- There you go, you have configured it.