I'll take that bet.
[editline]19th August 2012[/editline]
I'm pretty sure you now owe me $100 dollars cartman.
What's going to be done about the hand weapons (gdo, hand device, etc.) shaking?
Absolutely nothing. Only happens on MP for a reason I don't know.
hey, ronon, why did you make second cap folder and not modified current entity code using
if GMod13 then
else
end
?
[QUOTE=cartman300;37316290]hey, ronon, why did you make second cap folder and not modified current entity code using
if GMod13 then
else
end
?[/QUOTE]
Because I don't want to have to do that. Especially when in a months time it won't be needed. And stop dodging the $100 dollars... I will remember.
[QUOTE=Ronon Dex;37315765]Absolutely nothing. Only happens on MP for a reason I don't know.[/QUOTE]
it's happened to me on SP before
hey guys, I am doing more on the wiki, adding in updates and cleaning more code that I messed up before.
Some opinions Please
Do you think, that I should keep the asgard teleporter and atlantis transporter in the misc tab, or add them in the stargate systems, which includes rings and stuff, and all the other teleporters. These are teleporters, but reqiure wiring to work. Any ideas.
P.S. Ronon, just an idea, but madman said on his atlantis transpoter, the doors closed. Any chance of that on your one??? :D
[QUOTE=orrila;37317501]
P.S. Ronon, just an idea, but madman said on his atlantis transpoter, the doors closed. Any chance of that on your one??? :D[/QUOTE]
I've said this before. The Atlantis Transporter model doesn't have any door animations built in.
[QUOTE=Ronon Dex;37317524]I've said this before. The Atlantis Transporter model doesn't have any door animations built in.[/QUOTE]
ok, so, how come madmans did. Cant you use the model he had???
[QUOTE=orrila;37317539]ok, so, how come madmans did. Cant you use the model he had???[/QUOTE]
Madman's doors were probably a separate model.
[QUOTE=Ronon Dex;37317545]Madman's doors were probably a separate model.[/QUOTE]
ok
[QUOTE=fdinasty;37289475]when any gate type is spawned (either by gatespawner or manually)
[addons\cap\lua\stargate\server\wire_rd.lua:302] attempt to call global 'RD_AddResource' (a nil value)
when trying to dial the sg1 gate (chevrons/symbole-ring missing)
[addons\cap\lua\entities\stargate_sg1\modules\dialling.lua:232] attempt to index field 'chev_destroyed' (a nil value)
trying to dial out with the sga gate
[addons\cap\lua\entities\stargate_atlantis\modules\dialling.lua:239] attempt to index field 'chev_destroyed' (a nil value)
when trying to spawn the sgu gate, it doesn't show anything but keeps spamming these errors multiple times
[addons\cap\lua\entities\stargate_universe\init.lua:396] attempt to compare number with nil
Timer Error: [addons\cap\lua\entities\stargate_atlantis\init.lua:193] attempt to index field 'Ring' (a nil value)
when the supergate is undone (which only shows up as a glowing error sign) it returns this error
[addons\cap\lua\entities\stargate_supergate\init.lua:152] attempt to index field 'Segments' (a nil value)
now, being the unexperienced persion i am,...my guess would be that there's something wrong with the RD in addons, but then again, everything's up to date...[/QUOTE]
If someone hasnt helped you (i've been gone for 3 says and theres 111 new posts)
this is a glitches caused by RD2 use RD3
[editline]19th August 2012[/editline]
[QUOTE=Ronon Dex;37304461]Off Topic: If anyone feels like playing CoD or Battlefield with me on XBox, add me. I get lonely.[/QUOTE]
Do you get BLog , and is it possable for Xbox and PC users to play the same server?
[editline]19th August 2012[/editline]
[QUOTE=ficolas;37311981]I found a HUGE bug. But I dont have any kind of video recorder :'(
[editline]19th August 2012[/editline]
The bug is:
-I activate 2 stargates
-One of them closes, but the other keeps open.
[editline]19th August 2012[/editline]
Happens with explosives, im still exploring it.[/QUOTE]
With exploseives the wormhole will jump to nearest gate (feature) try a map with only 2 gates and do this
[QUOTE=Woogoo;37317952]
Do you get BLog , and is it possable for Xbox and PC users to play the same server?
[/QUOTE]
Yes. No.
Hi guys,
Why is it that the shields dont work well, sometimes allowing npc's through, especially fast moving ones???
Cant you just code the shield part (the part things hit) as a solid object, with an anti-noclip, creating some exeptions that sweps can be fired through it, and it is only one way???
something like (noobish and utterly terrible code example):
shield = solid object
solid = antinoclip
if containment is not clicked;
outside is solid, nothing can get through;
if containment is clicked;
inside is solid, nothing can get through;
when, shield is touched, display <the circlish effect> where shield was touched
or: The goald iris is the perfect shield, it even blocks hl2 bullets and displayes the effect every time
other idea:
paste the code used for the iris and use the same code for the other shields, ofc, you would have to make the contaiment, size, and one-way adjustments!
This is noobish, but I only started learning lua, but ever since it hasnt worked (it=most shield based things), I have wondered why you dont do somehting like I shown above, but translated into proper code???
@orrila
It's not possible to use iris code for shield because iris it solid from the inside and that is the problem (the whole shield is solid).
I had an idea about ball or box shield with concave collisions but madman says that's not possible.
Yep, my version of atlantis transporter used my doors, however they do not fit together (Tiny made a slight different transporter dimensions). Flyboi had to mask them on map :D
Thanks ronon, that you didn't took those UGLY approach "if gmod 13 then". THat's the most ugliest thing I've ever saw :D
@The Jack, wanna frites to that? :)
@Orilla, if it's so yeas, why won't you do that?
#1 Lua is SLOOW, thus fast moving things can pass the shield.
#2 Lua has A LITTLE acces to source, thus it don't let to do much things.
#3 First check the way engine works at low level, then explain coders how they should work -.-
[QUOTE=Madman07;37323433]Yep, my version of atlantis transporter used my doors, however they do not fit together (Tiny made a slight different transporter dimensions). Flyboi had to mask them on map :D
Thanks ronon, that you didn't took those UGLY approach "if gmod 13 then". THat's the most ugliest thing I've ever saw :D
@The Jack, wanna frites to that? :)
@Orilla, if it's so yeas, why won't you do that?
#1 Lua is SLOOW, thus fast moving things can pass the shield.
#2 Lua has A LITTLE acces to source, thus it don't let to do much things.
#3 First check the way engine works at low level, then explain coders how they should work -.-[/QUOTE]
I cant do it because i dont know lua yet.
Anyway, that sorta makes sense.
[QUOTE=Madman07;37323433]Thanks ronon, that you didn't took those UGLY approach "if gmod 13 then". [/QUOTE]
Idk why you don't like this (with ronon). Right now if i want something add to cap or change, then i should change in both folders cap and cap-gmod13, and i dont like do this. And if i will do only in cap, then probably later my changes will be lost... And i don't like double updates for svn...
Because having to put entire code in an "if" statement is ugly, and shouldn't have to be done. Especially when that could be broken and not needed on the 24th September. But I see your point of having to update 2 SVNs. I tell you what, if you promise that when GMod 13 is released you will go and remove all the "if Gmod13() then" I will use it. Deal?
[editline]20th August 2012[/editline]
[code]
Rev. 302
Fixed Server Crash when Stun Ragdoll goes through
Lowered Physics Damage Taken by Ragdolls (Person 8880)
Changed how high the internal teltac rings are (Stops falling through floor)
[/code]
Do you alredy know the list of convars, specially the Molecular Construction Device wich is not on the convar list?
[QUOTE=ficolas;37324049]Do you alredy know the list of convars, specially the Molecular Construction Device wich is not on the convar list?[/QUOTE]
Dude. You have asked this many times, now. And as I've said, if no one answers: I'm pretty sure no one knows!
[QUOTE=Ronon Dex;37324055]Dude. You have asked this many times, now. And as I've said, if no one answers: I'm pretty sure no one knows![/QUOTE]
Im also reporting a bug; MCD has a limit, but it's not on convars.
[QUOTE=Ronon Dex;37323973]Because having to put entire code in an "if" statement is ugly, and shouldn't have to be done. Especially when that could be broken and not needed on the 24th September. But I see your point of having to update 2 SVNs. I tell you what, if you promise that when GMod 13 is released you will go and remove all the "if Gmod13() then" I will use it. Deal?[/QUOTE]Yes, of course after gmod13 will be released all "if Gmod13() then" in code will be removed, i'm using this only as a temporary solution before gmod13 will be released. So yes, we deal.
[QUOTE=ficolas;37324049]Do you alredy know the list of convars, specially the Molecular Construction Device wich is not on the convar list?[/QUOTE]Because its coded only for one mcd per map, so... I'm not sure if it will work correct if remove this limit...
[QUOTE=AlexALX;37324233]Yes, of course after gmod13 will be released all "if Gmod13() then" in code will be removed, i'm using this only as a temporary solution before gmod13 will be released. So yes, we deal.
Because its coded only for one mcd per map, so... I'm not sure if it will work correct if remove this limit...[/QUOTE]
Right. Give me a bit of time, to add the changes and then I'll update the main svn.
[QUOTE=Ronon Dex;37324242]Right. Give me a bit of time, to add the changes and then I'll update the main svn.[/QUOTE]Ok, no problem)
=====
After i have look some of changes in code and read forum, here is list what i probably will fix soon:
1. Ashen Defence System limit not work in convars menu now.
2. Probably bug with adv dupe not saving wire inputs/outputs in ashen defence system (if it still have this bug).
3. Teltak now can't activate ancient beam (after changed rings to goauld).
4. Some small fixes for my stargate convar menu and event horizon code.
5. Add hints for convar limits menu where will be displayed convar name (for server owners).
For now probably this is all.
Ronon, you changed Tel'tac rings to Goa'uld ones? Facepalm -.-
[QUOTE=Madman07;37324408]Ronon, you changed Tel'tac rings to Goa'uld ones? Facepalm -.-[/QUOTE]
I'm pretty sure that the Tel'tac is Goa'uld in design... Therefore should have Goa'uld rings.
[QUOTE=Ronon Dex;37324414]I'm pretty sure that the Tel'tac is Goa'uld in design... Therefore should have Goa'uld rings.[/QUOTE]
yes, it should
@alex, you could make an exception for the teltak goauld rings to fire the beam, cause it never had ancient rings j-oneil just modified them.
And, with the ADS it isnt just not saving the wire i/o's, but also, it isnt spawing the Aschen defence unit when I duplicate, it only spawns the target finder.
@Ronon, they are ancient just from the name (actually I have no idea why I've called them "ancient"). Please, revert Tel'tac rings to Ancient one, i didn't putted them there for a whim. They fit with design (just watch some stargate episode) and with functionality (O'Neil beam).
@Orilla, it's not so easy. it's better to revert rings to ancients.
[QUOTE=Madman07;37324656]@Ronon, they are ancient just from the name (actually I have no idea why I've called them "ancient"). Please, revert Tel'tac rings to Ancient one, i didn't putted them there for a whim. They fit with design (just watch some stargate episode) and with functionality (O'Neil beam).
@Orilla, it's not so easy. it's better to revert rings to ancients.[/QUOTE]
it is more realistic to have goauld - the teltak is goauld, but
after watching some stargate episodes recently,
the rings in the teltak look like the ancient rings model, not the goauld ones, so it is prob a better idea to change it back to ancient.
anyway, yeah, alex, if you could fix ADS not duplicating, it would be great. I think there couldve been an error on it when using the adv dupe, but not the dupe. If I can go on gmod, I will post the error here, I hope it can help!
Sorry, you need to Log In to post a reply to this thread.