Modding
-
- Terran Settler (Unemployed)
- Posts: 4
- Joined: Sat Sep 01, 2007 3:22 pm
Modding
I have datedit to mod with and I am trying to create a mod that adds changes to units that only affect those units created by the player. E.g. a marine would cost 25 minerals only for human players, not computer. If this is possible please let me know how, or tell me what other tools I might need in order to make this work.
- Lingerance
- Terran Refinery Attendant
- Posts: 20
- Joined: Fri Aug 24, 2007 7:46 am
- Location: St. Albert
Re: Modding
Not possible, if you want to make the AI easier you can always download AI edit.
Penguin?
The asterisk pony plays poker every Tuesday except after Mondays and only if the moon is pink. His tell is he will always bluff while wearing a plaid tutu, the clouds are never monochromatic, catch them while white and fluffy, the black ones taste like robots.
The asterisk pony plays poker every Tuesday except after Mondays and only if the moon is pink. His tell is he will always bluff while wearing a plaid tutu, the clouds are never monochromatic, catch them while white and fluffy, the black ones taste like robots.
- Lavarinth
- Xel'naga Administrator
- Posts: 6539
- Joined: Wed Aug 16, 2006 5:21 pm
- Location: His Ashworld Planet
Re: Modding
What does this have to do with AI Script?
Anyway, I don't believe you can set prices to individuals only. You can RETURN minerals to the player after the unit is produced via triggers, but it'd require a lot of triggers to do per unit.
Anyway, I don't believe you can set prices to individuals only. You can RETURN minerals to the player after the unit is produced via triggers, but it'd require a lot of triggers to do per unit.
- - Lavarinth
Campaign Creations Administrator
Campaign Creations Administrator
- Shadow Stalker
- Terran Barracks Laundry Master
- Posts: 30
- Joined: Wed Jan 03, 2007 7:58 pm
Re: Modding
ok so say you want to add the "call down nuke" button to a hero ghost like duran or something, can that be done and if so how?
- Taeradun
- Protoss Khalai Missionary
- Posts: 1028
- Joined: Thu Sep 07, 2006 6:08 pm
- Location: AU
- Contact:
Re: Modding
Adding a nuke button to a hero ghost can be done in FireGraft; at least you can add the actual button anyway, but I'm 98% sure it should work properly as well.
As for making player units cheaper I guess what you could do is clone the units you want to be affected and make those ones buildable - so use FireGraft to change the Barracks' button set so instead of training marines it trains Raynors for example, and make sure to edit the "build requirements" bit for the Raynor unit as well. Then using DatEdit give the Raynor unit whatever stats you want such as 25 minerals etc.
That way as long as you leave the normal marine build requirements intact as well then the AI will still build ordinary marines since that's what it's instructed to in the AI script, while the player will only be able to build Raynors since that's all they will have buttons for at the barracks.
I haven't actually checked any of this out but it should work fine; I didn't really go into much detail in how to do stuff in FireGraft but it's pretty easy to figure it out for yourself; if for some reason you can't figure it out there should be other threads here where it's already been asked about and answered or reply here with your questions
As for making player units cheaper I guess what you could do is clone the units you want to be affected and make those ones buildable - so use FireGraft to change the Barracks' button set so instead of training marines it trains Raynors for example, and make sure to edit the "build requirements" bit for the Raynor unit as well. Then using DatEdit give the Raynor unit whatever stats you want such as 25 minerals etc.
That way as long as you leave the normal marine build requirements intact as well then the AI will still build ordinary marines since that's what it's instructed to in the AI script, while the player will only be able to build Raynors since that's all they will have buttons for at the barracks.
I haven't actually checked any of this out but it should work fine; I didn't really go into much detail in how to do stuff in FireGraft but it's pretty easy to figure it out for yourself; if for some reason you can't figure it out there should be other threads here where it's already been asked about and answered or reply here with your questions


