From leaf at real-time.com Thu Sep 1 01:18:29 2016 From: leaf at real-time.com (Rick Tanner) Date: Thu, 1 Sep 2016 01:18:29 -0500 Subject: [crossfire] m7 output like this? Message-ID: Does anyone know how to make the m7 output/dump of the server in this fancy of HTML format? http://www.metalforge.net/spoiler/index.html http://www.metalforge.net/spoiler/Arrow_of_Assassinating_Trolls.html I could not figure it out with information I found. Thank you, From mwedel at sonic.net Thu Sep 1 23:21:47 2016 From: mwedel at sonic.net (Mark Wedel) Date: Thu, 01 Sep 2016 21:21:47 -0700 Subject: [crossfire] m7 output like this? In-Reply-To: References: Message-ID: <57C8FE5B.9020808@sonic.net> On 08/31/16 11:18 PM, Rick Tanner wrote: > > Does anyone know how to make the m7 output/dump of the server in this > fancy of HTML format? > > http://www.metalforge.net/spoiler/index.html > http://www.metalforge.net/spoiler/Arrow_of_Assassinating_Trolls.html > > I could not figure it out with information I found. I don't see any scripts, etc, with the crossfire server directory itself to generate those. The -m7 dump will generate most of that data (eg, exp, difficult, skill, etc). However, it only generates data for which recipes exist to make it. The main table listed also contains ingredients which you find (do not make), and which are not dumped by -m7. So there must be some scripts that someone wrote to generate that, but they don't appear to be part of SVN From munrom at actrix.co.nz Fri Sep 2 03:09:38 2016 From: munrom at actrix.co.nz (Mark Munro) Date: Fri, 2 Sep 2016 20:09:38 +1200 Subject: [crossfire] m7 output like this? In-Reply-To: <57C8FE5B.9020808@sonic.net> References: <57C8FE5B.9020808@sonic.net> Message-ID: <505b9ced-d008-2ddb-6a39-41a55d2de5b6@actrix.co.nz> Curiously, I never published on metalforge, and I've only mentioned it once in-game. -- Syrup. On 2/09/2016 4:21 p.m., Mark Wedel wrote: > On 08/31/16 11:18 PM, Rick Tanner wrote: >> >> Does anyone know how to make the m7 output/dump of the server in this >> fancy of HTML format? >> >> http://www.metalforge.net/spoiler/index.html >> http://www.metalforge.net/spoiler/Arrow_of_Assassinating_Trolls.html >> >> I could not figure it out with information I found. > > I don't see any scripts, etc, with the crossfire server directory > itself to generate those. > > The -m7 dump will generate most of that data (eg, exp, difficult, > skill, etc). However, it only generates data for which recipes exist to > make it. The main table listed also contains ingredients which you find > (do not make), and which are not dumped by -m7. > > So there must be some scripts that someone wrote to generate that, but > they don't appear to be part of SVN > > > _______________________________________________ > crossfire mailing list > crossfire at metalforge.org > http://mailman.metalforge.org/mailman/listinfo/crossfire From munrom at actrix.co.nz Fri Sep 2 03:00:30 2016 From: munrom at actrix.co.nz (Mark Munro) Date: Fri, 2 Sep 2016 20:00:30 +1200 Subject: [crossfire] m7 output like this? In-Reply-To: <57C8FE5B.9020808@sonic.net> References: <57C8FE5B.9020808@sonic.net> Message-ID: <9af222c2-3390-9fb2-ce66-93d0649bac32@actrix.co.nz> I put my hand up for that, The original is here: http://fiji.reefbreak.co.nz/m7/ I used perl for organizing the output, largely from the -m7 dump, and graphvis for creating the images. The code that I wrote is around somewhere and is a product of my dubious skill. I'll publish the various bits over the weekend and report back here on where they can be collected. On 2/09/2016 4:21 p.m., Mark Wedel wrote: > On 08/31/16 11:18 PM, Rick Tanner wrote: >> >> Does anyone know how to make the m7 output/dump of the server in this >> fancy of HTML format? >> >> http://www.metalforge.net/spoiler/index.html >> http://www.metalforge.net/spoiler/Arrow_of_Assassinating_Trolls.html >> >> I could not figure it out with information I found. > > I don't see any scripts, etc, with the crossfire server directory > itself to generate those. > > The -m7 dump will generate most of that data (eg, exp, difficult, > skill, etc). However, it only generates data for which recipes exist to > make it. The main table listed also contains ingredients which you find > (do not make), and which are not dumped by -m7. > > So there must be some scripts that someone wrote to generate that, but > they don't appear to be part of SVN > > > _______________________________________________ > crossfire mailing list > crossfire at metalforge.org > http://mailman.metalforge.org/mailman/listinfo/crossfire From ruben at mrbrklyn.com Sun Sep 11 02:43:46 2016 From: ruben at mrbrklyn.com (ruben) Date: Sun, 11 Sep 2016 03:43:46 -0400 Subject: [crossfire] compiling sour ce Message-ID: <724efacd-d413-6e15-da41-b014c47afcd3@mrbrklyn.com> I downloaded the latest bz2 file from sourceforge and it is not compiling. I need more specific instruction that this: symlink you 'arch' direcotry? Which arch? the kernel source? /usr/include/arch/ ? Why should it not find that with gcc and #include? From leaf at real-time.com Sun Sep 11 14:35:43 2016 From: leaf at real-time.com (Rick Tanner) Date: Sun, 11 Sep 2016 14:35:43 -0500 Subject: [crossfire] compiling sour ce In-Reply-To: <724efacd-d413-6e15-da41-b014c47afcd3@mrbrklyn.com> References: <724efacd-d413-6e15-da41-b014c47afcd3@mrbrklyn.com> Message-ID: On 9/11/16 2:43 AM, ruben wrote: > I downloaded the latest bz2 file from sourceforge and it is not > compiling. I need more specific instruction that this: > > symlink you 'arch' direcotry? > > Which arch? the kernel source? /usr/include/arch/ ? Why should it not > find that with gcc and #include? The archetype directory that includes item graphics, stats, monster information, etc. A separate download from Soureforge. https://sourceforge.net/projects/crossfire/files/crossfire-arch/1.71.0/ See also: http://wiki.cross-fire.org/dokuwiki/doku.php/server:server_compiling#setup I would also recommend using SVN to get the latest code base as the bz2 files are approaching 2.5 years (released on 2014-04-08) old now and roughly 1,000 changes since their release. From leaf at real-time.com Sun Sep 11 14:42:40 2016 From: leaf at real-time.com (Rick Tanner) Date: Sun, 11 Sep 2016 14:42:40 -0500 Subject: [crossfire] m7 output like this? In-Reply-To: <505b9ced-d008-2ddb-6a39-41a55d2de5b6@actrix.co.nz> References: <57C8FE5B.9020808@sonic.net> <505b9ced-d008-2ddb-6a39-41a55d2de5b6@actrix.co.nz> Message-ID: On 9/2/16 3:09 AM, Mark Munro wrote: > Curiously, I never published on metalforge, and I've only mentioned it > once in-game. I saw the original URL while checking scroll back on the server and put it up on the metalforge website in an orphaned directory so I could ask how on here how it was made, etc. From ruben at mrbrklyn.com Mon Sep 19 17:49:44 2016 From: ruben at mrbrklyn.com (Ruben Safir) Date: Mon, 19 Sep 2016 18:49:44 -0400 Subject: [crossfire] compiling sour ce In-Reply-To: References: <724efacd-d413-6e15-da41-b014c47afcd3@mrbrklyn.com> Message-ID: <20160919224944.GA5127@www.mrbrklyn.com> what is the svn command ;( On Sun, Sep 11, 2016 at 02:35:43PM -0500, Rick Tanner wrote: > On 9/11/16 2:43 AM, ruben wrote: > > I downloaded the latest bz2 file from sourceforge and it is not > > compiling. I need more specific instruction that this: > > > > symlink you 'arch' direcotry? > > > > Which arch? the kernel source? /usr/include/arch/ ? Why should it not > > find that with gcc and #include? > > > The archetype directory that includes item graphics, stats, monster > information, etc. > > A separate download from Soureforge. > https://sourceforge.net/projects/crossfire/files/crossfire-arch/1.71.0/ > > See also: > http://wiki.cross-fire.org/dokuwiki/doku.php/server:server_compiling#setup > > I would also recommend using SVN to get the latest code base as the bz2 > files are approaching 2.5 years (released on 2014-04-08) old now and > roughly 1,000 changes since their release. > > > > _______________________________________________ > crossfire mailing list > crossfire at metalforge.org > http://mailman.metalforge.org/mailman/listinfo/crossfire -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://www.mrbrklyn.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 http://www.nylxs.com - Leadership Development in Free Software http://www2.mrbrklyn.com/resources - Unpublished Archive http://www.coinhangout.com - coins! http://www.brooklyn-living.com Being so tracked is for FARM ANIMALS and and extermination camps, but incompatible with living as a free human being. -RI Safir 2013 From davidnicholashurst at gmail.com Mon Sep 19 18:47:45 2016 From: davidnicholashurst at gmail.com (David Hurst) Date: Tue, 20 Sep 2016 09:47:45 +1000 Subject: [crossfire] compiling sour ce In-Reply-To: <20160919224944.GA5127@www.mrbrklyn.com> References: <724efacd-d413-6e15-da41-b014c47afcd3@mrbrklyn.com> <20160919224944.GA5127@www.mrbrklyn.com> Message-ID: Hi Ruben, Can I encourage you to go step by step through this page, it includes every step required to compile a crossfire server: http://wiki.cross-fire.org/dokuwiki/doku.php/server:server_compiling Let me know if you get stuck at any point. Saru On Tue, Sep 20, 2016 at 8:49 AM, Ruben Safir wrote: > what is the svn command ;( > > > On Sun, Sep 11, 2016 at 02:35:43PM -0500, Rick Tanner wrote: > > On 9/11/16 2:43 AM, ruben wrote: > > > I downloaded the latest bz2 file from sourceforge and it is not > > > compiling. I need more specific instruction that this: > > > > > > symlink you 'arch' direcotry? > > > > > > Which arch? the kernel source? /usr/include/arch/ ? Why should it > not > > > find that with gcc and #include? > > > > > > The archetype directory that includes item graphics, stats, monster > > information, etc. > > > > A separate download from Soureforge. > > https://sourceforge.net/projects/crossfire/files/crossfire-arch/1.71.0/ > > > > See also: > > http://wiki.cross-fire.org/dokuwiki/doku.php/server: > server_compiling#setup > > > > I would also recommend using SVN to get the latest code base as the bz2 > > files are approaching 2.5 years (released on 2014-04-08) old now and > > roughly 1,000 changes since their release. > > > > > > > > _______________________________________________ > > crossfire mailing list > > crossfire at metalforge.org > > http://mailman.metalforge.org/mailman/listinfo/crossfire > > -- > So many immigrant groups have swept through our town > that Brooklyn, like Atlantis, reaches mythological > proportions in the mind of the world - RI Safir 1998 > http://www.mrbrklyn.com > > DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 > http://www.nylxs.com - Leadership Development in Free Software > http://www2.mrbrklyn.com/resources - Unpublished Archive > http://www.coinhangout.com - coins! > http://www.brooklyn-living.com > > Being so tracked is for FARM ANIMALS and and extermination camps, > but incompatible with living as a free human being. -RI Safir 2013 > > _______________________________________________ > crossfire mailing list > crossfire at metalforge.org > http://mailman.metalforge.org/mailman/listinfo/crossfire > -------------- next part -------------- An HTML attachment was scrubbed... URL: