Announcement

Collapse
No announcement yet.

Malice source code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Malice source code

    Too late..but
    I found my restored src on usb flash with quake stuff.

    https://github.com/st1x51/Quake-Malice-QuakeC

  • #2
    Hello st1x51,

    Thank you very much that you did not forget us and share the source.

    For people who didnt know, st1x51�s post belongs actually to this thread. That thread got autolocked from the unique quakeone.com forum feature.

    Thanks again st1x51.

    Best wishes,
    Seven

    Comment


    • #3
      Ah,this version has some changes in messages(they are on another language,i am so sorry).

      btw, i want to restore Alien Quake mod src by fallus666(not the conversion),because its very cool mod for me)

      Comment


      • #4
        Hi st1x51!

        Great someone broke the Malice.qc. I've been trying for long but never got a grip on it.
        Glad to have this, brings the oppertunity for the tricks hidden in this mod.

        Additional: I tested the malice code with ftqccgui and the only break I found was in doors.qc line 513:

        Code:
        float SECRET_OPEN_ONCE = 1;		// stays open
        float SECRET_1ST_LEFT = 2;		// 1st move is left of arrow
        float SECRET_1ST_DOWN = 4;		// 1st move is down from arrow
        float SECRET_NO_SHOOT = 8;		// only opened by trigger
        float SECRET_YES_SHOOT = 16;	// shootable even if targeted
        This is already declared in defsmalice.qc line51, and after deleting it the code turns well.

        You did a great job.

        Comment


        • #5
          Oh,i must fix the warnings(157 warnings).
          Compiled with last fteqccgui.

          Comment


          • #6
            So, is this an official source release or decompiled/cleaned up source for malice?
            I thought we had an official source released. Hmm..
            anyways cool!
            www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

            Comment


            • #7
              Its decompiled src.
              Original src was never released.

              Comment

              Working...
              X