<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Thu, 16 Apr 2026 09:45:12 +0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance" rel="self" type="application/rss+xml" />
    <title>[MOR] Coding Alliance RSS Feed</title>
    <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance]]></link>
    <description><![CDATA[Events and Announcements for [MOR] Coding Alliance]]></description>
    <language>en-us</language>
    <generator>Steam Community RSS</generator>
    <item>
      <title>Chapter B3. How-To: Code a Race</title>
      <description>Hello.&lt;br&gt;In this Chapter i am going to teach and show you how to code a race!.&lt;br&gt;&lt;br&gt;// &amp;quot;1&amp;quot; &amp;amp;lt;Race Number goes here (This racenumber shows where you will find the race at in changerace)&lt;br&gt;// { &amp;amp;lt;This &amp;quot;{&amp;quot; Always come after the race number&lt;br&gt;// &amp;quot;name&amp;quot; &amp;quot;Wolf of the Wind&amp;quot; &amp;amp;lt;What you want the name of the race called (Keep it short)&lt;br&gt;// &amp;quot;author&amp;quot; &amp;quot;Reaper&amp;quot; &amp;amp;lt;Who made the race goes here&lt;br&gt;// &amp;quot;shortdescription&amp;quot; &amp;quot;The fast Predator&amp;quot; &amp;amp;lt;Describe the race example: &amp;quot;shortdescription&amp;quot; &amp;quot;The camoflaged man!&amp;quot;&lt;br&gt;// &amp;quot;required_level&amp;quot; &amp;quot;30&amp;quot; &amp;amp;lt;What lvl you need before you can use the race&lt;br&gt;// &amp;quot;maximum_level&amp;quot; &amp;quot;0&amp;quot; &amp;amp;lt;How many times you can lvl on this race before you can't use it again &amp;quot;0&amp;quot; disables this&lt;br&gt;// &amp;quot;allow_only&amp;quot; &amp;quot;0&amp;quot; &amp;amp;lt;Who can use this race example: &amp;quot;allow_only&amp;quot; &amp;quot;&amp;amp;lt;STEAM_X:X:XXXXXXX&amp;amp;gt;&amp;quot;&lt;br&gt;// &amp;quot;teamlimit&amp;quot; &amp;quot;0&amp;quot; &amp;amp;lt;How many people can use this race on each team&lt;br&gt;// &amp;quot;restrict_shop&amp;quot; &amp;quot;&amp;amp;lt;bootspeed20&amp;amp;gt;&amp;quot; &amp;amp;lt;What item from the shopmenu the race can't use example &amp;quot;restrict_shop&amp;quot; &amp;quot;&amp;amp;lt;bootspeed20&amp;amp;gt;&amp;quot;&lt;br&gt;// &amp;quot;preloadcmd&amp;quot; &amp;quot;0&amp;quot; &amp;amp;lt;Cmd means &amp;quot;Command&amp;quot; so what do you think it does?&lt;br&gt;// &amp;quot;player_spawn_cmd&amp;quot; &amp;quot;0&amp;quot; &amp;amp;lt;This will restrict weapons&lt;br&gt;// &amp;quot;round_start_cmd&amp;quot; &amp;quot;0&amp;quot; &amp;amp;lt;This is the command that you use when the round starts&lt;br&gt;// &amp;quot;round_end_cmd&amp;quot; &amp;quot;0&amp;quot; &amp;amp;lt;This is what will happen on death&lt;br&gt;// &amp;quot;numberofskills&amp;quot; &amp;quot;4&amp;quot; &amp;amp;lt;This is how many skills you have on the race&lt;br&gt;// &amp;quot;numberoflevels&amp;quot; &amp;quot;6&amp;quot; &amp;amp;lt;This is how many times you can level each skill&lt;br&gt;// &amp;quot;skillnames&amp;quot; &amp;quot;Claws|Fatal Bite|Stamina|Howl of the Wind&amp;quot; &amp;amp;lt;This is what you use to name your skills but you have to have the &amp;quot;|&amp;quot; Between each skill&lt;br&gt;// &amp;quot;skilldescr&amp;quot; &amp;quot;The claws of the wolf deal more damage|Chance to Poison the Enemy|Stamina|Deal damage to nearby enemy's&amp;quot; &amp;amp;lt;This is how you describe the skill&lt;br&gt;// &amp;quot;skillcfg&amp;quot; &amp;quot;Player_attacker|Player_attacker|Player_spawn|Player_ultimate&amp;quot; &amp;amp;lt;This is how the skill will activate Example: &amp;quot;skillcfg&amp;quot; &amp;quot;Player_spawn|Player_attacker|Player_victim&amp;quot;&lt;br&gt;// } &amp;amp;lt;Don't forget to keep these &amp;quot;{&amp;quot; &amp;quot;}&amp;quot; Even on each side&lt;br&gt;So i hope this Guide helped you learn the basics to coding races :).&lt;br&gt;Any questions just comment.&lt;br&gt;//////////////////////&lt;br&gt;Coded race&lt;br&gt;By: Reaper&lt;br&gt;////////&lt;br&gt;&lt;br&gt;// &amp;quot;1&amp;quot;&lt;br&gt;// {&lt;br&gt;// &amp;quot;name&amp;quot;                                 &amp;quot;Wolf of the Wind&amp;quot;&lt;br&gt;// &amp;quot;shortdescription&amp;quot;                &amp;quot;The fast Predator&amp;quot;&lt;br&gt;// &amp;quot;author&amp;quot;                               &amp;quot;Reaper&amp;quot;&lt;br&gt;// &amp;quot;required_level&amp;quot;                   &amp;quot;30&amp;quot;&lt;br&gt;// &amp;quot;maximum_level&amp;quot;                  &amp;quot;0&amp;quot;&lt;br&gt;// &amp;quot;allow_only&amp;quot;                         &amp;quot;0&amp;quot;&lt;br&gt;// &amp;quot;teamlimit&amp;quot;                            &amp;quot;0&amp;quot;&lt;br&gt;// &amp;quot;restrict_shop&amp;quot;                    &amp;quot;&amp;amp;lt;bootspeed20&amp;amp;gt;&amp;quot;&lt;br&gt;// &amp;quot;preloadcmd&amp;quot;                        &amp;quot;0&amp;quot;&lt;br&gt;// &amp;quot;player_spawn_cmd&amp;quot;            &amp;quot;0&amp;quot;&lt;br&gt;// &amp;quot;round_start_cmd&amp;quot;                &amp;quot;0&amp;quot;&lt;br&gt;// &amp;quot;round_end_cmd&amp;quot;                  &amp;quot;0&amp;quot;&lt;br&gt;// &amp;quot;numberofskills&amp;quot;                     &amp;quot;4&amp;quot;&lt;br&gt;// &amp;quot;numberoflevels&amp;quot;                    &amp;quot;6&amp;quot;&lt;br&gt;// &amp;quot;skillnames&amp;quot;                            &amp;quot;Claws|Fatal Bite|Stamina|Howl of the Wind&amp;quot;&lt;br&gt;// &amp;quot;skilldescr&amp;quot;                              &amp;quot;Deal extra Damage with your claws|Poison your enemy with your Fatal Bite|Speed Boost|Deal damage to Nearby enemy's&amp;quot;&lt;br&gt;// &amp;quot;skillcfg&amp;quot;                                  &amp;quot;Player_attacker|Player_attacker|Player_spawn|Player_ultimate&amp;quot;&lt;br&gt;&lt;br&gt;&lt;br&gt;// &amp;quot;skill1_setting&amp;quot;    &amp;quot;es_xset wcs_multiplier 0.9|es_xsetinfo wcs_multiplier 1.0|es_xsetinfo wcs_multiplier 1.1|es_xsetinfo wcs_multiplier 1.2|es_xsetinfo wcs_multiplier 1.3|es_xsetinfo wcs_multiplier 1.4&amp;quot;&lt;br&gt;// &amp;quot;racealias_knifedmg&amp;quot;  &amp;quot;es_set wcs_dmg event_var(dmg_health);es_xmath wcs_dmg float;es_math wcs_dmg * server_var(wcs_multiplier);es est_RoundDecimal wcs_dmg server_var(wcs_dmg) 0;es wcs_dealdamage event_var(attacker) event_var(userid) server_var(wcs_dmg);wcs_getlanguage wcs_lng wcs_lng_r_knifedmg;es_format wcs_lng server_var(wcs_lng) event_var(es_attackername) server_var(wcs_dmg) event_var(es_username);es_tell event_var(attacker) #multi server_var(wcs_lng);es_tell event_var(userid) #multi server_var(wcs_lng)&amp;quot;&lt;br&gt;// &amp;quot;skill1_cmd&amp;quot;&lt;br&gt;&lt;br&gt;Sorry but all of the skills don't fit in this but you can still look at the coded skill.&lt;br&gt;So now that you know how to code a race Code one for Yourelf!.</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370360077931]]></link>
      <pubDate>Sat, 15 May 2010 02:20:31 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370360077931</guid>
    </item>
    <item>
      <title>Recrute test</title>
      <description>RECRUTE TEST:&lt;br&gt;Answer the following questions and you might get Recruted&lt;br&gt;&lt;br&gt;1. Britney Spears or Justin Timberlake And why?.&lt;br&gt;&lt;br&gt;2. Why would you want to be a recrute?.&lt;br&gt;&lt;br&gt;3. Do you have a Microphone and can you use it?.&lt;br&gt;&lt;br&gt;4. What hours of the day are you normaly on?.&lt;br&gt;&lt;br&gt;5. What is your favorite Drink?.&lt;br&gt;&lt;br&gt;6. What is your favorite Food?.</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370334135839]]></link>
      <pubDate>Fri, 14 May 2010 21:19:53 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370334135839</guid>
    </item>
    <item>
      <title>Chapter B2. How-To: Code a race</title>
      <description>In this chapter we are going to talk about skill settings.&lt;br&gt;For example there is:&lt;br&gt;&amp;quot;skillX_setting&amp;quot;      &amp;amp;lt;This is nothing but how fast or how low your gravity is on each level.&lt;br&gt;&amp;quot;skillX_cmd&amp;quot;          &amp;amp;lt;Since cmd Means (Command) This is the &amp;quot;skillX_command&amp;quot;&lt;br&gt;&amp;quot;skillX_sfx&amp;quot;            &amp;amp;lt;This is just the special effects of what happens when a skill activates. It will do some sound or glowing effects when a skill activates.&lt;br&gt;&lt;br&gt;But today we are going to work on teh &amp;quot;skillX_setting&amp;quot;.&lt;br&gt;&lt;br&gt;For example we have are &amp;quot;numberoflevels&amp;quot; at &amp;quot;6&amp;quot; and we are going to use a speed skill so we would have to do this 6 times. (Remember to always put the &amp;quot;|&amp;quot; Between every skill setting.&lt;br&gt;&amp;quot;skillX_setting&amp;quot;   &amp;quot;es_xsetinfo wcs_speed 1.4&amp;quot; That would give the player 140% speed but we have to even the skill levels out so it would be:&lt;br&gt;&amp;quot;skillX_setting&amp;quot;   &amp;quot;es_xsetinfo wcs_speed 1.1|es_xsetinfo wcs_speed 1.25|es_xsetinfo wcs_speed 1.3|es_xsetinfo wcs_speed 1.4|es_xsetinfo wcs_speed 1.45|es_xsetinfo wcs_speed 1.5&amp;quot;.&lt;br&gt;You don't have to have the es_xsetinfo like that you can put it like this too:&lt;br&gt;&lt;br&gt;&amp;quot;skillX_setting&amp;quot;   &amp;quot;es_xset wcs_speed 1.1|es_xset wcs_speed 1.25|es_xset wcs_speed 1.3|es_xset wcs_speed 1.4|es_xset wcs_speed 1.45|es_xset wcs_speed 1.5&amp;quot;&lt;br&gt;tip: Don't use more than 9 &amp;quot;numberoflevels&amp;quot; only one digit for levels.&lt;br&gt;Any questions please comment&lt;br&gt;&lt;br&gt;~Reaper&lt;br&gt;&lt;br&gt;</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370329266165]]></link>
      <pubDate>Fri, 14 May 2010 20:40:44 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370329266165</guid>
    </item>
    <item>
      <title>Chapter B1. How-To: Code a race</title>
      <description>// &amp;quot;X&amp;quot;                                        &amp;amp;lt;Race Number goes here&lt;br&gt;// {                                           &amp;amp;lt;This &amp;quot;{&amp;quot; Always come after the race number&lt;br&gt;// &amp;quot;name&amp;quot;              &amp;quot;0&amp;quot;               &amp;amp;lt;What you want the name of the race called (Keep it short)&lt;br&gt;// &amp;quot;author&amp;quot;            &amp;quot;0&amp;quot;                &amp;amp;lt;Who made the race goes here&lt;br&gt;// &amp;quot;shortdescription&amp;quot;  &amp;quot;0&amp;quot;            &amp;amp;lt;Describe the race example: &amp;quot;shortdescription&amp;quot; &amp;quot;The camoflaged man!&amp;quot;&lt;br&gt;// &amp;quot;required_level&amp;quot;    &amp;quot;0&amp;quot;             &amp;amp;lt;What lvl you need before you can use the race&lt;br&gt;// &amp;quot;maximum_level&amp;quot;     &amp;quot;0&amp;quot;         &amp;amp;lt;How many times you can lvl on this race before you can't use it again &amp;quot;0&amp;quot; disables this&lt;br&gt;// &amp;quot;allow_only&amp;quot;        &amp;quot;0&amp;quot;              &amp;amp;lt;Who can use this race example: &amp;quot;allow_only&amp;quot; &amp;quot;&amp;amp;lt;STEAM_X:X:XXXXXXX&amp;amp;gt;&amp;quot;&lt;br&gt;// &amp;quot;teamlimit&amp;quot;         &amp;quot;0&amp;quot;               &amp;amp;lt;How many people can use this race on each team&lt;br&gt;// &amp;quot;restrict_shop&amp;quot;     &amp;quot;0&amp;quot;             &amp;amp;lt;What item from the shopmenu the race can't use example &amp;quot;restrict_shop&amp;quot; &amp;quot;&amp;amp;lt;bootspeed20&amp;amp;gt;&amp;quot;&lt;br&gt;// &amp;quot;preloadcmd&amp;quot;        &amp;quot;0&amp;quot;            &amp;amp;lt;Cmd means &amp;quot;Command&amp;quot; so what do you think it does?&lt;br&gt;// &amp;quot;player_spawn_cmd&amp;quot;  &amp;quot;0&amp;quot;        &amp;amp;lt;This will restrict weapons&lt;br&gt;// &amp;quot;round_start_cmd&amp;quot;   &amp;quot;0&amp;quot;           &amp;amp;lt;This is the command that you use when the round starts&lt;br&gt;// &amp;quot;round_end_cmd&amp;quot;     &amp;quot;0&amp;quot;           &amp;amp;lt;This is what will happen on death &lt;br&gt;// &amp;quot;numberofskills&amp;quot;    &amp;quot;0&amp;quot;              &amp;amp;lt;This is how many skills you have on the race&lt;br&gt;// &amp;quot;numberoflevels&amp;quot;    &amp;quot;0&amp;quot;              &amp;amp;lt;This is how many times you can level each skill&lt;br&gt;// &amp;quot;skillnames&amp;quot;        &amp;quot;0&amp;quot;                &amp;amp;lt;This is what you use to name your skills but you have to have the &amp;quot;|&amp;quot; Between each skill&lt;br&gt;// &amp;quot;skilldescr&amp;quot;        &amp;quot;0&amp;quot;                  &amp;amp;lt;This is how you describe the skill&lt;br&gt;// &amp;quot;skillcfg&amp;quot;          &amp;quot;0&amp;quot;                    &amp;amp;lt;This is how the skill will activate Example: &amp;quot;skillcfg&amp;quot; &amp;quot;Player_spawn|Player_attacker|Player_victim&amp;quot;&lt;br&gt;// }                                              &amp;amp;lt;Don't forget to keep these &amp;quot;{&amp;quot; &amp;quot;}&amp;quot; Even on each side&lt;br&gt;&lt;br&gt;So i hope this Guide helped you learn the basics to coding races :).&lt;br&gt;Any questions just comment&lt;br&gt;&lt;br&gt;~Reaper</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370273890687]]></link>
      <pubDate>Fri, 14 May 2010 13:27:44 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370273890687</guid>
    </item>
    <item>
      <title>Interductions</title>
      <description>Here you can interduct yourself/Tell people more about you</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370232448491]]></link>
      <pubDate>Fri, 14 May 2010 04:23:53 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370232448491</guid>
    </item>
    <item>
      <title>Scripts</title>
      <description>Post all your Scripts like this Boss Mod/New Commands/New Versions of WCS/WCSx and post the new stuff that comes with the new version and anything else Script-Like</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370228423072]]></link>
      <pubDate>Fri, 14 May 2010 03:05:19 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370228423072</guid>
    </item>
    <item>
      <title>Race Packages</title>
      <description>If anyone wants show there race packages comment them here or just post a site you put them on. Post them in a comment.&lt;br&gt;So far 1 race package. I'm making a starter race package and i have 5 races done in it.&lt;br&gt;The race package done has 7 races O/P (Over Powered) If you want any race packages Comment here to Talk to me in steam</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370228153085]]></link>
      <pubDate>Fri, 14 May 2010 03:00:25 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370228153085</guid>
    </item>
    <item>
      <title>Mods</title>
      <description>If you have any Custom mods you ahve made post here (I highly doubt anyone is going to make a mod)</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370228062552]]></link>
      <pubDate>Fri, 14 May 2010 02:58:47 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370228062552</guid>
    </item>
    <item>
      <title>Races</title>
      <description>Post all races in comment here. Any questions just comment</description>
      <link><![CDATA[https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370228002151]]></link>
      <pubDate>Fri, 14 May 2010 02:57:40 +0000</pubDate>
      <author>Equj</author>
      <guid isPermaLink="true">https://psteamcommunity.yuanyoumao.com/groups/ES_Coding_Alliance/announcements/detail/55346370228002151</guid>
    </item>
  </channel>
</rss>