Custom Inventory & Respawn
- The_Spartan
- Posts: 79
- Joined: Fri Oct 12, 2012 1:12 pm
- Location: Italy
- Contact:
RE: Custom Inventory & Respawn
Tried, it does nothing. What was that script for anyway?
D:
D:
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
RE: Custom Inventory & Respawn
It turns on the item respawning on the server... But use for example Inventory.RespawnTics 70 on your AxeGiver, it will make it Respawn after two seconds.The_Spartan wrote: Tried, it does nothing. What was that script for anyway?
D:
If it doesn't work, then try adding +ALWAYSRESPAWN again, since it respawned when i used it.
- The_Spartan
- Posts: 79
- Joined: Fri Oct 12, 2012 1:12 pm
- Location: Italy
- Contact:
RE: Custom Inventory & Respawn
Tried both, I made a Doomseeker server just for test, it doesn't work. My AxeGiver doesn't respawn.
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
RE: Custom Inventory & Respawn
Or you can also try changing SV_ItemRespawn 1 to SV_ItemRespawn 16384
(In the ACS script i wrote earlier)
(In the ACS script i wrote earlier)
Last edited by Vincent(PDP) on Mon Mar 31, 2014 4:54 pm, edited 1 time in total.
- The_Spartan
- Posts: 79
- Joined: Fri Oct 12, 2012 1:12 pm
- Location: Italy
- Contact:
RE: Custom Inventory & Respawn
It's boolean: it doesn't make sense. Maybe you mean dmflags?
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
RE: Custom Inventory & Respawn
It is a DMFlag, yesThe_Spartan wrote: It's boolean: it doesn't make sense. Maybe you mean dmflags?
http://wiki.zandronum.com/DMFlags
And it says that it's value is 16384
Last edited by Vincent(PDP) on Mon Mar 31, 2014 4:57 pm, edited 1 time in total.
- The_Spartan
- Posts: 79
- Joined: Fri Oct 12, 2012 1:12 pm
- Location: Italy
- Contact:
RE: Custom Inventory & Respawn
I already tried, nothing. This is really freaking me out -.-
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
RE: Custom Inventory & Respawn
Srsly what's wrong with it, it respawned to me before while i was working on making it stay... ;_;The_Spartan wrote: I already tried, nothing. This is really freaking me out -.-
Send it again, and i'll look at it ASAP. Not today, but maybe tomorrow
Last edited by Vincent(PDP) on Mon Mar 31, 2014 5:02 pm, edited 1 time in total.
- The_Spartan
- Posts: 79
- Joined: Fri Oct 12, 2012 1:12 pm
- Location: Italy
- Contact:
RE: Custom Inventory & Respawn
I can resend you the pk3, so you can see by yourself what's wrong, or maybe you can just see the differences :)
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
RE: Custom Inventory & Respawn
Yeh :)
Well i gotta go, I'll hopefully have time to look at it tomorrow.
Well i gotta go, I'll hopefully have time to look at it tomorrow.
Last edited by Vincent(PDP) on Mon Mar 31, 2014 5:06 pm, edited 1 time in total.
- The_Spartan
- Posts: 79
- Joined: Fri Oct 12, 2012 1:12 pm
- Location: Italy
- Contact:
RE: Custom Inventory & Respawn
Have you done anything yet?
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
RE: Custom Inventory & Respawn
No, sorry... Got a really busy week :[
RE: Custom Inventory & Respawn
ConsoleCommand is not safe to use anymore, devs are considering removing it, that would break your mod if you used it...
𝕂𝕝𝕠𝕗𝕜𝕒𝕔