- Lingerance
- Terran Refinery Attendant
- Posts: 20
- Joined: Fri Aug 24, 2007 7:46 am
- Location: St. Albert
Re: Modding
He requested a way to make units cheaper for the player, by association I presumed he wanted to make the game easier when playing against the AI, if that is his goal then he should go and lightly cripple the AI.Lavarinth wrote: What does this have to do with AI Script?
Also about the nuke thing, all the male ghosts shouldn't have any problem, however Kerrigan might as she uses a different section of iscript. Just be prepared to work with ice(cc) to get it working again if Kerrigan crashes when she nukes.
Penguin?
The asterisk pony plays poker every Tuesday except after Mondays and only if the moon is pink. His tell is he will always bluff while wearing a plaid tutu, the clouds are never monochromatic, catch them while white and fluffy, the black ones taste like robots.
The asterisk pony plays poker every Tuesday except after Mondays and only if the moon is pink. His tell is he will always bluff while wearing a plaid tutu, the clouds are never monochromatic, catch them while white and fluffy, the black ones taste like robots.
- Lavarinth
- Xel'naga Administrator
- Posts: 6539
- Joined: Wed Aug 16, 2006 5:21 pm
- Location: His Ashworld Planet
Re: Modding
I'm pretty sure we just scared the hell out of him because he was probably trying to make this for Battle.net, hah.
- - Lavarinth
Campaign Creations Administrator
Campaign Creations Administrator
-
- Terran Settler (Unemployed)
- Posts: 4
- Joined: Sat Sep 01, 2007 3:22 pm
Re: Modding
Ok I have firegraft, but my starcraft is 1.15.1 and it says it is unsupported. How can I fix that? Should I do a patch rollback and if so how can I do that?
- Zilla-
- Protoss Dragoon Shooting Target
- Posts: 993
- Joined: Thu Sep 07, 2006 8:28 am
Re: Modding
Rename the folder that you have sc installed into and reinstall sc, patch to whatever you want. SF claims that if you replace a few key files then you wont have to bother with this but thats shadow, and she is crazy like the fox.ascension1223 wrote: Ok I have firegraft, but my starcraft is 1.15.1 and it says it is unsupported. How can I fix that? Should I do a patch rollback and if so how can I do that?
-
- Terran Settler (Unemployed)
- Posts: 4
- Joined: Sat Sep 01, 2007 3:22 pm
Re: Modding
I can't edit firegraft files with datedit can I? I extracted the mpq with winmpq and didnt get any usable files. How do i do this?Taeradun wrote: Adding a nuke button to a hero ghost can be done in FireGraft; at least you can add the actual button anyway, but I'm 98% sure it should work properly as well.
As for making player units cheaper I guess what you could do is clone the units you want to be affected and make those ones buildable - so use FireGraft to change the Barracks' button set so instead of training marines it trains Raynors for example, and make sure to edit the "build requirements" bit for the Raynor unit as well. Then using DatEdit give the Raynor unit whatever stats you want such as 25 minerals etc.
That way as long as you leave the normal marine build requirements intact as well then the AI will still build ordinary marines since that's what it's instructed to in the AI script, while the player will only be able to build Raynors since that's all they will have buttons for at the barracks.
I haven't actually checked any of this out but it should work fine; I didn't really go into much detail in how to do stuff in FireGraft but it's pretty easy to figure it out for yourself; if for some reason you can't figure it out there should be other threads here where it's already been asked about and answered or reply here with your questions![]()
-
- Terran Settler (Unemployed)
- Posts: 4
- Joined: Sat Sep 01, 2007 3:22 pm
Re: Modding
How do I re-enable the option to copy an archive into a saved file? Because I said no the first time I saved it, and now when I re-open the MPQ to edit and save as an exe, I am not even prompted anymore.
- Shadow Stalker
- Terran Barracks Laundry Master
- Posts: 30
- Joined: Wed Jan 03, 2007 7:58 pm
Re: Modding
ok i got firegraft and it worked so far but then i went on battle.net and i downloaded the latest sc ptach and now firegraft doesnt work any suggestions?
- IskatuMesk
- Xel'naga World Shaper
- Posts: 8332
- Joined: Sat Feb 07, 2009 1:40 pm
- Location: M͈̙̞͍͞ͅE̹H̨͇̰͈͕͇̫Ì̩̳CO̼̩̤͖͘ జ్ఞా
- Contact:
- Durandal-Thoth
- Terran Factory Worker
- Posts: 71
- Joined: Wed Jul 04, 2007 4:19 pm
- Location: Where the grass grows.
Re: Modding
In other words, wait till they release 1.15.2 so that DoA can update it.
Google is your FRIEND.
- Whiplash!
- Xel'naga World Shaper
- Posts: 963
- Joined: Wed Sep 13, 2006 4:21 pm
- Location: Florida
- Contact:
Re: Modding
DoA needs to just release it for 1.15, does he realize how many starcraft campaigns are in production! (like 3 at CC alone)Durandal-Thoth wrote:
In other words, wait till they release 1.15.2 so that DoA can update it.
¯\_(ツ)_/¯