Author |
Message |
sragde14
Joined: Fri Jul 18, 2008 11:31 pm Posts: 6
|
How to Make?
I want to make new robots, Weapons, ♥♥♥♥....how can i do that
|
Fri Jul 18, 2008 11:42 pm |
|
|
Gotcha!
Joined: Tue Apr 01, 2008 4:49 pm Posts: 1972 Location: The Netherlands
|
Re: How to Make?
Look into files. Try out. Fail. Try out. Fail. Try out. Fail. Try out. Succeed. Rinse and repeat. And take a look in the wiki.
|
Sat Jul 19, 2008 12:01 am |
|
|
sragde14
Joined: Fri Jul 18, 2008 11:31 pm Posts: 6
|
Re: How to Make?
ok next thing i need to know is why i cant win in my deited scene, enemy troops come and come but when i destroy they brains, nothing
|
Sun Jul 20, 2008 8:18 pm |
|
|
Falcon X
Joined: Thu Aug 09, 2007 6:37 pm Posts: 889 Location: Not Jewtown.
|
Re: How to Make?
Yea, you cant win in this build.
|
Sun Jul 20, 2008 8:21 pm |
|
|
sragde14
Joined: Fri Jul 18, 2008 11:31 pm Posts: 6
|
Re: How to Make?
and whata build i need
|
Mon Jul 21, 2008 11:56 am |
|
|
Gotcha!
Joined: Tue Apr 01, 2008 4:49 pm Posts: 1972 Location: The Netherlands
|
Re: How to Make?
A build that isn't available yet. Right now there's no way to win skirmishes.
|
Mon Jul 21, 2008 1:51 pm |
|
|
sragde14
Joined: Fri Jul 18, 2008 11:31 pm Posts: 6
|
Re: How to Make?
ok
|
Mon Jul 21, 2008 7:39 pm |
|
|
numgun
Joined: Sat Jan 13, 2007 11:04 pm Posts: 2932
|
Re: How to Make?
I laughed hard. x )
But yeah, the only game mode we currently have besides the tutorial mission, is survival to see how long will you last until AI gets to your brain.
Or play against a friend and kill his brain, thats the only way you can win.
|
Mon Jul 21, 2008 11:45 pm |
|
|
sragde14
Joined: Fri Jul 18, 2008 11:31 pm Posts: 6
|
Re: How to Make?
i know that, thats why i wants to create new things in my cortex, ok i have some sprites but i dont know how to pit them in games
|
Tue Jul 22, 2008 10:50 am |
|
|
Mind
Joined: Thu Mar 06, 2008 10:54 pm Posts: 1360 Location: USA
|
Re: How to Make?
sragde14 wrote: i know that, thats why i wants to create new things in my cortex, ok i have some sprites but i dont know how to pit them in games So do you mean game modes or weapons and actors?
|
Tue Jul 22, 2008 5:33 pm |
|
|
sragde14
Joined: Fri Jul 18, 2008 11:31 pm Posts: 6
|
Re: How to Make?
Yes
|
Tue Jul 22, 2008 8:01 pm |
|
|
Mind
Joined: Thu Mar 06, 2008 10:54 pm Posts: 1360 Location: USA
|
Re: How to Make?
That wasn't a yes or no question Read again and reply
|
Wed Jul 23, 2008 10:33 pm |
|
|
Roy-G-Biv
Joined: Mon Feb 12, 2007 12:46 am Posts: 1765 Location: ..............
|
Re: How to Make?
I think he means Activities.ini. Anyways, a guide is here. NOTES: THIS WILL ONLY MAKE ACTIVITIES FOR 1 MOD. Translation: [tab] = Actuall tabbingCode: AddActivity = GABaseDefense [tab]InstanceName = Skirmish Defense [tab]SceneName = Grasslands [tab]TeamCount = 2 [tab]PlayerCount = 1 [tab]TeamOfPlayer1 = 0 [tab]FundsOfTeam1 = 9999999 [tab]CPUTeam = 1 [tab]Difficulty = 3 [tab]SpawnIntervalEasiest = 20000 [tab]SpawnIntervalHardest = 8000 [tab]
Start with this piece of code in an INI. Code: [tab]AddAttackerSpawn = [Actor Class] (Examples: ACDropShip, ACRocket, AHuman, ACrab) [tab][tab]CopyOf = [Actor Name] (Example: Drop Ship MK1) [tab][tab]AddInventory = [Actor Class] (Heck, you can put rockets in dropships of you wanted.) [tab][tab][tab]CopyOf = [Actor Name] [tab][tab][tab]AddInventory = HDFirearm [tab][tab][tab][tab]CopyOf = [Weapon name] (This applys for diggers too.) (Example: SMG) [tab][tab][tab]AddInventory = HeldDevice [tab][tab][tab][tab]CopyOf = [Shield Name] (Example: Riot Shield)
Then Modify the things with [ ] around them with actual names. Then Paste it under the code above this one And Copy, paste and edit as much as you want desired. Then Save it as "Activities.ini" (No quotes.) Then disable Base.rte Activities. Code: Before: [tab]IncludeFile = Base.rte/Activites.ini
After: //[tab]IncludeFile = Base.rte/Activites.ini
Then add the activites to your mod. Code: [tab]IncludeFile = [mod].rte/Activites.ini [MOD].rte represents the mod you are using.
|
Thu Jul 24, 2008 12:42 am |
|
|
Tark
Joined: Mon May 19, 2008 2:44 am Posts: 26 Location: Montana
|
Re: How to Make?
For some reason, its people like this I dispise, I just dont know why but I hate them with a very deep red fire inside me.
|
Thu Jul 24, 2008 3:20 am |
|
|
Grif
REAL AMERICAN HERO
Joined: Sat Jan 27, 2007 10:25 pm Posts: 5655
|
Re: How to Make?
Tark wrote: For some reason, its people like this I dispise, I just dont know why but I hate them with a very deep red fire inside me. You know, I've got a similar hatred within me. There's a special level of it reserved for cat meme avatar shit-spewing facepunchers.
|
Thu Jul 24, 2008 3:44 am |
|
|
|