[Blueprint Viewer] - StarOS BPViewer

    Joined
    Jun 22, 2013
    Messages
    1,183
    Reaction score
    614
    • Competition Winner - Stations
    • Competition Winner - Small Fleets
    • Legacy Citizen 10
    I've never used github before so I do not know how to download it. I suggest you make a download on this website in the 'community content' section.
     
    Joined
    Dec 31, 2013
    Messages
    411
    Reaction score
    42
    • Legacy Citizen 4
    • Purchased!
    I've never used github before so I do not know how to download it. I suggest you make a download on this website in the 'community content' section.
    well...it's a bit of a beta sooo...
     
    Joined
    Jul 2, 2013
    Messages
    168
    Reaction score
    600
    • Master Builder Gold
    • Councillor 2 Gold
    • Competition Winner - Small Fleets
    Looking great so far. I'd be super interested if you could embed it in a ship description.

    Keep up the awesome work!
     
    Joined
    Jun 29, 2013
    Messages
    144
    Reaction score
    64
    • Modder
    • Legacy Citizen 4
    • Purchased!
    jzimmerman4: In the right side of github you have a button "Download ZIP".

    Dalmont: Just embed the description is a good idea, its avoid cross-domain problem and can easlly embed as bbcode. Maybe i can also add a png of renderer.
    I'll work on fallback image for ship larger than a defined number of blocks (a solution for big ship).
     
    Last edited by a moderator:
    Joined
    Jun 30, 2013
    Messages
    390
    Reaction score
    285
    • Video Genius
    • Legacy Citizen 8
    • Community Content - Silver 1
    Dalmont: Just embed the description is a good idea, its avoid cross-domain problem and can easlly embed as bbcode. Maybe i can also add a png of renderer.
    I'll work on fallback image for ship larger than a defined number of blocks (a solution for big ship).
    This is amazing! I have gone ahead and installed a version on our server. We have over 1300 blueprints already though so it might be rough :D

    play.mushroomfleet.co.uk/BPviewer

    here is some output:
    http://puu.sh/8wNpF.png

    any advice is welcome - I'd like to spotlight these features on my channel very soon!


    upon checking this, it seems to simply download the page. possibly a problem at my end

    + updated output


    Loading entity and player files...
    PHP Notice: Uninitialized string offset: 1 in /var/www/BPviewer/includes/SMDecoder.php on line 2312
    PHP Notice: Undefined index: in /var/www/BPviewer/includes/SMDecoder.php on line 2312
    PHP Warning: unpack(): Type f: not enough input, need 4, have 1 in /var/www/BPviewer/includes/SMDecoder.php on line 2235
    #
    PHP Notice: Uninitialized string offset: 1 in /var/www/BPviewer/includes/SMDecoder.php on line 2312
    PHP Notice: Undefined index: in /var/www/BPviewer/includes/SMDecoder.php on line 2312
    PHP Notice: Uninitialized string offset: 1 in /var/www/BPviewer/includes/SMDecoder.php on line 2312
    PHP Notice: Undefined index: in /var/www/BPviewer/includes/SMDecoder.php on line 2312
    PHP Notice: Uninitialized string offset: 1 in /var/www/BPviewer/includes/SMDecoder.php on line 2312
    PHP Notice: Undefined index: in /var/www/BPviewer/includes/SMDecoder.php on line 2312
    Loading faction information...
    Loading catalog information...
    Loading blueprint files...
    PHP Notice: Undefined index: ex in /var/www/BPviewer/includes/SMDecoder.php on line 2058
    PHP Warning: gzuncompress(): data error in /var/www/BPviewer/includes/SMDecoder.php on line 481
    Error: int type have 4 bytes.​
     
    Last edited by a moderator:
    • Like
    Reactions: Dalmont
    Joined
    Jun 29, 2013
    Messages
    144
    Reaction score
    64
    • Modder
    • Legacy Citizen 4
    • Purchased!
    Hi everyone,
    Just a little news to say that i'm working on block merging for optimisation and i'm in a good way, i can actually load 54K ship (Frigate-inferno-MKII) with 50FPS.
    There's many bugs that i need to correct but this is in a good way ;)

    edit: textures bug are corrected, i just need to implement a new orientation system for blocks.
    edit 2: all bugs are corrected, i just need to rewirte properly a part of code (remove useless part of code) and redesign weapons view to work with new modelisation system.
     
    Last edited:
    Joined
    Jun 29, 2013
    Messages
    144
    Reaction score
    64
    • Modder
    • Legacy Citizen 4
    • Purchased!
    I've finish the rewrite of all web file (not the server), info as BBcode was added for the exemple:

    F-AR Dragonfly II by blackcancer.

    Chasseur d'assault et reconnaissance.

    Ship specifications:
    • Mass: 217.5 (Blocks: 2175)
    • Lenght: 65m, Height: 33m, Width: 29m
    • Power: 20 000.0
    • Shield: 14 220.6 (962 s/sec)
    • Price: 1 242 650
    • Rate: 5/10
    I've tryed to add image but BBCode doesn't accept uri format (data:image/png) in replacement i've added a link to the embed viewer version.
    ATM I work on loading window with a progression bar, this window should be able to disable all other event to avoid render of many ship at the same time.
     
    Joined
    Dec 31, 2013
    Messages
    411
    Reaction score
    42
    • Legacy Citizen 4
    • Purchased!
    I've finish the rewrite of all web file (not the server), info as BBcode was added for the exemple:

    F-AR Dragonfly II by blackcancer.

    Chasseur d'assault et reconnaissance.

    Ship specifications:
    • Mass: 217.5 (Blocks: 2175)
    • Lenght: 65m, Height: 33m, Width: 29m
    • Power: 20 000.0
    • Shield: 14 220.6 (962 s/sec)
    • Price: 1 242 650
    • Rate: 5/10
    I've tryed to add image but BBCode doesn't accept uri format (data:image/png) in replacement i've added a link to the embed viewer version.
    ATM I work on loading window with a progression bar, this window should be able to disable all other event to avoid render of many ship at the same time.
    Bit laggy.
     
    Joined
    Jun 29, 2013
    Messages
    144
    Reaction score
    64
    • Modder
    • Legacy Citizen 4
    • Purchased!
    SMDecoder is now implemented in server! Instead of loading big json file, the server will load smd2/smbph/smbpl/smbpm/ent/fac/cat directly which is more faster, it also means that you don't need any more to use setup.php for the install and for updating.
    I need to rework some functions to work with this new implementation before posting this update but if i've no problems update will be available for download this week.
     
    Joined
    Jun 29, 2013
    Messages
    144
    Reaction score
    64
    • Modder
    • Legacy Citizen 4
    • Purchased!
    Sorry for the long time without news, with the new weapon system of the 1.5, weapon overlay / calculation systems are completly broken but I'm back to work and I'll make my best to give you this update quickly
     
    Last edited:
    • Like
    Reactions: WarmasterRaptor
    Joined
    Sep 15, 2013
    Messages
    34
    Reaction score
    27
    Hi guys! can someone make an video tutorial how it can be installed? my wamp-server and localhost crashing all times and the StarOS_Map/setup.bat do not installing with the config from the wiki.
     
    Joined
    Jun 29, 2013
    Messages
    144
    Reaction score
    64
    • Modder
    • Legacy Citizen 4
    • Purchased!
    Hi every one, after some month without any news I'm back. I'm sorry but I've got many problems IRL but now I can reopen my projects. I've no news about OAuth2 that's why some functions in StarOS will be diseabled for security reason. I'll try to make a video tutorial for the installation and configurations.
    Some part of the actual settings will be revisited for a better integration with the diffrents applications
    @Ret0rus you need to use StarOS_BPViewer/setup.sh but actually the viewer does not work with the latest version of StarMade