Search results for query: *

  1. lilaj67

    Netcode Issue Reports (Report netplay issues HERE!!)

    When I join a server that has 5 or more people it says "downloading game state" and never ends up joining the server.
  2. lilaj67

    SOCing action help

    It works but I'm still wondering how to make it actually explode. The "shhuuiiisshh" sound effect plays but there isn't any actual explosion going on. I know that the way to fix this is to set the pain chance up but there isn't any actual object linked to the S_EXPLODE state. So how to I set...
  3. lilaj67

    SOCing action help

    So now I got the state and object set up. How do I make it to where it explodes when I thok? When I thok instead of it exploding it is just one spark that goes up and disapears, rather than exploding into many sparks. This is my soc so far FREESLOT S_LIGHT MT_LIGHT SPR_LITE S_EXPLODE MT_EXPLODE...
  4. lilaj67

    SOCing action help

    Should the second object be spawned in side of the "NEXT" tab in the state like this? State S_LIGHT2 SpriteName = NULL SpriteFrame = 0 Next = S_LIGHT Action None
  5. lilaj67

    SOCing action help

    What is the way I do that? Deathstate really doesn't work because I can't get my thok item to die in the first place, otherwise the death state I could use to spawn an object with an object. So How do I make it die?
  6. lilaj67

    SOCing action help

    So I finally know what I want him to do. Is there any way I can make him thok and have two items at once? You know how the explosion ring has an explosion of sparks and plays the "doosh" sound effect? What I'm trying to do is make it to where his thokitem shows the explosion each time the...
  7. lilaj67

    SOCing action help

    So do I create another object for that or do I just add the action into my already made thokitem/spinitem object?
  8. lilaj67

    SOCing action help

    Never mind, I fixed that problem myself. So now that I have my object set up and working, I want to know one more thing. You know how when two ring tosses collide and the screen flashes and goes BOOM. How do I make it do that upon collision with an enemy? I shouldn't need as much help with this...
  9. lilaj67

    SOCing action help

    This is the updated script with some fixed problems FREESLOT S_LIGHT MT_LIGHT SPR_LITE State S_LIGHT SpriteName = LITE SpriteFrame = A Duration = 5 Next = S_LIGHT Action None Object MT_LIGHT MapThingNum = 0 SpawnState = S_LIGHT SpawnHealth = -16578 SeeState = S_NULL SeeSound = sfx_none...
  10. lilaj67

    SOCing action help

    So should it look like this? FREESLOT S_LIGHT MT_LIGHT SPR_LITE State S_LIGHT SpriteName = LITE SpriteFrame = A Duration = 5 Next = S_LIGHT Action None Object MT_LIGHT MapThingNum = 0 SpawnState = S_LIGHT SpawnHealth = 0 SeeState = S_NULL SeeSound = sfx_none ReactionTime = 15...
  11. lilaj67

    SOCing action help

    Okay, so using freeslot allows me to make an object name whatever I want? So does the object name have to be listed inside the soc? Or does freeslot just connect that created object name to the soc automatically? Wait forget everything I just said I didn't read the full soc so I got confused...
  12. lilaj67

    SOCing action help

    Thank you for the info, I'll let you know how it goes. ---------- Post added at 01:48 AM ---------- Previous post was at 01:45 AM ---------- But I do have a few other questions, how do I make a custom thok item and how do I link the thok item to the to the soc? Also what state type should I...
  13. lilaj67

    SOCing action help

    I ment to say LUA help Okay so I'm pretty new to LUA so I need some help on what I should do. So I have a character I'm creating and I though of a certain power I wanted to have. I wanted my character to leave behind temporary a light trail when he spins; and when he does a homing attack he can...
  14. lilaj67

    A new problem

    Okay cool thanks for telling me, I just wanted to test it out and he was invisible. (because on the cadronov2.wad i could see his undone frames that's why.
  15. lilaj67

    A new problem

    Oh yeah. I had the problem that my character wad isn't showing up. when I play it is invisible no matter what editor I use. Is it the sprites?
  16. lilaj67

    A new problem

    But I tried and it didn't work the palette is all black and white.
  17. lilaj67

    A new problem

    I have slade and it works. I have SLADE now and it does the same thing! by the way how do I hook up srb2's palette to SLADE?
  18. lilaj67

    So, whats your favorite map

    My favorite map wad? Well mine is a map pack!, scr-acidmissile.wad.
  19. lilaj67

    A new problem

    But slade worked for a while but when i start it after trying to use it it doesn't start with that loud sound with the red circle with the X. i already tried it didn't work. --------------------- And by the way what do you mean by converting it to palette?
  20. lilaj67

    Cracks in the Floor in OpenGL

    It doesn't seem to be very important of a bug. I see it sometimes but not really.
Back
Top