Forums » Custom Maps

Few questions about making map

    • 74 posts
    June 30, 2019 1:01 PM PDT

    Hi all. I have few questions about making map.

     

    1. Are these things supported: transparent water, rigidbody, sun flare?

    2. Why when I add an audio source with 17-second MP3 audio weighing 257 KB, the map takes 1542 KB? This same map without audio source takes 39 KB.

    3. Question to Max: Can I add in-game weapons eg. G36 or RailRifle to the warehouse on my new map?

     

    Thanks in advance

    • 12 posts
    June 30, 2019 3:50 PM PDT

    I didnt found rigidbody in available elemnts in tutorial. About transparent water -you can use one of the Transparent LegacyShaders (more information can be found in pdf tutorial).


    I have one question too about map making. Are normal maps working? Because in tutorial showed Exemples with normal maps, but my try with that doesn't work when i test it in game.

    • 74 posts
    July 1, 2019 12:24 AM PDT

    I know, but it was not the effect I wanted. It reminds me more of glass than water. https://vvcap.com/9NQIJisLj https://vvcap.com/gOPxsqID3
    I want add water to the map and in the editor is transparent. But when I exported map, water have blue color. https://vvcap.com/kopdUZexD https://vvcap.com/dzzGErcZc Anyway, I think that this tutorial is out of date, because there is nothing about WaterFX support which has been added in version 2.4.5 (the same about RenderTexture).

     

    What exactly does not work for you?


    This post was edited by i3slkiller at July 1, 2019 12:26 AM PDT
    • 12 posts
    July 1, 2019 6:00 AM PDT

    Well, maybe somebody more competended will gave you right solution. Btw looks cool, i mean in editor.

    My troubles are about shaders and relief on the walls. Same problems with export

    • 507 posts
    July 1, 2019 12:07 PM PDT
    -I don't think clear/transparent water is supported in warmerise due to the limits of WebGL (or possibly the map exporting process).

    - I don't think normal maps work for the same reason. I had normal maps in my map Outpost, but they didn't seem to work so I deleted them to save space.

    -if you want to add weapons to your maps, you can do this by downloading the zip file for the weapon you want from the custom weapon skins page. The zip file in there includes the weapon model (a .obj file) and the weapon texture (a .png or jpg file, I can't remember which one). Drag the model into unity, create a new material, then use the texture as the material albedo just like you would do with any other texture. Apply that material to the weapon in the scene and then move it wherever you need it in your map.

    Those are the only questions I can confidently answer, the rest are up to Max lol
    This post was edited by chronospectrum at July 1, 2019 12:07 PM PDT
    • 12 posts
    July 1, 2019 12:32 PM PDT

    I thought he wanted to add these weapons in workable mode, which provides players, who dont have them to use for free on his map

    • 74 posts
    July 1, 2019 12:53 PM PDT

    @chronospectrum

    -if you want to add weapons to your maps, you can do this by downloading the zip file for the weapon you want from the custom weapon skins page. The zip file in there includes the weapon model (a .obj file) and the weapon texture (a .png or jpg file, I can't remember which one). Drag the model into unity, create a new material, then use the texture as the material albedo just like you would do with any other texture. Apply that material to the weapon in the scene and then move it wherever you need it in your map.

    I have asked third question wrong. My point is that if I add weapons from this game to my map, whether this map won't be deleted. I can also add these weapons https://assetstore.unity.com/packages/3d/props/guns/modern-weapons-pack-14233 or leave empty shelves in the warehouse (in white building on the middle of the map).

     

    @prayer I want add these weapons only for decorate the shelves in the warehouse on my map, not so that players can take and use them.

    • 507 posts
    July 1, 2019 3:43 PM PDT

    Prayer said:

    I thought he wanted to add these weapons in workable mode, which provides players, who dont have them to use for free on his map

    Oh. Yeah that's not possible.

     

    i3slkiller said:

    @chronospectrum

    -if you want to add weapons to your maps, you can do this by downloading the zip file for the weapon you want from the custom weapon skins page. The zip file in there includes the weapon model (a .obj file) and the weapon texture (a .png or jpg file, I can't remember which one). Drag the model into unity, create a new material, then use the texture as the material albedo just like you would do with any other texture. Apply that material to the weapon in the scene and then move it wherever you need it in your map.

    I have asked third question wrong. My point is that if I add weapons from this game to my map, whether this map won't be deleted. I can also add these weapons https://assetstore.unity.com/packages/3d/props/guns/modern-weapons-pack-14233 or leave empty shelves in the warehouse (in white building on the middle of the map).

     

    @prayer I want add these weapons only for decorate the shelves in the warehouse on my map, not so that players can take and use them.

    Yes, that is allowed. You can use almost anything from the asset store.

    • 74 posts
    August 25, 2019 9:52 AM PDT

    I have problem with exporting map. In editor this map looks good.

    But after exporting map this map looks strange and discourages players from playing on this map (it happens on the maps with a lot of things).

    How to fix it?

    If you have time, do you can answer the questions in the first post?

    • Moderator
    • 998 posts
    August 25, 2019 2:15 PM PDT

    @i3slkiller This is a bug which will be fixed in the next update.

    • 74 posts
    August 26, 2019 12:11 AM PDT

    @Max Thanks for reply. I have another question. In next update these things will be supported?:

    transparent water, rigidbody, sun flare

    and this issue fixed (or whether it has been fixed)?

    2. Why when I add an audio source with 17-second MP3 audio weighing 257 KB, the map takes 1542 KB? This same map without audio source takes 39 KB.


    This post was edited by i3slkiller at August 26, 2019 12:12 AM PDT
    • Moderator
    • 998 posts
    August 26, 2019 6:17 AM PDT

    i3slkiller said:

    @Max Thanks for reply. I have another question. In next update these things will be supported?:

    transparent water, rigidbody, sun flare

    and this issue fixed (or whether it has been fixed)?

    2. Why when I add an audio source with 17-second MP3 audio weighing 257 KB, the map takes 1542 KB? This same map without audio source takes 39 KB.

    Transparent water is unlikely to be supported, or atleast not until the performance in WebGL get better. Same for sun flare.
    As for Rigidbodies, it would require additional networking sync, which will increase bandwidth (more bandwidth means more hosting cost).
    And lastly, the audio is exported in wav format, while Unity uses its own compression format. There's no access to that format so I can't use it when exporting.

    • 74 posts
    August 27, 2019 1:19 AM PDT

    Bug descripted 4 posts above still has not been fully fixed. When I fix some houses, the next ones break. It happens in random places.

    Before fix houses:

    https://vvcap.com/1wEyZqWvM - red's parking

    https://vvcap.com/xW9vTig2d - houses to fix (from red's parking go right, straight and right)

    After fix houses:

    https://vvcap.com/DuWeZuaEa - red's parking

    https://vvcap.com/wo6PvuQhy - fixed houses

    It happens fixed in Warmerise beta 2.5.6


    This post was edited by i3slkiller at August 27, 2019 11:16 AM PDT
    • 40 posts
    October 7, 2019 7:13 AM PDT

    can someone help me too 

    i wanna create a map i install unity and it run

     

    the package also work but i dont know how to place items and houses and doors etc 

     

    i mean that i cant correctly create a map can someone help me pls  

    • 40 posts
    October 7, 2019 7:15 AM PDT

    i have unity 5.7 so pls help

    • 40 posts
    October 7, 2019 7:16 AM PDT

    sorry it is 5.6.7

  • October 7, 2019 7:58 AM PDT

    What is the problem with the package?

    • 40 posts
    October 7, 2019 8:08 AM PDT

    no problem with package but i cant place things and there are no snow and homes in the package pls help 

     

    killer friend me pls

    • 40 posts
    October 7, 2019 8:08 AM PDT

    sorry that was for i3skiller

     

    • 40 posts
    October 7, 2019 8:09 AM PDT

    xyestra can you help pls

  • October 7, 2019 10:05 AM PDT

    sure

    • 40 posts
    October 9, 2019 6:11 AM PDT

    the deleted member is xyestra

     

     

    i  want some help again pls 

    how to add armory spots to map

     

    • 40 posts
    October 9, 2019 8:11 AM PDT

    i have it but there is no armory

    • 74 posts
    October 9, 2019 8:38 AM PDT

    Did you read this tutorial? https://warmerise.com/Warmerise/Public/CustomMapsTutorial.pdf

    Armory spot and many other elements are in WMCustomMaps/Prefabs/_AllPoints which you should put on the map (if you imported WMCustomMaps.unitypackage into Unity)


    This post was edited by i3slkiller at October 9, 2019 8:39 AM PDT
    • 40 posts
    October 11, 2019 1:55 AM PDT

    when i try to open my map it does not open

     

    help pls