logo   login
right
Home Forums Downloads Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Forum Info
Forum Members: 18,537
Total Threads: 8,627
Posts: 94,210

Administrators:
DeeZire, Redemption

There are currently 114 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


Red Alert 2 & Yuri's Revenge Editing Discuss any modding related issues to do with Red Alert 2 and Yuri's Revenge here.

Reply
 
LinkBack Thread Tools
Old 09-03-2005, 07:36 PM   #1 (permalink)
Member
 
Join Date: Jun 2005
Posts: 42
Default Some modding questions, please help.

I have a few questions that I'd like to ask:

1. How do I make a new V3 like missle? When I tried, I made a new missle from the dreadnought, but it acted like the aircraft carrier's planes. It would launch, go to the target, then turn around and slam into the ship, like it was trying to land, detonating and damaging the ship it was launched from.

2. I made a new defense building, but I don't know to make the AI build it like a defense. That is to say, build several of them all over the base.

3. Is there anyway to change the order the AI builds buildings? Like make it build a new airified I made before its battle lab? It would make more sense, because the airfield doesn't need the battle lab.

4. How can I make the AI build more than one war factory, barracks , or airfield? I'd like the AI to do this, particularly the airfield buildings.

Thanks for taking time to read this. Any help with these problems would be appreciated.
Goldeagle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-03-2005, 07:48 PM   #2 (permalink)
Senior Member
 
Join Date: Oct 2003
Location: In front of my computer...
Posts: 215
Default

1) Search (In short, no can do)
2) Add it to the list of defenses at the top of rules.ini, iirc, and add AIBuildsThis=yes
NukeWinter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-03-2005, 07:56 PM   #3 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Italy
Posts: 417
Send a message via MSN to Mr Graffitti
Default

About the Dreadnaught missile, can you post all of his code here?(unit, weapon, art)
Mr Graffitti is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-03-2005, 09:55 PM   #4 (permalink)
Member
 
Join Date: Jun 2005
Posts: 42
Default

Hm, well I made that missle a long time ago and had to erase my hard drive since then. I just got back to modding RA2 and havn't messed with it yet, but I'll get all of the code up soon. NukeWinter, what does iirc mean? I understand the other two but not that one...

Do you guys think giving the new missle a short ranged suicide weapon will work? I'm going to try that and see.
Goldeagle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-03-2005, 10:11 PM   #5 (permalink)
Senior Member
 
Join Date: Jul 2004
Posts: 448
Send a message via MSN to Death3464
Default

no. as far as I believe....You cannot make new v3 missiles. You can try, but they dont work.
Death3464 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2005, 12:26 AM   #6 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Italy
Posts: 417
Send a message via MSN to Mr Graffitti
Default

Oh lol how bad... I wanted the your Dreadnought codes so I could copy them and make a kind of unit with a negative damage so when the missile returns it would heal the unit, ou said the missile returned. Well, after all I tought that idea would be good....
Mr Graffitti is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2005, 12:58 AM   #7 (permalink)
Senior Member
 
Join Date: Jul 2004
Posts: 448
Send a message via MSN to Death3464
Default

well, if it returns, that might work. you can make new ones....but they dont work properly is what i mean. so, even if logic says itll work, it might not. try it and see- goldeagle, can you post your exact code for mr.graffitti? ALL of the missile code and unit code? I have some testing i want to do myself, for mine and mr.graffitti's mod.
Death3464 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2005, 05:02 AM   #8 (permalink)
Senior Member
 
AlliedG's Avatar
 
Join Date: Sep 2003
Location: U.K.
Posts: 726
Default

well instead of listening to what if and maybe BS please listen to advice has been tested properly.

1. New missiles are impossible cos V3ROCKET,DMISL,CMISL are hardcoded and have tags in general regarding warhead and damage.

However u can simulate a crashing missile using limbo launch logic i.e. an aircraft which turns into another object otherwise u give an invisible weapon to an plane which kills itself (by giving a Animation which has Damage=xxxx where xxxx is high damage e.g. in artmd [MYANIM] Damage=9999

2. Base Defences, best to copy + paste code from another one. If u want the AI to build them then use the Find function in notepad and search for NALASR or ATESLA

you will find AlliedBaseDefenses= SovietBaseDefenses=, etc in YR otherwise u just add to end of BuildDummy etc in [AI]

3. Well prerequisites, tech level, cost determine that and where u place it in the buildtypeslist but not adding new entries to the end is risky and not recommended.

4. The AI never builds additional factories cos of cloning bugs e.g. if ai has two barracks and it builds a tanya, it will get one free and same with factories.
It sort of happens with airfields too according to my own reports by other modders.
The easiest solution is to simply make TechLevel=-1 clones of the building which the AI will only build. (The AI can build TechLevel=-1 items ...)
AlliedG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2005, 06:18 AM   #9 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

1. Animation? What kind of crazy bastardization of a simple technique is that again?
2. IsBaseDefense.
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2005, 07:52 AM   #10 (permalink)
Senior Member
 
AlliedG's Avatar
 
Join Date: Sep 2003
Location: U.K.
Posts: 726
Default

easy sucide planes for when u just want something to explode over target.

Its call easy, alternative solutions

also IsBaseDefence=yes is good but its better to list it in AI build lists as well.
AlliedG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
In need of some modding help, a few questions Xenomorph Generals & Zero Hour Editing 3 01-07-2008 10:48 PM
Questions about ZH modding Star Dragon Generals & Zero Hour Editing 0 07-07-2007 07:55 PM
RA2 Modding Questions - Please Help HopeInTheFormOFAGI Red Alert 2 & Yuri's Revenge Editing 3 03-12-2006 01:41 PM
RA2 Modding Questions - Please Help HopeInTheFormOFAGI Red Alert 2 & Yuri's Revenge Editing 0 03-12-2006 12:00 AM
2 modding questions jonwil Red Alert 2 & Yuri's Revenge Editing 18 05-06-2005 06:45 AM


All times are GMT -4. The time now is 02:19 PM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.7.0 Release Candidate 2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.