AdrianeMapMaker
9 years ago
My Curiosity Is Now Tell me to Mod My Game(Generals)
By the Way Lets Start


This Is my First try to Mod the Generals So Don't Judge Me😁 πŸ˜‰ πŸ‘


If I Want Make a new Model of Generals like i will call this Wall1(Civilian-onlyStructure)

This should be easy i just want to make civilian Building?UserPostedImage

What Programs do i Need to use to Make a new Unit/Model?


For all who want to use gmax , cause the gmax need a valid code and now it doesn't exist in this times (download the attachment ,it has the registration cracker) A readme file included and Now also i have the Gmax gamepack the westwood RenegadeMod tool(Info:All RenegadeMod tool had a virus on it,i Find a way out to Fix the virus on it.Free and Zero Virus Guaranteed.
  Gmax registration.zip (5kb) downloaded 74 time(s).   Westwood.zip (988kb) downloaded 111 time(s).
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




Sponsor
klingondragon
9 years ago
I can't help you with the model but a unit is quite simple.

Easiest way is to copy the code of another unit then change the name and swap the models. Then choose your modules and edit the other parameters (build cost, prerequisites, command set, etcetera).
zero hour mad map maker
9 years ago
C&C Labs has the perfect resources and tools to get you started! 😁

Here 

And Here! 
Ready for Anything! --- C&C Labs Staff , Maps Staff , Moderator
AdrianeMapMaker
9 years ago
Thanks Yall If I done the model Just Help with Me to Coding ha?

Dang!! the RenX Have a Virus Lol

What Program/Software Did You Use In This Website to Import to .Tga File

All i see in the internet is OnlineConverter To Tga Lol

New:Edit:
I Have the all Requirements

GMax
Tga Converter
ChiLiskinner
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




AdrianeMapMaker
9 years ago
New where Do I extract The files from A .Big File Using the Final Big
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




Zatsupachi
9 years ago
Yes
"It's precision_bomber."
Death Label HAS BEEN RELEASED(go get v0.99):
http://www.moddb.com/mods/death-label/downloads/death-label-ver-099 
Next Episode:
precision_bomber's Zero Hour SCIENCE!
AdrianeMapMaker
9 years ago
Zatsupachi where do i find the texture that i need ? from the Texture.Big??? and if it is ..where do i extract them in the Gmax Folders Where in Gmax?


Notice-able Question :if I extract a File from a Big File
-the content you extract ,it will not erase from the game?
-when i extract a file from a .Big file ,do i need to give it back to original folder?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




klingondragon
9 years ago
As long as you leave the big file where it is, it doesn't matter where you extract the files to. I would suggest you extract everything to a folder in your documents. I have a folder in my documents which has every file from every big file. If you want to edit a file COPY it to the game folder with the same directory tree it had in the big and edit it there.
AdrianeMapMaker
9 years ago
My First try : Using Gmax ;
How Nice Yall ???, And Now My problem is where do i find the texture for it
even Where do i put my new model , Im Sure This Need Coding Or something
How nice is this.png

Click to View Image43 View(s)


A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




AdrianeMapMaker
9 years ago
Need Help With The Coding , What should i Use in This CivilianBuildingModel

Can you post The code For the buildings Pls

Notice-able Question :
Do i need to Do 3 Separated Models For 100% ,50% and the 25% Health??Need Tutorial Pls

A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




