Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Journalist_Kuro

Members
  • Content count

    22
  • Joined

  • Last visited

About Journalist_Kuro

  • Rank
    Warming Up

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Journalist_Kuro

    VALIS (32-Map Singleplayer Megawad)

    Finished this map set today. And it was really good! Loved everything about it: Design, Encounters, Story and overall atmosphere of this WAD Played this one with mods, so i can't really tell about balance and other stuff here However, i've encounter some softlocks Overall, really decent mapset :) Good job
  2. Journalist_Kuro

    Issue with creating own function

    So its not possible to use global variables in Statusbars?
  3. Journalist_Kuro

    Issue with creating own function

    Well, while creating mode i AGAIN run into an issue This time i cant use global variable inside statusbar class It's gives me "Can't call play function Get from ui context". I guess Statusbar don't want to work with global variables..? Here is code from HUD:
  4. Journalist_Kuro

    Issue with creating own function

    Thanks you so much! Your solution helped me :) ZScript feels kinda funky after Unity, haha
  5. Journalist_Kuro

    Issue with creating own function

    Hello Doom world! Some time ago i started to learning ZScript. After a while working on project i run into a problem with code itself. I've tried to create my own function with adjusted integer variable. Where it's increases global variable for specific amount (HyperAmount) If that variable is greater than 100 it's deploying specific message. When i run GZDoom i have errors for 8th and 11th lines: Here is my function that i've made: class NewWeapon : Weapon{ States{ void A_Hyper(int HyperAmount){ //First error let g = HyperVariables.Get(); if (g.HyperStack > 100){ //Second error Console.Printf("Hit Hyper max value!"); } else{ g.HyperStack += HyperAmount; Console.Printf("My given Hyper equal: %d" + HyperAmount); } } } } Hope someone will help me :)
  6. Journalist_Kuro

    vorpal's 2020 wad picks from the community

    It was unexpected that my WAD would be added to this list..... Thank you for mentioning Project-19!
  7. Journalist_Kuro

    PDA compatibility issue with ZDoom maps

    Well... This topic is useless. Because we understand what was the problem. That happend, because we forgot put into the code: #library
  8. Journalist_Kuro

    PDA compatibility issue with ZDoom maps

    Hi guys! Our team encountered a map compatibility issue When we add that PDA script we have such problem: We tried to fix it but to no avail This problem occurs when the map contains any scripts Even if that script contains: Here a soruce code (pk3 version): https://www.dropbox.com/s/haex0j9us3m9mqn/Source2.pk3?dl=0 If that important original source code (wad version): https://mega.nz/file/U3IRzKzB#Vdo2h5f66yqVpAv9XFU9t8IQ1Csk-tl5cKFM7t1a0dU And issue test wad: https://www.dropbox.com/s/uiw3pda34lhekzv/PDA_IssueTest.wad?dl=0 Author of code is @bolon667 I hope someone will help with such unusual problem...
  9. Journalist_Kuro

    Problem with bullet tracers

    Thats work! Thank you a lot!
  10. Journalist_Kuro

    Problem with bullet tracers

    Hi guys! While i'm making my mod i ran into problem: A_RailAttack does not create BulletPuff.... Here a video: Also, here's a code: And if it can't be fixed, how can i recreate this bullet tracer? Please help >.>
  11. Journalist_Kuro

    Project-19 || Boom WAD

    Hello again! I think this last bug fix and etc. So..... now i fixed texture bugs in PrBoom Also, new link: https://www.dropbox.com/s/ffave0g3snfoy3g/Project-19 .wad?dl=0
  12. Journalist_Kuro

    Project-Unlimited [WAD]

    Just played that, I can say: Not bad for a begginer! But there was some strange moment like a that secret Also, its really strange to put the blue key out of sight Anyway i enjoyed that little wad! Keep working on that!
  13. Journalist_Kuro

    Project-19 || Boom WAD

    Hi! Thanks to evryone, who gave me a feedback I discovered bugs thanks to you https://www.dropbox.com/s/ecqimceuy0tvycg/Project-19.rar?dl=0
  14. Journalist_Kuro

    Project-19 || Boom WAD

    Guys? Can i have a some feedback, please? I just want to improve my skills in mapping :(
  15. Journalist_Kuro

    Project-19 || Boom WAD

    Well, New version come! Updated: - Added help message, if you are get lost in map (Sorry for my English) - Added ShortCuts room - Fixed some bugs Here a link: https://www.dropbox.com/s/ecqimceuy0tvycg/Project-19.rar?dl=0
×