Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Preview SoRealism BETA
be able to do a melee attack with the gun (smash the guy with the weapon cross)
IR scope shouldnt be like that (needs a fix!!) enable night vision (for night map at least if you dont make time cycle) be able to kick away nades , prone with sniper = longer hold breath (I think its easier to aim and hold breath while in prone than when standing right?) no score showing when kill, assist, etc. silencer decrease range and damage , mask for when theres smoke nades (or else he would cough at least...) if flash, or stunned he goes to crouch position and move slower (that hurts doubt you can run when you got that)
Reply

So much work for disabling IR scopes

Code:
DisableIR()
{
    wep = self getCurrentWeapon();
    if ( isSubStr( wep, "_ir" ) )
    {
        for(i = 0;i < wep.size;i++)
        {
            if( GetSubStr( wep, i, i+2 ) == "_ir" )
            {
                IRCount = i;
                Word = "";
                WordCount = 0;
                for(;;)
                {
                    if(WordCount == IRCount)
                        break;
                    Word += GetSubStr( wep, WordCount, WordCount );
                    WordCount++;
                }
                WordCount = IRCount+3;
                WepCount = wep.size;
                for(;;)
                {
                    if(WordCount > WepCount)
                        break;
                    Word += GetSubStr( wep, WordCount, WordCount );
                    WordCount++;
                }
                self takeWeapon(wep);
                self giveWeapon(Word);
                self switchToWeapon(Word);
                self iPrintLnBold(Word);
                break;
            }
        }
    }
}
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

why not just make a new vision? or import the one from MW2
Reply

(08-10-2011, 23:01)Scripts18 Wrote: why not just make a new vision? or import the one from MW2

Sir, please read the part about 'disabling'
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

(08-10-2011, 23:07)AZUMIKKEL Wrote:
(08-10-2011, 23:01)Scripts18 Wrote: why not just make a new vision? or import the one from MW2

Sir, please read the part about 'disabling'

the "so much work disabling it" ?
doesnt mean you cant re-enable them and fix them, I mean they probably use those scope in real life any way
Reply

(08-11-2011, 00:10)Scripts18 Wrote:
(08-10-2011, 23:07)AZUMIKKEL Wrote:
(08-10-2011, 23:01)Scripts18 Wrote: why not just make a new vision? or import the one from MW2

Sir, please read the part about 'disabling'

the "so much work disabling it" ?
doesnt mean you cant re-enable them and fix them, I mean they probably use those scope in real life any way

I see what you did there.
Reminds me about the vision thing, I think I can change a player's vision by menus now. After SoRealism I'll try making a massive quickmenu with 9001 features.

Anyways, im going to sleep now. tomorrow ill see if i can modify the infrared.vision file and copy everything from the default.vision over
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

>SoRealism Beta V0.10<
+Restricted IR scopes.
+Removed medals (FIRST BLOOD, SKEWER, YOU KILLED.., etc.)
*Fixed resupply crates' physics. (Will make a skin saying 'AMMO'.)
*Fixed crippled legs, bleed effects and bloody screen sometimes staying through the next life.
-Removed kick for teamkilling.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

2222th view!!!!

hum I feel stupid Confused
Reply

lulz keyboard enemy scripts your posts are waaay to much
Reply

Nova should restrict custom titles so we can see each other's awesome

Btw, I only got feedback like the 24 hours after I sent out betas. I guess that's how long people enjoyed it o:
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] FXAA Injector Battlefield 3+Best Settings [Update danoc1 v1.3 Beta] iPaddie 31 65,651 08-30-2013, 00:51
Last Post: Squideh
  [Release] Semi hardcore 1.1 beta (Killcam on and ff off) atenziono 61 40,074 08-09-2013, 18:13
Last Post: OzonE
  [Release] Tactical Training Mod Beta 2 Hixos 30 29,105 05-31-2013, 17:20
Last Post: kool123
  [Tutorial] How to get a CS:GO beta key Romuald27 17 11,276 04-05-2013, 18:12
Last Post: SuperNovaAO
  [Release] HideAndSeek Mod v1.0 BETA Tomsen1410 18 19,192 03-21-2013, 08:13
Last Post: Ryanrc
  [Release] Zombie Epidemic Mod Beta Lemon 92 70,042 03-07-2013, 12:30
Last Post: Lemon
  [Release] Black Tomato M 0.4.2 BETA // Ingame Admin Menu d0h! 5 12,637 01-01-2013, 22:23
Last Post: joey
Rainbow [Release] xZombie Mod (Beta) Nekochan 206 101,585 01-01-2013, 08:33
Last Post: SMIRNOFF2096
  [News] Guild Wars 2 Beta Lemon 10 7,766 12-11-2012, 16:48
Last Post: narkos
  [Release] OMA Zombie Mod Beta Yamato 123 83,766 12-04-2012, 02:08
Last Post: islamsaab

Forum Jump:


Users browsing this thread:
2 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2025 Melroy van den Berg.