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 46 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


Generals & Zero Hour Editing Discuss any modding related issues to do with Generals and Zero Hour here.

Reply
 
LinkBack Thread Tools
Old 11-25-2004, 04:50 AM   #1 (permalink)
Junior Member
 
Join Date: Sep 2001
Posts: 20
Default patriot green lines

How would you go about turning off the graphic of the green lines that come up whenever all the patriots lock onto other targets? also would this affect anything other than just not having the green lines showing?
Akira is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-25-2004, 01:09 PM   #2 (permalink)
Member
 
Join Date: Aug 2004
Posts: 37
Default

I assume you just delete the graphics code from the patriot binery stream object... thereby making it invisible. I could easily be wrong, though...
pi314159 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-25-2004, 01:45 PM   #3 (permalink)
Senior Member
 
Join Date: Oct 2003
Location: Nevada, USA
Posts: 933
Default

In factionbuilding.INI

The actual "green ark" is this piece of code

Code:
Object PatriotBinaryDataStream
  ; *** ART Parameters ***
  Draw = W3DLaserDraw ModuleTag_01
    Texture = EXBinaryStream32.tga
    NumBeams = 1                      ;Number of overlapping cylinders that make the beam. 1 beam will just use inner data. Current max: 10
    InnerBeamWidth = 4                ;The total width of beam
    InnerColor = R:0 G:255 B:0 A:180  ;The inside color of the laser (hot)
    Tile = Yes                        ;The height of the texture will determine how many times to tile the texture to fit without scaling.
    ScrollRate = -0.25                 ;Scrolls the texture offset this fast -- towards(-) away(+)
    Segments = 20                     ;Number of segments -- more segments give smoother curve (but more joints) Current max: 20
    ArcHeight = 30.0                  ;The height of the arc
    SegmentOverlapRatio = 0.0000      ;This value overlaps(+) or separates(-) the segments by ratio
    TilingScalar = 0.25                ;Stretches tiling if value > 1.0, otherwise shrinks it (1.0 is natural)
 End

  KindOf = IMMOBILE
  ClientUpdate = LaserUpdate ModuleTag_02
    ;nothing
  End

  ; A patriot uses this stream as an event triggered thing, not something turned on and off with a state.
  Behavior = DeletionUpdate ModuleTag_03
    MinLifetime = 600   ; min lifetime in msec
    MaxLifetime = 600   ; max lifetime in msec
  End
End
There is also a reference to it in the patriotbattery code itself

Code:
Behavior = AssistedTargetingUpdate ModuleTag_07
    AssistingClipSize = 4                       ; How many shots to make when asked by someone of my kind who has a RequestAssistRange weapon
    AssistingWeaponSlot = SECONDARY             ; And the weapon to use.  Should have huge range and no natural clip.
    LaserFromAssisted = PatriotBinaryDataStream ; Stream to draw from the requestor to me
    LaserToTarget = PatriotBinaryDataStream     ; Stream to draw from me to the target
  End
Mishkin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-26-2004, 12:57 AM   #4 (permalink)
Junior Member
 
Join Date: Sep 2001
Posts: 20
Default

so how woudl i go about doing this?
Akira is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-26-2004, 02:17 AM   #5 (permalink)
Senior Member
 
Join Date: Oct 2003
Location: Nevada, USA
Posts: 933
Default

I guess you are new to INI coding. Check out the beginner's guide
http://www.deezire.net/modules.php?n...ewtopic&t=5795

For this problem, try to ";" out the first piece of code I gave you and see if that works...
Mishkin 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
snow ini making textures green..... razor Map Authoring 2 06-26-2005 12:45 PM
Weird Green Shade on Model In-Game NEONecd888 Generals & Zero Hour Editing 4 11-22-2004 07:08 AM
.exe switches command lines Generals & Zero Hour Editing 6 11-18-2003 11:41 AM
[color=green]Jungle Conflict: The Unoffical Generals Expansi GoldLegionaire Generals & Zero Hour Editing 26 04-30-2003 10:07 AM
Building lines on Units Chronosfera Generals & Zero Hour Editing 22 03-06-2003 03:18 PM


All times are GMT -4. The time now is 06:20 PM.


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