Jump to content
Mr. Green Gaming

CsenaHUN

Members
  • Posts

    246
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by CsenaHUN

  1. 4 Maps with Benox's custom objects. Cannot upload these via map uploader due to all maps has separated resources.

    Tested the maps in the map uploader, all passed. Do not set GM on The Mess pls.

    Do not have vid, only one picture: (The car is not uploaded with the maps!!!)

    3ymd7iwpc7t1iam6g.jpg

    map-benox.zip

    objects-bollardlights.zip

    Edit: Removed the cam script that I accidently left in the maps.

    Edit 2.0: Disabled the fire effect on race-almoststraight. Only need to upload that one. If it is not working properly just delete it.

     

     

    race-circuitish.zip

    race-differentroads.zip

    race-themess.zip

    race-almoststraight.zip

  2. I am not really active nowdays, but I was playing on green today. There was a map (do not know the name) wherein I downloaded a song. The song size is 15 MB. WTF?! I like Mario Ranieri. He is a really good techno DJ, but I do not put his music in my maps. My favourite song is Mario Ranieri - Live at TechnoEnergy FM_2005. It is only 115 MB.

    Before I reinstalled win7 my mta folder size was almost 4GB. 4GB!!!

    I do not have problem with custom vehicle and custom texture or model, but I do not want download useless mp3 files, because I always turn the music off (Yoshi's musics are ok.).

    There are tons of programs on the Internet that can compress mp3 files without loosing quality. FFS use them!

    So let me help you guys.

    Link

  3. I think it is a good map. Your work should not be wasted, accordingly I suggest you to post your map on ffs forum. They have a really good dm server (there are few maps which is not really dm, so I think your map could be accepted) and they do like scripted maps. Probably They also suggest some changes, but I think it worth a try.

  4. My last map for the Green server.

    I started making this map with CRYOSPHERE, but 1 week ago he left this community and I have not seen him on IRC since he left. I do not want to wait more for his cam script.

    I have to agree with CRYOSPHERE, there are too many maps on the server that I do not like. It is not fun anymore. I am not going to sit in judgement on mappers. I already mentioned what is my problem with some of them.

    So I leave this community.

    I would like to thank BinSlayer and SDK. They did help me a lot in scripting, mapping and testing.

    I hope I was useful member of this community. I always tried to help in everything where I could. I was the first who started making maps for this server. I made some tutorial. Shared some useful utils. I did my best.

    About the map:

    It is a DM map with cps.

    22 cps

    32 spawnpoints

    Custom sound effects and textures

    race-decide.zip

  5. Wow! You are good at photoshop. I do not know why I have not seen this topic.

    May I have one too?

    lamborghini-reventon-1-big.jpg

    Or any other Reventon would be cool. This car has the most beautifull butt in the world.

    And with our SKC logo of course. You can get it from here: link

  6. Just a short script: Water and Sky colour changer


    -----------------
    --Water Colours--
    -----------------

    wr = 112 --Red
    wg = 219 --Green
    wb = 147 --Blue
    wa = 200 --Alpha (visibility)

    ---------------
    --Sky Colours--
    ---------------

    str = 0 --skytopRed
    stg = 0 --skytopGreen
    stb = 0 --skytopBlue
    sbr = 0 --skybottomRed
    sbg = 0 --skybottomGreen
    sbb = 0 --skybottomBlue

    function thaResourceStarting( )
    setWaterColor ( wr, wg, wb, wa ) --water
    setSkyGradient( str, stg, stb, sbr, sbg, sbb ) --sky
    end
    addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting)


    <script src="watersky.lua" type="client" />

    You can find colour codes here: link

×
×
  • Create New...