Few questions about modding. Main Menu and Rifle Sounds replacing
Hi all. Before I start studying tutorials I would like to hear answers from knowledgeable people, maybe my tasks are impossible to implement
1. Is there any way to replace default main menu scene to old, pre-alpha menu? Im talking about this menu
Is this possible? I could not find a suitable game menu in Steam Workshop. How can i do this: somehow re-create the entire scene by some kind of editor with models\animation, or i should find this scene in the old game-client in the internet and somehow import into the editor? I don't care about location of main menu buttons, news panel, and other things. All I want is to re-create the atmosphere of pre-alpha main menu. The mysterious atmosphere, tense atmosphere, scary atmosphere! First game menu after the release was pretty good, I could use it, but then I would like to add a skulk crawling on the ceiling in the shadows, and a patroling or standing marine. Place does not matter, I can find many suitable places (with shadows, vents, lighting, etc) to create a game-menu-scene based on any map. Or in theory i can create a few mods\with few places. Also i wish to implement more actors to the game-menu animation. To help you understand what I mean: Pre-alpha menu has 3 actors: skulk, mac, marine. Default menu after release has 0 actors. Default menu after Gorgeous has 2 actors: flying drone in space and bublers. I want to add more actors, such as silently looking out of the shadows fade, climbing on the ceiling lerk, maybe i can find suitable place for an Onos! For example, these actors will go to the scene at different times. If you understand what i mean
2. Is it possible to replace the default audio sound of shooting from assault rifle with default audio sound of centry gun shooting? and most importantly, after such a change will I be able to hear the changed sound on the official server like Uwe Official or GamingDeluxe?
3. If all of the above is possible, then how difficult it would be for me to realize? i don't have experience in modding, but i can try learn more from uwe modding tutorial.
Thanks for your attention!
1. Is there any way to replace default main menu scene to old, pre-alpha menu? Im talking about this menu
Is this possible? I could not find a suitable game menu in Steam Workshop. How can i do this: somehow re-create the entire scene by some kind of editor with models\animation, or i should find this scene in the old game-client in the internet and somehow import into the editor? I don't care about location of main menu buttons, news panel, and other things. All I want is to re-create the atmosphere of pre-alpha main menu. The mysterious atmosphere, tense atmosphere, scary atmosphere! First game menu after the release was pretty good, I could use it, but then I would like to add a skulk crawling on the ceiling in the shadows, and a patroling or standing marine. Place does not matter, I can find many suitable places (with shadows, vents, lighting, etc) to create a game-menu-scene based on any map. Or in theory i can create a few mods\with few places. Also i wish to implement more actors to the game-menu animation. To help you understand what I mean: Pre-alpha menu has 3 actors: skulk, mac, marine. Default menu after release has 0 actors. Default menu after Gorgeous has 2 actors: flying drone in space and bublers. I want to add more actors, such as silently looking out of the shadows fade, climbing on the ceiling lerk, maybe i can find suitable place for an Onos! For example, these actors will go to the scene at different times. If you understand what i mean
2. Is it possible to replace the default audio sound of shooting from assault rifle with default audio sound of centry gun shooting? and most importantly, after such a change will I be able to hear the changed sound on the official server like Uwe Official or GamingDeluxe?
3. If all of the above is possible, then how difficult it would be for me to realize? i don't have experience in modding, but i can try learn more from uwe modding tutorial.
Thanks for your attention!
Comments
#2 Unfortunately this can't be done without modifying the server, because you need to modify the MarineWeaponEffects.lua file (which will be consistency checked). If you wanted to release it as a mod for server operators to run this would be fine though.
#3 You are only limited by the power of your own imagination and the time you have available to realise it! Picking up lua is pretty easy if you're working on this kind of stuff and the cinematic editor doesn't take too long to learn (I found that editing the existing main menu was the easiest way to find out how to do it).
For the custom sound unfortunately, sounds are checked by default in the consistency config I think
edit: it works! I did it! i found that post http://forums.unknownworlds.com/discussion/comment/1984602/#Comment_1984602 , all i need is to put cinematic folder with main_menu.cinematic to Output folder of my mod!
Places with black lines exist ... but places with white lines is empty.
Then I had an idea, what if I somehow was able to record the action in the bar? Record through cinematic editor as a video, and use this video as main_menu.cinematic? This is possible? Or i should go back to Editor and try to find Bar again?
I was not particularly worried about the long loading. In the future I would like to put my mod in the workshop, for general use. And I do not want my subscribers to wait.
I think you'll understand when download the suggested Fmod version in the second post of this thread:
http://www.forums.unknownworlds.com/discussion/128106/how-to-make-a-mod-for-natural-selection-2 ,
and listen to the sounds inside the NS2.fev.
It's easier to make an own rifle sound with a loop and an end (you could use some rifle sounds from CS1.6 for example, they are free to download - or whatever sound you may like.
Still, as people mentioned, you won't pass consistency checks when you change .lua files, which you have to do for sound modding.
btw is it possible to copy part of the map and put it to the new map? seems like select+ctrl+v->ctrl+c on new map is working, but not properly
and i still can't understand where is Bar room at Docking if im opening ns2_docking.level through Editor.
my game loading on ssd took 3 seconds with default game menu
with my "Bar" menu (based on full ns2_docking.level) it tooks 11 seconds to load menu