#11745 posted by
Spirit on 2014/10/30 12:45:55
sed -i 's#"targetname" "t#"targetname" "e1m2t#g'
It's Just A Regex
#11747 posted by
czg on 2014/10/30 12:50:00
find ^(s+)?"(kill)?target(name)?"s+"(.+)"(s+)?$
replace \\1"\\2target\\3" "whatever_\\4"
That covers targetname/target/killtarget, are there other places targetnames are referenced in the standard id progs?
That Should Be
#11748 posted by
czg on 2014/10/30 12:55:57
\1"\2target\3" "whatever_\4"
Not Very Practical
#11749 posted by Pekka on 2014/10/30 15:41:53
Your proposed solutions are not very practical for people who only use Windows without Unix-like extra packages like Cygwin. (Which is not what I do.)
I found only the three keys, killtarget, target and targetname with this:
grep (BACKSLASH)"t[[:digit:]] *.MAP -h | awk '{print $1}' | sort | uniq
Replace (BACKSLASH) with the actual backslash character, because the preview is apparently eating it.
It printed this when run on the Id map sources:
"killtarget"
"target"
"targetname"
I think that a simple Python script would be more practical for Windows users. They'd only have to one fairly basic install to run the program, if they don't have Python already.
People who want to do this, but don't have the programming experience, just ask someone. It really is as easy as czg made it look. Just, you know, better not ask Spirit, because he will judge you for not having sed on your computer :)
(Actually, I will too.)
#11750 posted by
Spirit on 2014/10/30 16:04:13
No need to provide a tool, just do it once and release the result. The sources are gpl after all :)
I don't judge anyone, I just feel superior! czg's regexp looks much nicer but he probably has some seeds on his MacBook Air.
#11751 posted by
necros on 2014/10/30 16:18:28
use a proper text editor and you can stick that nice regex in there! :)
JAMMING
#11752 posted by
DaZ on 2014/10/30 16:35:30
Lol!
#11756 posted by Tronyn on 2014/10/30 20:08:24
yes, Zwiffle returns with an epic post!
(I wish there was a gib icon)
#11757 posted by
Spirit on 2014/10/30 20:11:00
I wonder if the bsp file is smaller than that image.
#11758 posted by
necros on 2014/10/30 22:21:19
ehh at least it looks awesome!
#11760 posted by
JneeraZ on 2014/10/30 23:50:04
This jam is looking sweet! Nice work, guys...
Nice Shot Daz
#11761 posted by
nitin on 2014/10/30 23:55:56
does tronyn have a shot too?
Yes
#11762 posted by Tronyn on 2014/10/31 00:20:07
I should be clear that this is something I finished, rather than started, for the jam. I wasn't even sure if the theme fit, but then again the theme is evil, and I find using the zer chaingun in this map very fun.
http://www.quaketastic.com/files/screen_shots/jam3t1.jpg
http://www.quaketastic.com/files/screen_shots/jam3t2.jpg
Hmm?
Looks awesome, but doesn't seem very vis-straining. What was the time elapsed?
#11767 posted by
JneeraZ on 2014/11/10 21:08:08
VIS time is very fast (a few minutes). Getting it sealed was the problem. VIS was consistently convinced that it could walk straight through walls into the void. Aggravating.
Nice!
#11768 posted by
DaZ on 2014/11/10 21:20:58
Reminds me of a Thief map.
#11769 posted by
quakis on 2014/11/11 00:13:03
Lovely colours! And yes, also reminds me of Thief.