Scrider

Results 1 to 21 of 21
  1. #1
    Enthusiast Kmod is offline
    MemberRank
    Dec 2008 Join Date
    42Posts

    Scrider

    Lol. I was reading filelist.xml, and for some reason I did a search for Scrider.
    This is what came up:
    Code:
    	<FILE NAME="sfx/ef_scrider_run.bmp.dds" CRC32="f0fcb6d2"/>
    	<FILE NAME="sfx/ef_scrider_run.elu" CRC32="f0eafdef"/>
    	<FILE NAME="sfx/ef_scrider_run.elu.ani" CRC32="b9223afe"/>
    So I opened up the sfx.mrs and found those files therein. First I opened up Photoshop to view the
    the .dds. This is what the file looks like.



    So then I opened up blender, imported the .elu file, and to my amazement I saw that little stinker hiding in there somewhere. Aha. I'm sure some of you guys already discovered this.

    Lol, nice to see what he kinda looks like. XD.











  2. #2
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: Scrider

    nice findout :P

  3. #3
    Sharing is caring KillerStefan is offline
    MemberRank
    Feb 2007 Join Date
    NetherlandsLocation
    2,554Posts

    Re: Scrider

    Ooh noes!
    Scrider!

  4. #4
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Scrider

    lol thats actually quite clever. I always wondered why they put those files in there.

  5. #5
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: Scrider

    gonna try to balance a Quest for it :P

    EDIT: n Skills?

  6. #6
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Scrider

    Omgawd x3
    Make it work ;D

  7. #7
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: Scrider




    Isnt it an auto-bot >_>

  8. #8
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Scrider

    yea I was thinking the same if I was looking at the head ;D

  9. #9
    Account Upgraded | Title Enabled! Mr.Lucifer is offline
    MemberRank
    Apr 2007 Join Date
    797Posts

    Re: Scrider

    I remember when people first began talking about Scrider ages ago. They said as soon as .elu's were fixed someone would release it fixed. Someone should do that.

  10. #10
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: Scrider

    it isnt textured

  11. #11
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: Scrider

    wow. nice on finding it.
    i might do something with that on blender.

  12. #12
    Enthusiast Kmod is offline
    MemberRank
    Dec 2008 Join Date
    42Posts

    Re: Scrider

    Yup, it's got no texture, and no animation. But it came with an .elu.ani file, so perhaps thats our ticket to exporting. Lol. I really have no clue what I'm talking about but I certainly love to experiment. I imported the .elu into blender then exported it as an .obj file and then imported it into Poser 7, then exported it as an .obj file back into blender, then exported it and did an overwrite of the scrider elu.ani and blender didn't show any errors as far as exporting it. So i dunno what that means really. But you guys should get poser7 or use whatever program you preferr and try to come up with some textures and animation, then show us what you came up with and how you did it.

  13. #13
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Scrider

    Normaly You can find the Texture name in the .elu
    Maybe the texture with some luck is somewhere on the internet ;D

  14. #14
    Enthusiast Kmod is offline
    MemberRank
    Dec 2008 Join Date
    42Posts

    Re: Scrider

    Quote Originally Posted by CrashPoint View Post
    gonna try to balance a Quest for it :P

    EDIT: n Skills?


    npc.xml (Found in an early copy of International GunZ)

    Code:
    <NPC id="46"
    	 name="Scrider"
    	 meshname="Scrider"
    	 grade="legendary"
    	 max_hp="100"
    	 max_ap="0"
    	 dc="5">
    	 <COLLISION radius="40" height="150"/>
    	 <ATTACK type="melee" range="100" weaponitem_id="300000" />
    	 <SPEED default="150" rotate="4.712" />
    	 <SKILL id="18"/>
    	 <SKILL id="17"/>
    	 <SKILL id="16"/>
    	 <DROP table="l2" />
    </NPC>


    zitem.xml (Found in an early copy of International GunZ)

    Code:
    	<ITEM id="300000" name="Goblin Dagger" mesh_name="" totalpoint="0" type="melee" res_sex="a"
    		res_level="0" slot="melee" weapon="dagger" weight="5" bt_price="20" delay="366" damage="12"
    		range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="0"
    		bullet_image_id="0" magazine_image_id="0" desc="Dagger used by Goblin." />

    zskill.xml (Found in an early copy of International GunZ)


    Code:
    	<SKILL id="16" name="Stun Fist" effecttype="4" hitcheck="false" guidable="false" delay="3000"
    		lifetime="0" effectstarttime="0" effecttime="2000" effectarea="0" resisttype="0" mod.damage="30"
    		mod.dot="0" mod.criticalrate="20" mod.speed="100" mod.antimotion="false" mod.root="true"
    		castingpreeffect="ef_stun"  castingpreeffectType="3" ></SKILL>
    	<SKILL id="17" name="Call Death" effecttype="0" hitcheck="false" guidable="false" delay="300000"
    		lifetime="0" effectstarttime="0" effecttime="0" effectarea="0" resisttype="0" 
    		castingpreeffect="ef_death"  castingpreeffectType="3" castingeffectType="3" mod.damage="1000"
    		mod.dot="0" mod.criticalrate="100" mod.speed="100" mod.antimotion="false" mod.root="false"
    		effectsound="fx_magic_death"/>
    	<SKILL id="18" name="Methor" effecttype="3" hitcheck="false" guidable="false" delay="20000"
    		lifetime="0" effectstarttime="0" effecttime="3000" resisttype="1" difficulty="50" mod.damage="20"
    		mod.dot="20" mod.criticalrate="100" mod.speed="100" mod.antimotion="false" mod.root="true"
    		castingeffectSp="MethorEffect" castingeffectSpCount="1" castingeffectType="2"></SKILL>

    scenario.xml as well as npcset.xml with scrider code can be found in the Ragezone.com server files download.
    the animationevent.xml can be found in "T6 Mrs Stuff" source files available for download here on ragezone.

  15. #15
    Proficient Member taurias is offline
    MemberRank
    Dec 2008 Join Date
    178Posts

    Re: Scrider

    well i examined the model and found a couple of things... first trying to texture that is gonna be a pain... its be easier to make a totally new model... just check out wat the uv looks like lol they were gonna use a .dds texture as usual... i also found that the model it self is not complete based on this image in the monster bible :


    any1 wanna make a model from this pic?

  16. #16
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Scrider

    Quote Originally Posted by taurias View Post
    well i examined the model and found a couple of things... first trying to texture that is gonna be a pain... its be easier to make a totally new model... just check out wat the uv looks like lol they were gonna use a .dds texture as usual... i also found that the model it self is not complete based on this image in the monster bible :


    any1 wanna make a model from this pic?
    I was going to mention that picture, just use it as a basis for the texture. And yea it would probably be best to start from scratch for making him.

  17. #17
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: Scrider

    Maybe add as a character selection character? =D <-- idea?
    anyways, good luck.

  18. #18
    Proficient Member taurias is offline
    MemberRank
    Dec 2008 Join Date
    178Posts

    Re: Scrider

    its doesnt have animation files so for character selection thats a no... but 1 thing we could do is turn it into a armor set or edit the model to put it in a quest...

  19. #19
    Member {wilber} is offline
    MemberRank
    Mar 2008 Join Date
    93Posts

    Re: Scrider

    wow nice discover call of death 1000 dmg and 30000 delay lol that is easy to dodge

  20. #20
    Apprentice exeln is offline
    MemberRank
    Mar 2009 Join Date
    6Posts

    Re: Scrider

    lucky you get to import elu's mine won't even work.

  21. #21
    FGunZ Developer StephanW is offline
    MemberRank
    Dec 2008 Join Date
    The NetherlandsLocation
    743Posts

    Re: Scrider

    Scrider should be Dungeon boss, not release @ ijji.
    I knew this already but never imported the elu in blender lol.



Advertisement