Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Simfile System
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #1
Simfile System
Hello! I've got inspired by a friend site of mine to make a simfile download system

maybe someone wonders what is a simfile?
a Simfile is a pattern file to emulate stepcharts in Stepmania dance game simulator

i am going to base on this one
http://zenius-i-vanisher.com/v5.2/simfiles.php

So far i was planning to base about the download system mod made by RateU (http://mybbhacks.zingaburga.com/showthread.php?tid=293)

I am going to start on it right now and put the images as im doing it

If anyone have tips or suggestions i will be glad to hear them
i still don't know how to make the sub category (help) and the welcome message


:3 Any thoughs? comments?

EDIT 2 : http://zenius-i-vanisher.com/v5.2/viewsi...http://zenius-i-vanisher.com/v5.2/viewsimfile.php?sim
So much info will be very hard to be made
i think of only adding the zip and let the user add each difficulty per song

EDIT 3: can someone explain me this?
Quote:Formatting Map List:

Code:

Plugin{|}<a href="{$forumurl?}filtertf_fcat=Plugin"><span style="color: green;"><strong>Plugin</strong></span></a>
Modification{|}<a href="{$forumurl?}filtertf_fcat=Modification"><span style="color: blue;"><strong>Modification</strong></span></a>
Theme{|}<a href="{$forumurl?}filtertf_fcat=Theme"><span style="color: red;"><strong>Theme</strong></span></a>


should i put this then?

Quote:Dance Dance Revolution (AC) (Japan){|}<a href="{$forumurl?}filtertf_fcat="Dance Dance Revolution (AC) (Japan)"><span style="color: green;"><strong>Dance Dance Revolution (AC) (Japan)</strong></span></a>
(This post was last modified: 12-06-2011 06:52 AM by Glas.)
12-06-2011 03:46 AM
Find all posts by this user Quote this message in a reply
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #2
RE: Simfile System
i get this weird error when im adding some custom values:
Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
Query:
    ALTER TABLE `mybb_threadfields_data` ADD COLUMN `simfileviews` varchar(255) not null default "", ADD KEY (`simfileviews`)

adding this to files list does not show the colours after and before the post
is there a way to do it?

Quote:<b><font color=red>Incompleto</font></b>
<b><font color=green>Existente - Nivel 1</font></b>
<b><font color=green>Existente - Nivel 2</font></b>
<b><font color=green>Existente - Nivel 3</font></b>
<b><font color=green>Existente - Nivel 4</font></b>
<b><font color=green>Existente - Nivel 5</font></b>
<b><font color=green>Existente - Nivel 6</font></b>
<b><font color=green>Existente - Nivel 7</font></b>
<b><font color=green>Existente - Nivel 8</font></b>
<b><font color=green>Existente - Nivel 9</font></b>
<b><font color=green>Existente - Nivel 10</font></b>
<b><font color=green>Existente - Nivel 11</font></b>
<b><font color=green>Existente - Nivel 12</font></b>
<b><font color=green>Existente - Nivel 13</font></b>
<b><font color=green>Existente - Nivel 14</font></b>
<b><font color=green>Existente - Nivel 15</font></b>
<b><font color=green>Existente - Nivel 16</font></b>
<b><font color=green>Existente - Nivel 17</font></b>
<b><font color=green>Existente - Nivel 18</font></b>
<b><font color=green>Existente - Nivel 19</font></b>
<b><font color=green>Existente - Nivel 20</font></b>
(This post was last modified: 12-06-2011 07:50 AM by Glas.)
12-06-2011 06:55 AM
Find all posts by this user Quote this message in a reply
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #3
RE: Simfile System
oh you can see the demo so far here
http://www.beatdj.net/foros/Forum-Simfiles
12-06-2011 07:51 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Simfile System
(12-06-2011 03:46 AM)glas Wrote:  EDIT 2 : http://zenius-i-vanisher.com/v5.2/viewsi...http://zenius-i-vanisher.com/v5.2/viewsimfile.php?sim
So much info will be very hard to be made
i think of only adding the zip and let the user add each difficulty per song
If the information is parsed from the uploaded file, you're going to have to write and integrate your own parser there.

(12-06-2011 03:46 AM)glas Wrote:  should i put this then?

Quote:Dance Dance Revolution (AC) (Japan){|}<a href="{$forumurl?}filtertf_fcat="Dance Dance Revolution (AC) (Japan)"><span style="color: green;"><strong>Dance Dance Revolution (AC) (Japan)</strong></span></a>
You don't even have valid HTML there...

Read the description of the Formatting Map List.


(12-06-2011 06:55 AM)glas Wrote:  i get this weird error when im adding some custom values:
Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
Query:
    ALTER TABLE `mybb_threadfields_data` ADD COLUMN `simfileviews` varchar(255) not null default "", ADD KEY (`simfileviews`)
There's a limit imposed by MySQL on how many thread fields you can have.  Well, not exactly, but it's something like that.
Try reducing the number of filtered textbox fields you have.

(12-06-2011 06:55 AM)glas Wrote:  adding this to files list does not show the colours after and before the post
is there a way to do it?

Quote:<b><font color=red>Incompleto</font></b>
<b><font color=green>Existente - Nivel 1</font></b>
<b><font color=green>Existente - Nivel 2</font></b>
<b><font color=green>Existente - Nivel 3</font></b>
<b><font color=green>Existente - Nivel 4</font></b>
<b><font color=green>Existente - Nivel 5</font></b>
<b><font color=green>Existente - Nivel 6</font></b>
<b><font color=green>Existente - Nivel 7</font></b>
<b><font color=green>Existente - Nivel 8</font></b>
<b><font color=green>Existente - Nivel 9</font></b>
<b><font color=green>Existente - Nivel 10</font></b>
<b><font color=green>Existente - Nivel 11</font></b>
<b><font color=green>Existente - Nivel 12</font></b>
<b><font color=green>Existente - Nivel 13</font></b>
<b><font color=green>Existente - Nivel 14</font></b>
<b><font color=green>Existente - Nivel 15</font></b>
<b><font color=green>Existente - Nivel 16</font></b>
<b><font color=green>Existente - Nivel 17</font></b>
<b><font color=green>Existente - Nivel 18</font></b>
<b><font color=green>Existente - Nivel 19</font></b>
<b><font color=green>Existente - Nivel 20</font></b>
Don't know what you're talking about.

My Blog
12-06-2011 10:02 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #5
RE: Simfile System
@ glas: If you want to do that manually (all simfile info created manually, it means that users need to fill the info when they create a new simfile downloads), based on the example site, maybe you need to create about 20 custom thread fields.

Maybe you need 5 File input type, for Zip, Mp3, Banner, Background and Other.
For 'Other' File input type, you can play with the Display Format, so if a user uploads a .sm file, it will be displayed as SM, but if the other user upload a .dwi file, it will be displayed as DWI.

For type, maybe you can use a listbox?

For BPM, you can use a textbox with Integer Underlying Data Type.

For Quality (MP3, Banner and Background quality), you can use a listbox for each of them.

For Single and Double Progress Information, you can use listbox for each of them.
You can play with conditional in the Display Format so it can have a different display for forumdisplay_thread and postbit_first.

For views and rating, you can use MyBB thread views and rating.

12-07-2011 05:15 AM
Find all posts by this user Quote this message in a reply
Glas Offline
Member
***
Posts: 106
Joined: Jul 2010
Post: #6
RE: Simfile System
(12-07-2011 05:15 AM)RateU Wrote:  @ glas: If you want to do that manually (all simfile info created manually, it means that users need to fill the info when they create a new simfile downloads), based on the example site, maybe you need to create about 20 custom thread fields.

Maybe you need 5 File input type, for Zip, Mp3, Banner, Background and Other.
For 'Other' File input type, you can play with the Display Format, so if a user uploads a .sm file, it will be displayed as SM, but if the other user upload a .dwi file, it will be displayed as DWI.

For type, maybe you can use a listbox?

For BPM, you can use a textbox with Integer Underlying Data Type.

For Quality (MP3, Banner and Background quality), you can use a listbox for each of them.

For Single and Double Progress Information, you can use listbox for each of them.
You can play with conditional in the Display Format so it can have a different display for forumdisplay_thread and postbit_first.

For views and rating, you can use MyBB thread views and rating.

i had to cancel this project beacuse i lack the skills to make a php gzip extrator & .SM format parser,  =(
03-23-2012 02:14 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: