Seb767
  • Seb767
  • 61.25% (Friendly)
  • Private Topic Starter
15 years ago
I just started mapping C&C generals and i wan to create an active airport. But i dont know how to let planes landing or let them stand at the planepark for a while bevor they take off again. Could you help me plss?^^

Sorry for my bad english...
Don't look at me!
I'm just a stupid signatur....
No one who realy exists
maybe my lifesense is to do nothing while some People laugh at me....
My (not existing) homepage now in english^^
Sponsor
casparmartin01
15 years ago
Maybe i can help you a bit
First you have to make a way point path on the airfield, the way what the plane must folow(the 6th button from the richt in world builder)
Than select one point and label the way point path give it a name like "waypoint path plane1"(the labels are the lowest three boxes)
After you've done that place a plane on the way point path and rename the plane as "plane1"
Go to scripts the 3rdbuttom from the richt and press the"new script"buttom
Than click on the label "actions if true" and than "edit"
Than an other window will open folow my instructions exactly
Unit->move->set a specefic unit to folow a waypoint path
'Unit???'must be plane1
'Waypoint path???'must be 'waypoint path plane 1'
Press ok and on the next two windows you have to press ok
This is will work also on cars infatry tanks and aircraft
But i dont know how to make them fly
(i used simple english for ya ^.^)

Having problems? Just ask me
Seb767
  • Seb767
  • 61.25% (Friendly)
  • Private Topic Starter
15 years ago
Thanks :D
But you needn't use simple english understand is not my problem but to speak....
After all now the system runs ^^

Edit: False word -.-
Don't look at me!
I'm just a stupid signatur....
No one who realy exists
maybe my lifesense is to do nothing while some People laugh at me....
My (not existing) homepage now in english^^
casparmartin01
15 years ago
If you have another question just ask me i've created 20 missions and 134 multi\skirmish maps ^^
Having problems? Just ask me
Seb767
  • Seb767
  • 61.25% (Friendly)
  • Private Topic Starter
15 years ago
Yeah one more question...
I want to create something lik a stt-mod (shot the target) i mean you must destroy a building and your enemy dies while you're defending you own building but i dont know how to skript this :C (btw i ever download maps and edit so i dont have to create the startspoint and the ai zones^^ i didn't found a good tutorial for this yet) would be nice if you help me one more time^^
Don't look at me!
I'm just a stupid signatur....
No one who realy exists
maybe my lifesense is to do nothing while some People laugh at me....
My (not existing) homepage now in english^^
casparmartin01
15 years ago
Wowow take it easy. what do you want to do?
Having problems? Just ask me
Seb767
  • Seb767
  • 61.25% (Friendly)
  • Private Topic Starter
15 years ago
know how to make the ai move and script, that a player is killed if a special building is destroyed^^
Don't look at me!
I'm just a stupid signatur....
No one who realy exists
maybe my lifesense is to do nothing while some People laugh at me....
My (not existing) homepage now in english^^
Drummin
15 years ago
The post on basic team production  might help.

As far as killing a player, you would name the building(unit) and script something like this changing the players name as needed.
*** IF ***
Unit 'TheBuilding' has been destroyed.
*** THEN ***
All of Player 'player0''s buildings and units are dealt a lethal amount of damage.
Seb767
  • Seb767
  • 61.25% (Friendly)
  • Private Topic Starter
15 years ago
A general... impressiv^^

Yeah but in the most maps there are just the player (neutral) zivilian usa china gla not the player wich have startpoints....
Don't look at me!
I'm just a stupid signatur....
No one who realy exists
maybe my lifesense is to do nothing while some People laugh at me....
My (not existing) homepage now in english^^
Drummin
15 years ago
IS this for a mission?
Then you are not using normal players. You create them and so the name of the player can be anything you set. (I mentioned to change the name as needed.)
casparmartin01
15 years ago
Just on edt and than edit player list rename your team like gla or what ever you want and press set name
If you've done that you can go to scripts(don't forget to set the enemy's and allies)
Make a new script an set the script what drummin said
"if the is destroid"
"then all buildings of player < the renamed player> gain lethal of demage"
Having problems? Just ask me
Seb767
  • Seb767
  • 61.25% (Friendly)
  • Private Topic Starter
15 years ago
So now my stt mod goes :D
but....
The AI never does anything. Only if i shoot on the build car moves a little bit... This is no fum 😞 And my planes never move on there waypoints they only fly circles...
omg im a helpless noob but please help me 😉
Don't look at me!
I'm just a stupid signatur....
No one who realy exists
maybe my lifesense is to do nothing while some People laugh at me....
My (not existing) homepage now in english^^
Drummin
15 years ago
You might want to clarify what you are doing so people can give the right advice. Are you making a system mod, editing the default scripts or making a custom mission or skirmish map? You might also tell us what game this is for as well. Creating an appropriately named topic in the correct forum describing in detail what you've done might get you more help.
Seb767
  • Seb767
  • 61.25% (Friendly)
  • Private Topic Starter
15 years ago
I want to create a map for singleplayer with some specials (planes trains cars etc)
Don't look at me!
I'm just a stupid signatur....
No one who realy exists
maybe my lifesense is to do nothing while some People laugh at me....
My (not existing) homepage now in english^^
Drummin
15 years ago
In that case, don't use the word "mod" as that implies you are modifying the game. I'd start by getting AI to build. Double check that you have the players setup correctly with a civilian player, the enemy (both computer controlled) and the human player (who should be the only player not controlled by the computer). Check that buildings placed with the Build List Tool match the default team name for the players. Script for the "enemy" player to have cash and (found under Player/Build) set the enemy player so they have permission to build buildings and units. Test and fix any problems with this before moving forward with other scripts. If you already have other scripts added, deactivate them until this is resolved. When you get that working, look over the basic team production post again and see about creating teams. Take things one step at a time.