Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Thu Mar 28, 2024 7:20 pm
All times are UTC + 0
Custom Messages In Mod Maps And Auto Ally scripts
Moderators: Global Moderators, Tiberian Sun Moderators
Post new topic   Reply to topic Page 1 of 1 [1 Post] Mark the topic unread ::  View previous topic :: View next topic
Author Message
Mechacaseal
AA Infantry


Joined: 29 Aug 2015

PostPosted: Sat Jun 03, 2017 5:24 pm    Post subject:  Custom Messages In Mod Maps And Auto Ally scripts Reply with quote  Mark this post and the followings unread

this map has custom rules messages at start of match. here's how it was done...

Code:
[Triggers]
01000000=Neutral,<none>,ExtraSpace,0,1,1,1,0
01000002=Neutral,<none>,Rules,0,1,1,1,0
01000004=Neutral,<none>,Rule1,0,1,1,1,0
01000006=Neutral,<none>,Rule2,0,1,1,1,0
01000008=Neutral,<none>,Rule3,0,1,1,1,0
01000010=Neutral,<none>,Rule4,0,1,1,1,0

[Tutorial]
1=Rules:
2=No engineer attack.
3=No harvester attack.
4=No Alt scout.
5=No building past middle.

[Events]
01000000=1,13,0,7200
01000002=1,13,0,5
01000004=1,13,0,8
01000006=1,13,0,11
01000008=1,13,0,14
01000010=1,13,0,17

[Actions]
01000000=1,40,0,0,2,4,156,124,A
01000002=1,11,0,1,0,0,0,0,A
01000004=1,11,0,2,0,0,0,0,A
01000006=1,11,0,3,0,0,0,0,A
01000008=1,11,0,4,0,0,0,0,A
01000010=1,11,0,5,0,0,0,0,A

[Tags]
01000001=0,ExtraSpace 1,01000000
01000003=0,Rules 1,01000002
01000005=0,Rule1 1,01000004
01000007=0,Rule2 1,01000006
01000009=0,Rule3 1,01000008
01000011=0,Rule4 1,01000010


for longer delays in messages:
Code:
[Events]
01000000=1,13,0,7200
01000002=1,13,0,5
01000004=1,13,0,25
01000006=1,13,0,45
01000008=1,13,0,65
01000010=1,13,0,85


example of auto ally on a 4 player map:
Code:
[AllyBySpawnLocation1]
Description=East vs West
A=0,1
B=2,3

[Basic]
AllyBySpawnDefault=1



23232323.png
 Description:
 Filesize:  27.37 KB
 Viewed:  1251 Time(s)

23232323.png



42b8337b16e7941f2f684c0d9a95419456fc2c68.map
 Description:

Download
 Filename:  42b8337b16e7941f2f684c0d9a95419456fc2c68.map
 Filesize:  267.28 KB
 Downloaded:  8 Time(s)


Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [1 Post] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.1645s ][ Queries: 14 (0.0097s) ][ Debug on ]