Posted by: Apocalypse232 - Saturday, August 3, 2019 2:34:48 PM
Hey guys. I need Help!!! I want to restore The "Tomahawk Storm" that was intended to be for Super Weapons General but was cancelled for some reason. It is not implemented in the game whatsoever and only a few models and the cameos exist in the game files. I want to bring back it into the game but I don't how to do all the fixing in terms of modelling and codding for the building itself. Also there are many models missing (the models for snowy conditions). Any one has any suggestions or can give me a detailed guide? Thanks,[smile]

Posted by: SkyMix_RMT - Saturday, August 3, 2019 3:44:41 PM
Beng has already done this with a map.ini in one of his maps that you can download here. Check in the download missions section and look for superweapon test or something.

Posted by: Apocalypse232 - Sunday, August 4, 2019 5:26:30 PM
Well I downloaded these maps and I even played them but I'm still not fully satisfied. All what "Beng" did is that he copied Scud Storm's codes and replaced a few things in them to make them suitable for "Tomahawk storm" (He didn't create models, he just utilized the existing models). I want models with codes for all conditions (If available). I didn't find any models in "Progen" nor in "Contra" mods. If you know where can I find them, then let me know. If not, then someone PLEASE help me create them. I have no clue whatsoever on how to do all the modelling work and creating custom textures for them. Thanks,,,

Posted by: AdrianeMapMaker - Monday, August 5, 2019 7:26:11 AM
supwerweapongeneral.ini in contra duhhh

Posted by: Apocalypse232 - Monday, August 5, 2019 3:36:52 PM
I checked Contra mod and i found NO models!!! Anyways I created some Tomahawk storm textures for Snowy conditions by copying the snow from Scud storm's snow textures and pasted them on tomahawk storm's textures. They actually turned out pretty reasonable. I attached them in this post so you can take a look and maybe even have a go on creating some models with these textures[smile] I have a few questions though. 1)Why the program "gmax" doesn't support DDS texture files, even though some textures in the game's files are of this type? Someone please explain this to me! 2)I tried to apply the textures to a tomahawk storm model but it applied it to the entire building, including the radars. How can I apply the texture correctly? 3)After applying the texture, when I export the model do I have to add the texture files I used in the game files along with the model? 4)When I open any model I see a list of things in the " material navigation" window. How does it function? 5)How to add lights to the model.(I know from where it's done, but I don't know how to do it properly!) Again, PLEASE if u can help me by creating these missing models or by guiding me, I'd be grateful! [ATTACH]2243[/Attach]

Posted by: AdrianeMapMaker - Tuesday, August 6, 2019 7:42:03 AM
[quote=Apocalypse232;149058]I checked Contra mod and i found NO models!!! Anyways I created some Tomahawk storm textures for Snowy conditions by copying the snow from Scud storm's snow textures and pasted them on tomahawk storm's textures. They actually turned out pretty reasonable. I attached them in this post so you can take a look and maybe even have a go on creating some models with these textures[smile] I have a few questions though. 1)Why the program "gmax" doesn't support DDS texture files, even though some textures in the game's files are of this type? Someone please explain this to me! 2)I tried to apply the textures to a tomahawk storm model but it applied it to the entire building, including the radars. How can I apply the texture correctly? 3)After applying the texture, when I export the model do I have to add the texture files I used in the game files along with the model? 4)When I open any model I see a list of things in the " material navigation" window. How does it function? 5)How to add lights to the model.(I know from where it's done, but I don't know how to do it properly!) Again, PLEASE if u can help me by creating these missing models or by guiding me, I'd be grateful![/quote] 1. Renx with gmax utilizes tga - After Modeling - Ea Art Devs compressed the tga textures to dds , since dds use only little space than tga which is big and utilizes more performance in the game. 2.this is the shitty part on editing vanilla models - ea handle their buildings weirdly, you need to find its radar texture... then tamper the radar texture on designated face. (just frecking use the vanilla model from zh and use the contra code) 3.Yes (Stored the textures in big with path [Art/Textures/Your Texture] 4.material navigator shows you what textures used on the specific model you open .. however this is broken on ea vanilla buildings - it will only show the first used textured on it. 5.http://forums.swr-productions.com/index.php?showtopic=3468

