Dragon's hoard + Quantum

Автор taolax, 08 февраля 2015, 14:11:04

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

Scorpi0z

http://steamcommunity.com/sharedfiles/filedetails/?id=646486718&searchtext=quantum - материалы здесь довольно качественные, да и сам модуль довольно хорошо сделан.
  •  

betarcape

Anyone still have Quantum. The link seems broken.
  •  

asern

Can someone please share the link to Dragon's Hoard?
  •  

duckbill

Dragon's hoard есть модуль в ттс. Я оттуда брал.
  •  

asern

Please upload the TTS of Dragon's Hoard?
  •  

duckbill

#25
Use the force, Luke:


#!/bin/bash
if [[ $# -eq 0 ]] ; then
    echo 'Usage: ' $0 ' <modid>'
    exit 0
fi

curl -X POST --data "itemcount=1&publishedfileids[0]="$1"&format=json" "http://api.steampowered.com/ISteamRemoteStorage/GetPublishedFileDetails/v0001/" --header "Content-Type:application/x-www-form-urlencoded" | grep file_url |grep -o "http.*" | sed 's/",//g' | wget -i - -O $1.bson && bson print pretty < $1.bson > $1.json && grep URL $1.json |grep -o "http.*" |sort -u|sed 's/",//g' |wget -i -


Usage: tts <modid>

You'll get original steam BSON file modid.bson, human-readable modid.json and all mentioned image files
  •  

wait

#26
Цитата: asern от 07 ноября 2017, 07:31:39
Please upload the TTS of Dragon's Hoard?
Hi! Take links to images from TTS:






  •  

wil_low

Цитата: duckbill от 07 ноября 2017, 12:22:46You'll get original steam BSON file modid.bson, human-readable modid.json and all mentioned image files
круть, забираю
  •  

asern

  •  

wil_low

#29
Цитата: duckbill от 07 ноября 2017, 12:22:46bson print pretty
это из какого пакета?

нашел: https://github.com/dwight/bsontools
  •  

duckbill

можно заменить на bsondump из mongodb-clients
  •  

wil_low

уже сбилдил, буду использовать ваш скрипт для скачки json, а дальше tts-prefetch, а то неправильно сохраняет
ЦитироватьImageURL: "http://cloud-3.steamusercontent.com/ugc/97229575615971963/B20B8E3C3CAA8337B46892AD4D5BA784EBC13697/",
  •  

duckbill

в каком смысле неправильно?
  •  

wil_low

не может понять имя результирующего файла
Цитировать--2017-11-09 15:21:53--  http://cloud-3.steamusercontent.com/ugc/97229575615971963/B20B8E3C3CAA8337B46892AD4D5BA784EBC13697/
Повторне використання зв'язку з cloud-3.steamusercontent.com:80.
HTTP-запит надіслано, очікування відповіді... 200 OK
Довжина: 8909887 (8,5M) [image/png]
Зберігання до: «index.html.3»
  •  

duckbill

Это у вас какой-то wget неправильный. у меня по вашей ссылке сохраняет как B20B8E3C3CAA8337B46892AD4D5BA784EBC13697_map1.png
  •  

wil_low

  •  

duckbill

  •  

duckbill

добавьте в /etc/wgetrc:

content-disposition = on

  •  

wil_low

работает, спасибо
  •  

akron2k

do any of you guys still have scans for Quantum?

the link doesnt work and nobody else seems to have it

hope one of you still does and can share, thanks a lot!
  •