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

Forum Info
Forum Members: 18,581
Total Threads: 8,669
Posts: 94,547

Administrators:
DeeZire, Redemption

There are currently 24 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 12-27-2003, 02:44 AM   #21 (permalink)
Senior Member
 
Join Date: Jul 2003
Location: Lithuania, Central Europe
Posts: 1,056
Send a message via MSN to DCoder
Default

Get the art.ini guide by XGamer from http://vince.dynalias.com/ART2.doc , it should help you with art.ini editing.

Tutorials...
Blade's site
Kravvitz' cameo making tutorial (C-GEN forums, need registration).
Godwin's glass effect guide (PPM forums, need registration).

Animation packs / resources:
Blade's site (again)
Kravvitz' site, many useful links

If you don't understand something, just ask.

Note to Kravvitz: can you add Blade's link to your page? I spent half an hour searching for it in Google
DCoder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 04:02 AM   #22 (permalink)
Senior Member
 
Join Date: Sep 2003
Location: Tahiti
Posts: 621
Default

update : Godwin's glass effect can also be found guide here that's to say here in DZ... even a sticky one !!
Infraid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 01:16 PM   #23 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

Quote:
Originally Posted by archaic0
OK, now I have a sort of strange issue... I put the following on a unit:

BuildLimit=5

And it limits it to 5, but I can only build 1 less than the max at a time... in this case, I can only build 4 at first, then I have to build the last one after they are done.

Even when 2 die, I can't build 2. I have to build 1, then 1 after that to finish up.

Any ideas why it's doing that?
That's the standard...it may suck, but that's the way it goes.
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 01:45 PM   #24 (permalink)
Senior Member
 
Join Date: Sep 2003
Location: Tahiti
Posts: 621
Default

that's why I don't work with BuildLimit... I mean, why put BL=5 ?? IMO, either a unit is unique (BL=1 or -1), or not...
Infraid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 02:17 PM   #25 (permalink)
Member
 
Join Date: Dec 2003
Posts: 44
Default

I put 5 on chrono legion guys because one just isn't powerful enough but I wanted to prevent tons of them. I guess I could just edit his weapon though and limit to one to acomplish the same thing.

Things like the jets though, I've put a 16 now to hold the air force at bay. Although some test games so far are showing that limiting things can hurt you big time if you limit things too much.

I've got some experimenting to do, definately.

Thanks guys.

Anyone have an idea about making a Ghost like StarCraft? I don't know how the primary and secondary weapons work though, but I want to make his primary weapon the chrono gun and the secondary a nuke call. Can that be done?
archaic0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 03:19 PM   #26 (permalink)
Senior Member
 
Join Date: Sep 2003
Location: Tahiti
Posts: 621
Default

concerning the nuke call here's a LINK
(I did it, and it works....)
Infraid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 04:37 PM   #27 (permalink)
Member
 
Join Date: Dec 2003
Posts: 44
Default

But I'm using original RA2, not YR, so I don't have the boris character.

what about moding the ghost seal to still have the railgun, but give the railrun the nuke warhead?

Then it should draw the line, right?

then I'll just have to increase his range and slow down the rate of fire or something to give it a delay.

Sound plausable?

And is there a definition of the techlevel= var? Just what puts you at different tech levels and why is that important vs just requiring a certain building?

And what's this soylent= var anyway?
archaic0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 04:57 PM   #28 (permalink)
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,278
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default

The techlevel doesn't really control anything important like in older C&C games, where it controlled at which mission / multiplay level stuff became available. RA2 doesn't have that system anymore, but tech level still has a function (apart from obviously setting it to -1 to make a unit unbuildable), even though it's somewhat different from other C&C games.
The TechLevel setting controls in which order the icons in the sidebar appear. In other C&C's the icons just appeared in the order they became available, so, in TS, if you built a radar (for SAMs) before a Hand of Nod (for Laser Turret), then the SAM icon would come before the Laser icon. If you built the HoN first, the Laser would come first in the list.
In RA2, the icons are ordered by techlevel. Low-tech stuff comes first, and high-tech last. Anything above 10 can't be built. If multiple units that go in the same "tab" share a tech level, then the cheapest units are listed first. That's why if you're Allied and you capture a Soviet War Factory, your tanks (all level 2) are listed in the order of Robot Tank (600), Grizzly Tank (700), Rhino Tank (900).
Some special stuff goes for the vehicle tab, because it contains ships and aircraft too. The rule is that any vehicles come first (which are then ordered by techlevel), then aircraft and ships last. The game recognises anything that has Naval=yes as a ship, and it also considers airborne "vehicles" such as airships, nighthawks etc. as aircraft.

Soylent is more easier to explain. It sets the credits a player gets when he sells the unit/building by any means. Selling buildings is obvious, but vehicles and infantry can also be sold (in a Grinder for example).
CodeCat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 05:40 PM   #29 (permalink)
Member
 
Join Date: Dec 2003
Posts: 44
Default

Thanks, that all makes sense.

Progress on my Ghost... I've given a seal the grand cannon weapon and taken away the C4.

I tried to get the nuke to work, but it seems to be a multilevel thing that I'm not ready to tackle so I'll do it the old fashioned way and just give him a really big gun.

For fun I set ROF=1 and he shoots machine gun speed grand cannon balls. *smile*

He's tough as hell... got some work to do to balance that.
archaic0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2003, 05:49 PM   #30 (permalink)
Senior Member
 
Join Date: Sep 2003
Location: Tahiti
Posts: 621
Default

I know it's not my prob, but why don't you go and buy YR ?? it's only $10 at max.....
Infraid 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
Want to start modelling, need some help CodeCat Generals & Zero Hour Editing 3 10-02-2003 01:34 PM
Modding, when did you start? smurfbizkit Generals & Zero Hour Editing 30 08-21-2003 07:09 PM
World builder does not start with my mod Romanow23 Generals & Zero Hour Editing 2 06-22-2003 06:03 PM
is this good or not just a start Mongoose Generals & Zero Hour Editing 6 04-17-2003 11:00 PM
Player start points Emon Generals & Zero Hour Editing 5 02-23-2003 06:51 PM


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


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