Posted by: Apocalypse232 - Tuesday, August 6, 2019 3:12:09 PM
CommandButton SupW_Command_ICBM Command = SPECIAL_POWER SpecialPower = SupW_SuperweaponNeutronMissile Options = NEED_SPECIAL_POWER_SCIENCE NEED_TARGET_POS CONTEXTMODE_COMMAND TextLabel = CONTROLBAR:ICBM ButtonImage = SACruiseMis ButtonBorderType = ACTION ; Identifier for the User as to what kind of button this is DescriptLabel = CONTROLBAR:TooltipFireNukeMissile RadiusCursorType = NUCLEARMISSILE InvalidCursorName = GenericInvalid End CommandButton SupW_Command_ICBMFromShortcut Command = SPECIAL_POWER_FROM_SHORTCUT SpecialPower = SupW_SuperweaponNeutronMissile Options = NEED_SPECIAL_POWER_SCIENCE NEED_TARGET_POS CONTEXTMODE_COMMAND TextLabel = CONTROLBAR:ICBMShortcut ButtonImage = SACruiseMis ButtonBorderType = ACTION ; Identifier for the User as to what kind of button this is DescriptLabel = CONTROLBAR:TooltipFireNukeMissile RadiusCursorType = NUCLEARMISSILE InvalidCursorName = GenericInvalid End CommandButton SupW_Command_TomahawkStorm Command = SPECIAL_POWER SpecialPower = SupW_SuperweaponTomahawkStorm Options = NEED_SPECIAL_POWER_SCIENCE NEED_TARGET_POS CONTEXTMODE_COMMAND TextLabel = CONTROLBAR:TomahawkStorm ButtonImage = SATmhkStorm CursorName = LaserGuidedMissiles ButtonBorderType = ACTION ; Identifier for the User as to what kind of button this is DescriptLabel = CONTROLBAR:TooltipFireTomahawkStorm RadiusCursorType = NUCLEARMISSILE InvalidCursorName = GenericInvalid End CommandButton SupW_Command_TomahawkStormFromShortcut Command = SPECIAL_POWER_FROM_SHORTCUT SpecialPower = Supw_SuperweaponTomahawkStorm Options = NEED_SPECIAL_POWER_SCIENCE NEED_TARGET_POS CONTEXTMODE_COMMAND TextLabel = CONTROLBAR:ScudStormShortcut ButtonImage = SATmhkStorm ButtonBorderType = ACTION ; Identifier for the User as to what kind of button this is DescriptLabel = CONTROLBAR:TooltipFireSCUDStorm RadiusCursorType = NUCLEARMISSILE InvalidCursorName = GenericInvalid End

Posted by: AdrianeMapMaker - Wednesday, August 7, 2019 4:22:31 AM
you cant add new eva type -- you can only stick with 3 superweapons per generals which is particle cannon , nuclear , and scud missile. you can just replace the particle cannon with tomahawk storm .. iirc the particle cannon has special code which triggers its eva speech .. look for it and copy it to your tomahawk code.

Posted by: Apocalypse232 - Wednesday, August 7, 2019 5:20:17 AM
What about the first issue?

Posted by: Apocalypse232 - Wednesday, August 7, 2019 3:36:06 PM
I'm trying to reskin tomahawk storm model. I extracted all of the textures used to skin the model, but I'm having a hard time doing this.[disappointed] 1) When i'm applying the texture on the base of the building it's applying it to other things which I don't want to be skinned. Now how can I separate all the objects attached to this one thing(Cylinder01). (see the picture!). 2) Also one of the textures used in this model is "atsdislab.tga" which is used for the object "ABSDLINK". However, when I apply the said texture on this object it doesn't look like it is supposed to. I have attached all the necessary files so you can try by yourself and see what I mean. This stuff might be simple to some of you, but i'm struggling to do it. I wish someone helps me achieve my goal or AT LEAST guides me.[sad] PLESASE try to skin the model by yourself and let me know![smile] [ATTACH]2248[/Attach] [ATTACH]2249[/Attach] [ATTACH]2250[/Attach]

Posted by: AdrianeMapMaker - Thursday, August 8, 2019 6:44:19 AM
this is more advance talk .... go to nls discord and ask there

Posted by: Apocalypse232 - Friday, August 9, 2019 3:21:59 PM
[quote] http://forums.swr-productions.com/index.php?showtopic=3468 [/quote] Well, I checked the link you posted in your reply. Unfortunately that guide wasn't helpful at all because wasn't about what I was asking. I tried to create night models for "Tomahawk Storm" by adding a few lights, copied from a "particle Cannon's night model". I then exported the model and opened the World Builder to see how it looks and it was Disappointing honestly. I gave it another try and applied the texture "light beam"(which I found was applied on the light objects I copied from a model) and it looked absurd. I have a picture attached so that you can see what I mean. Is there something I forgot to do? Is there an easier way to add lights to a model? Please Help me! [ATTACH]2251[/Attach]