How about this:Enjay wrote:doesn't load anything.Code: Select all
LOAD = "test1.wad, test2.wad"
Code: Select all
LOAD = "test1.wad", "test2.wad"
How about this:Enjay wrote:doesn't load anything.Code: Select all
LOAD = "test1.wad, test2.wad"
Code: Select all
LOAD = "test1.wad", "test2.wad"
That should have worked. Seems I forgot to set the proper parsing mode...Enjay wrote:Code: Select all
LOAD = test1.wad, test2.wad
Unless I am misunderstanding the changelog, it looks like this should have been addressed. It still doesn't work, however, though the message has changed slightly.Graf Zahl wrote:That should have worked. Seems I forgot to set the proper parsing mode...
Code: Select all
Script error, "GAMEINFO" line 1:
Expected '=' but got '.' instead.
Code: Select all
Script error, "GAMEINFO" line 1:
Expected identifier but got '.' instead.
You may need to reset your own cache, actually.NeuralStunner wrote:Hmm, nothing on zdoom.org would load at all last night. Wonder if this was a result/reason?
I use "Log In" for the wiki, it seems to accept my name & password, but it doesn't actually log in. Not reading the cookies, I guess?
No, that looks like it was a connectivity issue preventing any traffic from reaching the site.NeuralStunner wrote:Hmm, nothing on zdoom.org would load at all last night. Wonder if this was a result/reason?
Try pressing Ctrl+F5 to completely flush your cached copy of the page. Logging in works fine.NeuralStunner wrote:I use "Log In" for the wiki, it seems to accept my name & password, but it doesn't actually log in.
Well, I tried to edit Template:Special but it gives me this:randy wrote:The wiki has been moved to a new server. After a cursory examination, everything appears to have been moved over successfully. (I'm counting on somebody to tell me soon enough if I broke something.)
Showing the preview works, editing other pages worked as well.Warning: pg_query() [function.pg-query]: Query failed: ERROR: text search configuration "default" does not exist CONTEXT: PL/pgSQL function "ts2_page_text" line 3 at assignment in /var/www/localhost/htdocs/w/includes/db/DatabasePostgres.php on line 580
Warning: pg_query() [function.pg-query]: Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/localhost/htdocs/w/includes/db/DatabasePostgres.php on line 580
Warning: pg_query() [function.pg-query]: Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/localhost/htdocs/w/includes/db/DatabasePostgres.php on line 580
Warning: pg_query() [function.pg-query]: Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/localhost/htdocs/w/includes/db/DatabasePostgres.php on line 580
Warning: pg_query() [function.pg-query]: Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/localhost/htdocs/w/includes/db/DatabasePostgres.php on line 580
Warning: pg_query() [function.pg-query]: Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/localhost/htdocs/w/includes/db/DatabasePostgres.php on line 580
Warning: pg_query() [function.pg-query]: Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/localhost/htdocs/w/includes/db/DatabasePostgres.php on line 580
MediaWiki internal error.
Exception caught inside exception handler
on the [wiki]A_PosAttack[/wiki] pageIt is equivalent to calling A_CustomBulletAttack with the parameters (22.5,22.5,3,3,"BulletPuff").
But on the [wiki]A_CustomBulletAttack[/wiki] page it tells me that the format isIt is equivalent to calling A_CustomBulletAttack with the parameters (22.5,22.5,1,3,"BulletPuff").
Given that the two spreads are listed as ints rather than floats does this mean that the Wiki is wrong or is it the case the the equivalent values listed on the two specific attack pages cannot actually be faithfully represented with A_CustomBulletAttack and that they are just listed as (unattainable) examples?A_CustomBulletAttack (int horz_spread, int vert_spread, int numbullets, int damageperbullet, string pufftype [, float range [, bool aimfacing]*])