CS2D
Maps/Editor
map custom skins. is it possible?
map custom skins. is it possible?
5 replies Im a mapper, and a long time i have a question:
Is it possible to add custom textures to a map?
Who will awnser will get
You can add sprites / pictures to your map.
Or you can use another tileset.
Thx for
, im so hungry
nope the
arent for u.
i mean like player, weapon skin
DC Admin
Offline
those skins can not be changed dynamically with the map.
you could do some little dirty Lua map script hacks but this is not perfect and would look stupid. You can use image() and have the image rotate with the player so you could kinda overlay a larger skin--it will look stupid though. Make a Lua Script.
Image(path,0,0,200+id) something like this.
Save it As "mapname". Example:
Your Map is de_dust(.map)
Then you have to Save the Lua Script As de_dust.lua.
Put the Script and the Map in the /Map Folder.
This only Works for player skins.