MRU Revamp and the Scripting/Mapping Forums

Started by Cobra {sfx}, December 20, 2015, 12:19:02 PM

Previous topic - Next topic

Cobra {sfx}

Please bear with MRU as we still convert the old forums over to this new style, Nick is on the case, if you still need access to them you can find them here ...

http://www.old.mods-r-us.net/forums.php

... Please just use for reference until the migration is complete :)
Sleep? What is that?

LeBabouin {sfx}

This is very pleasant news, im impressed by your investment. Let's hope Goober still can breathe from time to time :)

=[M.A.W]=DoubleKill

On the website could you put support for mohaa scripting using colors like mohaa tools does?

I think the scripters would like to see the code that way our maybe like the view of C/C++ language.


Cobra {sfx}

#3
Yeh poor Nick has some work to do lol ;)

Nice idea with the coloured script too Double, do you know what he means Nick? They use it on XNull, when you open a code box it will colour various parts of the script you place there which can make it easier to follow and error check.

Sleep? What is that?

Goober {sfx}

Quote from: Cobra {sfx} on December 25, 2015, 05:28:05 AM
Nice idea with the coloured script too Double, do you know what he means Nick? They use it on XNull, when you open a code box it will colour various parts of the script you place there which can make it easier to follow and error check.

I'll see what i can do.  ;)

Cobra {sfx}

I guess it just needs a code block that recognises C++, it should look like this when you paste code into the box ...

Sleep? What is that?

Goober {sfx}

I added some type of code mod. Let me know if it does what you need.




Cobra {sfx}

#7
Ok will test it here ...

Code (cpp) Select
Flasher:
self thread Marker
while(1)
{
self show
wait 1
self hide
wait 1<--- can you make numbers Orange?
}
// blah blah <--- can you make any text with // in front of it Green


end


Sleep? What is that?

Goober {sfx}


Cobra {sfx}

Sleep? What is that?

Goober {sfx}

Quote from: Cobra {sfx} on December 26, 2015, 12:06:54 PM
Yeh thats it, can the colours be changed?

I'll work on changing the colors..... they're awful to look at.... lol.  ;D

Cobra {sfx}

#11
See if you can match the colours to the example pic i used a few posts above, thats how i see it in Notepad++ :)
Sleep? What is that?

Goober {sfx}

How about that?

If you use [ code=cpp ], it will format to c++

Goober {sfx}

You need to set it up like this: It has to look like picture 2.



Cobra {sfx}

#14
Some colour requests in that above pic lol ;)
Code (cpp) Select

GreenCorona local.origin:

local.AL_Number = randomint 70000
local.AL = spawn script_model model models/fx/corona_green_bright.tik
local.AL.targetname = ("ALLIES" + local.AL_Number)
$("ALLIES" + local.AL_Number) notsolid
$("ALLIES" + local.AL_Number).origin = local.origin
iprintlnbold_noloc "[Green Corona Added]"
$("ALLIES" + local.AL_Number) thread Flasher // Insert Girly Scream Here
end



Flasher:
self thread Marker
while(1)
{
self show
wait 1
self hide
wait 1
}
end



Lookin much better :)
Sleep? What is that?