Difference between revisions of "Talk:Main Page/Archive"

From GTAMods Wiki
Jump to navigation Jump to search
(moved resolved items)
m
 
(One intermediate revision by the same user not shown)
Line 32: Line 32:
  
 
:::Bad server config - should be fixed now.--[[User:Suction Testicle Man|Suction Testicle Man]] ([[User talk:Suction Testicle Man|talk]]) 13:02, 18 January 2015 (UTC)
 
:::Bad server config - should be fixed now.--[[User:Suction Testicle Man|Suction Testicle Man]] ([[User talk:Suction Testicle Man|talk]]) 13:02, 18 January 2015 (UTC)
 +
 +
== Search engine ==
 +
 +
The search engine sucks. I'm unable to find any article searching by word 'using' even there are a lot of pages containing it (I've searched for the page "Using MEd" btw). And it does not search for words shorter than 4 characters (although I know it's almost impossible to bypass. :/ [[User:Seemann|Seemann]] 10:35, 6 January 2009 (UTC)
 +
: 'Using' might be on the list of stop-words. Internal SQL word size for indexing is limited to a minimum of 4 characters. --[[User:Steve-m|Steve-m]] 13:32, 28 January 2009 (UTC)
 +
: However, you can use the wildcard (%) in SQL, so 3 letter compatibility could exist. Dunno why GTAnet hasn't figured that one out yet... maybe I'm better at this than them, lol :P --[[User:Deji|Deji]] 14:10, 1 February 2010 (UTC)
 +
 +
==Syntax highlightning==
 +
Is it possible to change the syntax highlightning for C++? The current one looks pretty ugly in my oppinion (especially the stuff behind the global resolution operator :: produces eye cancer!)... Example (from [[User_files#San Andreas specific|here]]):
 +
<source lang="cpp">// parse sa-ufiles.dat
 +
void parseFile(std::string &fileName)
 +
{
 +
// open the file with reading rights and search the end of the file
 +
std::fstream stream(fileName.c_str(), std::ios::in | std::ios::ate);
 +
 +
// allocate an array of characters to read the whole file content
 +
int size = static_cast<int>(stream->tellg());
 +
char* buffer = new char[size];
 +
 +
// search the start of the file and read it's content
 +
stream->seekg(0);
 +
stream->read(buffer, size);
 +
 +
// parse the content, return value is an vector of strings containing the file names
 +
std::string str(buffer);
 +
parseContent(str);
 +
 +
// delete the memory for buffering and close the stream
 +
delete[] buffer;
 +
stream->close();
 +
}</source>
 +
--{{#if:Aschratt|[[User:Aschratt|Aschratt]]}} - [http://www.aschratt.com oO] 17:12, 12 November 2010 (UTC)
 +
:Need someone with an FTP access. You may use '''lang="c"''' instead. <span style="font-family:Courier New">'''{{#if:Seemann|[[User:Seemann|Seemann]]}}<sup>[[Special:Contributions/Seemann|?]][[User_talk:Seemann|!]]</sup>'''</span> 07:44, 13 November 2010 (UTC)
 +
 +
== 1 Million Visitors ==
 +
 +
w00t!--[[User:Spaceeinstein|Spaceeinstein]] 01:45, 15 November 2009 (UTC)
 +
:Congrats! =) <span style="font-family:Courier New">'''{{#if:Seemann|[[User:Seemann|Seemann]]}}<sup>[[Special:Contributions/Seemann|?]][[User_talk:Seemann|!]]</sup>'''</span> 09:43, 16 November 2009 (UTC)
 +
 +
== Grand Theft Wiki ==
 +
 +
Just to let you know, the manager of [http://grandtheftwiki.com/Main_Page Grand Theft Wiki] is importing all the pages from this site to that site. If you want to help standardize and fix the imported pages, go there and help out. The bulk of modding information should stay here so if there are changes to the articles there, I or someone else will make the changes here.--[[User:Spaceeinstein|Spaceeinstein]] 01:15, 12 January 2010 (UTC)
 +
 +
:Just to let you know, GTW has moved back to its [http://grandtheftwiki.com/Main_Page original site].--[[User:Spaceeinstein|Spaceeinstein]] 21:49, 20 October 2010 (UTC)
 +
 +
== The problem with the mapping table ==
 +
Over the last 2 month I see some problems with table. Faces are not shown.
 +
My browser is Google Chrome.

Latest revision as of 08:42, 16 March 2015

Note: This page is used to store resolved items from Talk:Main Page. Please don't add new comments here.

Fix maybe?

Don't know where to say it, but if anyone of the admins is still visiting this site, can you fix the preferences page? I constantly get the nice clean page with nothing on it (using FF2)... Also, MediaWiki v1.12 (stable) was released ages ago, while we are on v1.4, anyone care to update to it? Seemann 02:52, 22 Jul 2008 (BST)

Okie, a week without answer => no admins are there. And I must say, the less the admins will support this site, the more people will vandalize it. If you (admins) have no time/interest to maintain this wiki, find new ones. Seemann 04:32, 29 Jul 2008 (BST)
Updated to MediaWiki v1.13, hopefully no more broken pages. --Steve-m 02:51, 20 August 2008 (UTC)

Icons

Steve, please add icon images left to each game link on the Version specific column. [[Image:<game>.png|16px]]. That will be pretty looking. Seemann 20:13, 27 January 2009 (UTC)

Done. --Steve-m 13:32, 28 January 2009 (UTC)

Request

I want the stub templates ({{stub}}, {{tool-stub}}, etc) to be unprotected so anyone could edit them. Seemann?! 09:20, 19 March 2009 (UTC) Seemann?! 08:37, 25 March 2009 (UTC)

Also I request unprotection for the main page so we finally could edit that ugly design. Seemann?! 05:05, 24 March 2009 (UTC)

Max Payne 3 modding?

How about adding it too? OpenIV now supports its and it could be modded like GTA 4, but i have some difference and i think this should be covered. Or maybe we should have generic RAGE modding and cover all RAGE powered games there one by one? Voodooman 23:30, 19 June 2012 (BST)

GTAModding.com says it all. Seemann?! 07:21, 21 June 2012 (BST)

403 Forbidden on www.gtamodding.com

When I attempt to open just the website in my browser, I get a 403 Forbidden. Am I the only one that experiences it? It started happening recently. Cheers. The GTA (talk) 03:27, 15 January 2015 (UTC)

I don't remember what error code it was but GTAForums goes down at times also. I think it's a network-wide problem. It has always been back for me after a short while so I'm not bothered by it.--Spaceeinstein (talk) 05:33, 15 January 2015 (UTC)
Confirm that. http://www.gtamodding.com/ not working, http://www.gtamodding.com/wiki/Main_Page does. Weird. Seemann (talk) 08:11, 15 January 2015 (UTC)
Oh I didn't check that address. Yes, it's also forbidden for me.--Spaceeinstein (talk) 11:07, 15 January 2015 (UTC)
Bad server config - should be fixed now.--Suction Testicle Man (talk) 13:02, 18 January 2015 (UTC)

Search engine

The search engine sucks. I'm unable to find any article searching by word 'using' even there are a lot of pages containing it (I've searched for the page "Using MEd" btw). And it does not search for words shorter than 4 characters (although I know it's almost impossible to bypass. :/ Seemann 10:35, 6 January 2009 (UTC)

'Using' might be on the list of stop-words. Internal SQL word size for indexing is limited to a minimum of 4 characters. --Steve-m 13:32, 28 January 2009 (UTC)
However, you can use the wildcard (%) in SQL, so 3 letter compatibility could exist. Dunno why GTAnet hasn't figured that one out yet... maybe I'm better at this than them, lol :P --Deji 14:10, 1 February 2010 (UTC)

Syntax highlightning

Is it possible to change the syntax highlightning for C++? The current one looks pretty ugly in my oppinion (especially the stuff behind the global resolution operator :: produces eye cancer!)... Example (from here):

// parse sa-ufiles.dat
void parseFile(std::string &fileName)
{
	// open the file with reading rights and search the end of the file
	std::fstream stream(fileName.c_str(), std::ios::in | std::ios::ate);
 
	// allocate an array of characters to read the whole file content
	int size = static_cast<int>(stream->tellg());
	char* buffer = new char[size];
 
	// search the start of the file and read it's content
	stream->seekg(0);
	stream->read(buffer, size);
 
	// parse the content, return value is an vector of strings containing the file names
	std::string str(buffer);
	parseContent(str);
 
	// delete the memory for buffering and close the stream
	delete[] buffer;
	stream->close();
}

--Aschratt - oO 17:12, 12 November 2010 (UTC)

Need someone with an FTP access. You may use lang="c" instead. Seemann?! 07:44, 13 November 2010 (UTC)

1 Million Visitors

w00t!--Spaceeinstein 01:45, 15 November 2009 (UTC)

Congrats! =) Seemann?! 09:43, 16 November 2009 (UTC)

Grand Theft Wiki

Just to let you know, the manager of Grand Theft Wiki is importing all the pages from this site to that site. If you want to help standardize and fix the imported pages, go there and help out. The bulk of modding information should stay here so if there are changes to the articles there, I or someone else will make the changes here.--Spaceeinstein 01:15, 12 January 2010 (UTC)

Just to let you know, GTW has moved back to its original site.--Spaceeinstein 21:49, 20 October 2010 (UTC)

The problem with the mapping table

Over the last 2 month I see some problems with table. Faces are not shown. My browser is Google Chrome.