DOOM SNAPMAP: PERSISTENT INTEGER TUTORIAL

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 11

  • @Phoenix-of9ne
    @Phoenix-of9ne 6 ปีที่แล้ว

    Well my gun question has been answered huge thanks bro

  • @o0b.a.d.fluppy0o39
    @o0b.a.d.fluppy0o39 8 ปีที่แล้ว

    so in short all i want to transfer needs his own intcompare and keys for expl would trans too?

  • @AbeVsTheWorld
    @AbeVsTheWorld 8 ปีที่แล้ว

    Question: How many integer compares can be tested at a time? On the next level, I have 16 integer compare being tested, and it didn't gave me what I want.

    • @DANIELRONCA716
      @DANIELRONCA716  8 ปีที่แล้ว

      InvisibleAbe Tube there's only 16 of them, and they only work when your levels are published and if you stay in that server! once you leave the server, they reset!

    • @AbeVsTheWorld
      @AbeVsTheWorld 8 ปีที่แล้ว

      Directx231 It is in the same server. All three maps are connected to next map module.

    • @AbeVsTheWorld
      @AbeVsTheWorld 8 ปีที่แล้ว

      Directx231 Here is what I'm trying to do. In the first map, I have powerups modifiers (ex: damage increase by 25) scattered. I want to transfer that to the next map. So I use interger compare with the persistent integer. I have other powerups and each is 4 of them, so that is 16 in total. So I have 16 interger compare to test in the next map and I connect it with map start. And it did not gave me the previous stat boost. Now I don't if I did something wrong, or the game itself cannot test 16 integer compare at the same time. (Like the game cannot spawn more than 12 enemies for example.) You get me?

    • @DANIELRONCA716
      @DANIELRONCA716  8 ปีที่แล้ว

      InvisibleAbe Tube OK! if you want to increase damage on the player, you need to use a number tile! in order for it to work, you have to use the "set number" link and swap the value in the "set number" with the persistent integer! that's how you get that to work!

    • @AbeVsTheWorld
      @AbeVsTheWorld 8 ปีที่แล้ว

      Directx231​ Thanks. But I think I found the problem. I'll share with you the problem once I completely confirm the issue. Just give me a sec.

  • @theriffwriter2194
    @theriffwriter2194 6 ปีที่แล้ว

    Sooooooo an integer is used to keep score?

    • @DANIELRONCA716
      @DANIELRONCA716  6 ปีที่แล้ว

      John Milton an integer is a simple number variable that can be used to keep count of something. SCORE, LIVES, COINS, anything!