klingondragon
9 years ago
EA used at least 12 models for each building (but that doesn't mean you actually have to make them all). As for the coding side, create a new file in Data/INI/Object and make sure it has the .ini extension. Then copy an object from one of the original files (found in INIZH.big) to this new folder. Modify whatever you need to. Your new object is in the game. In order to actually build it you'll need a command button to build it in the command set of the factory.

Few people will actually do work for you, they prefer to guide you so you can do it for yourself in the future. If, when I first attempted to mod the game, I had been given the code I needed, I wouldn't now be able to create whole factions.
AdrianeMapMaker
9 years ago

.ini extension.

Originally Posted by: klingondragon 



where do i find this one??


As for the coding side, create a new file in Data

Originally Posted by: klingondragon 



In Generals(without any expansion) The Data folder that you've said had folders named "Script,Water plane,Cursors,English,Movies" look like this is a wrong directory fo generals without any expansion pack



data pic.png

Click to View Image45 View(s)


A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




AdrianeMapMaker
9 years ago
Guys look :

Found in Ini For Misc_Man_Made

Guys can you explain some of those so i can convert it to my models in this ini

What is this-
W3DModelDraw ModuleTag_01 -> what is this ,how can i do this ??

DefaultConditionState ->what is this ,what is it for ??


;------------------------------------------------------------------------------
Object ChainLinkFence01

  ; *** ART Parameters ***
  Draw = W3DModelDraw ModuleTag_01
    DefaultConditionState
      Model = PMWallChn1
    End
    ConditionState = DAMAGED
      Model = PMWallChn1_D
    End
    AliasConditionState = REALLYDAMAGED
    AliasConditionState = RUBBLE
  End

  ; ***DESIGN parameters ***
  DisplayName      = OBJECT:ChainLinkFence
  EditorSorting   = MISC_MAN_MADE
  KindOf = IMMOBILE FORCEATTACKABLE CAN_SEE_THROUGH_STRUCTURE CLEARED_BY_BUILD

  FenceWidth      = 27.35   ; Spacing used by the fence tool in worldbuilder.
  FenceXOffset    = 0       ; Offset used by the fence tool in worldbuilder so corners line up.

  ; *** ENGINEERING Parameters ***  
  Body            = ActiveBody ModuleTag_02
    MaxHealth       = 1.0
    InitialHealth   = 1.0
  End
  ; Shadow          = SHADOW_VOLUME ; no shadow

  Behavior = ToppleUpdate ModuleTag_03
    ToppleFX = FX_ChainLinkFenceTopple
    BounceFX = FX_ChainLinkFenceBounce
    ToppleLeftOrRightOnly = Yes
    BounceVelocityPercent = 20% ; chainlink fences should bounce a little   (default: 30%)
    InitialAccelPercent = 3%   ; fences accelerate faster than trees (default: 1%)
  End
  Behavior = SlowDeathBehavior ModuleTag_04
    DeathTypes = NONE +TOPPLED
    SinkRate          = 2     ; in Dist/Sec
    SinkDelay         = 5000
    DestructionDelay  = 10000
  End
  Behavior = DestroyDie ModuleTag_05
    DeathTypes = ALL -TOPPLED
  End

  Geometry            = BOX
  GeometryMajorRadius = 14.0
  GeometryMinorRadius = 1.0
  GeometryHeight      = 10.0
  GeometryIsSmall     = No

End




Guys look like i found the ini that i need -Not exactly "is there a way a misc_man_made can be conditioned for snow model when i put it in the world



Just like this ini for a CivillianBuilding

; Snow
ConditionState = SNOW
Model = CBQuonset1_S
End
ConditionState = DAMAGED SNOW
Model = CBQuonset1_DS
End
ConditionState = REALLYDAMAGED SNOW
Model = CBQuonset1_ES
End
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




klingondragon
9 years ago
Have you any experience coding in any language? Because it seams you're having difficulty with some quite simple things.
Find a model that has the condition states you want and copy that. (Replacing the model with your own).
AdrianeMapMaker
9 years ago
oh oops

how about the W3DModelDraw ModuleTag_01 what is this a model , texture of the model or both?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




klingondragon
9 years ago
That line starts the module that holds the models.
AdrianeMapMaker
9 years ago
To Zatsupachi: the picture attached

just inspect it

i already said this but i will repeat i only download the Renx ui not the Renx Program
gmax pic.png

Click to View Image36 View(s)


A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




rey
  • rey
  • 52.5% (Neutral)
  • Major
9 years ago
probably i say nothing useful, but you started from wrong direction. with questions "what is this/what is that" you'll won't make proper unit/building. models cost nothing without code. if you never tried to modify units in ZH to understand basics of its .ini, objects and modules inside structure, i can't see how can you do smt utterly new - meant to make unit/structure from scratch, you really need to know lots of things.
klingondragon
9 years ago
I've had a look at all the threads you've started and there's a common theme: You know nothing about modding.

I suggest you look at the various tutorials on this site and others.

Creating an entirely new unit is clearly outside your level of ability. (even an experienced modder would find it daunting)
acidbrain
9 years ago

probably i say nothing useful, but you started from wrong direction. with questions "what is this/what is that" you'll won't make proper unit/building. models cost nothing without code. if you never tried to modify units in ZH to understand basics of its .ini, objects and modules inside structure, i can't see how can you do smt utterly new - meant to make unit/structure from scratch, you really need to know lots of things.

Originally Posted by: rey 



I've had a look at all the threads you've started and there's a common theme: You know nothing about modding.

I suggest you look at the various tutorials on this site and others.

Creating an entirely new unit is clearly outside your level of ability. (even an experienced modder would find it daunting)

Originally Posted by: klingondragon 



YouΒ΄re both right, first try to walk before you run, I've been modding gens for quite some time now and I still don't know everything, the hardest part is making models , I've made some myself and it takes a sjitload of time to learn to work with gmax/renx, the game is pretty old now and there are hardly any people left to ask for help and the few that are still around are usually busy with other things...Making models is not something you can explain easy, you just have to experiment and try until it works, that's how I did it...

Greetz
Panem et kirkinses