Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new map de_train version 1 + 2 version #108

Closed
fyflo opened this issue Jan 10, 2025 · 3 comments
Closed

new map de_train version 1 + 2 version #108

fyflo opened this issue Jan 10, 2025 · 3 comments

Comments

@fyflo
Copy link

fyflo commented Jan 10, 2025

overlay_buyzones
radar

@fyflo
Copy link
Author

fyflo commented Jan 12, 2025

de_train 2 version
overlay_buyzones
radar

{


	"version": {
		// The version of this meta file
		"radar": 2,
		// The object format version this file is using
		"format": 3
	},

	// The amount of in-game units per pixel of the 1024px radar image
	"resolution": 4.74,

	// How many in-game units is the origin (0,0) of the map from the bottom left point of the radar
	"offset": {
		"x": 2720,
		"y": 2440
	},

	// Contains any special map splits
	"splits": [],

	// Position in which advisories should be placed, in percentages from the bottom left
	"advisoryPosition": {
		"x": 10,
		"y": 56
	},

	// The minimum and maximum height a player can be on the map
	"zRange": {
		"min": -320,
		"max": 15
	}
}

@fyflo fyflo changed the title new map de_train version 1 new map de_train version 1 + 2 version Jan 12, 2025
@fyflo
Copy link
Author

fyflo commented Jan 17, 2025

Image
`{
"version": {
// The version of this meta file
"radar": 2,
// The object format version this file is using
"format": 3
},

// The amount of in-game units per pixel of the 1024px radar image
"resolution": 4.74,

// How many in-game units is the origin (0,0) of the map from the bottom left point of the radar
"offset": {
	"x": 2730,
	"y": 2360
},

// Contains any special map splits
"splits": [],

// Position in which advisories should be placed, in percentages from the bottom left
"advisoryPosition": {
	"x": 10,
	"y": 56
},

// The minimum and maximum height a player can be on the map
"zRange": {
	"min": -320,
	"max": 15
}

}`

@boltgolt
Copy link
Owner

boltgolt commented Jan 19, 2025

Thank you so much, once again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants