The VG Resource
Saliens (Steam Summer sale 2018 game) - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html)
+---- Thread: Saliens (Steam Summer sale 2018 game) (/thread-33159.html)



Saliens (Steam Summer sale 2018 game) - Nintendo's chosen hero - 07-01-2018

So i have been ripping from Saliens by opening the page's code with F12, downloading the javascript, serching for the images and sounds, going the ther URLs, and saving them to my computer. I have downloaded all of the assets i can, but now i have run into a few problems.

The planet Backgrounds,
Code:
'https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/backgrounds/' + this.m_PlanetData.state.land_filename

the planet maps,
Code:
'https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/maps/' + instance.m_PlanetData.state.map_filename

and the lasers.
Code:
'beam_fr' + i + '.png'
'laserpath' + i + '.png'
'laserhit' + i + '.png'

you can find the code here.
if you can find them feel free to upload them to the spriter's resorce yourself.


RE: Saliens (Steam Summer sale 2018 game) - madK - 07-01-2018

Okay. So.
Planet backgrounds: https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/backgrounds/ + [number starting at 1].png
Planet maps: https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/maps/ + [number starting at 1].png

I'll work on the lasers and edit this reply if I figure it out.


RE: Saliens (Steam Summer sale 2018 game) - Nintendo's chosen hero - 07-02-2018

Thank you! The planets were all named "Planet + [number starting at 1].png", so that threw me off.

anyway, I just found a bunch more sprites that I missed, and just like the lasers, I don't see a file path anywhere. They are...

the attack's landing animations,
Code:
'ex_fr' + i + '.png'
'SlimeAttack_Splat_' + PadZerosLeft( i, 4 ) + '.png'
'SlimeBall_Final_A_' + PadZerosLeft( i, 4 ) + '.png'
'BeastAttack_Spawn_' + PadZerosLeft( i, 4 ) + '.png'
'BeastAttack_BigBiteFX_' + PadZerosLeft( i, 4 ) + '.png'
'PsychicAttack_Cube_' + PadZerosLeft( i, 4 ) + '.png'

the enemy walk cycles,
Code:
this.m_typeData.walk_animation.name + PadZerosLeft( i, 4 ) + '.png'

and the enemy death animations.
Code:
this.m_typeData.death_animation.name + i + '.png'
you can find the code here.
attacks.js
enemy.js
I hope i'm not still missing anything.


RE: Saliens (Steam Summer sale 2018 game) - madK - 07-02-2018

It seems that you have forgotten to attach the file in which you found the code pieces. The two files you linked both contain the data used in the code, but not the code bits themselves, which is required for figuring out the URL.

Edit:
I believe these are the walk cycles, although I might be wrong:
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/enemy-spritesheet-0.png
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/enemy-spritesheet-1.png
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/enemy-spritesheet-2.png

And this is probably the death animation:
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/enemy-death.png

Other stuff (I dunno, just find whatever you need in here):
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/laser-sprite.png
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/slime-attack.png
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/beast-attack.png
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/psychic-attack.png
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/healing.png
https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/beam.png



Let me know if you're missing anything else.


RE: Saliens (Steam Summer sale 2018 game) - Nintendo's chosen hero - 07-04-2018

I'm still missing the boss spritesheet and death animation. I can't find anything about it anywhere in the code. I have tried boss-death.png, enemy-boss.png, boss-spritesheet.png, enemy-spritesheet-boss.png, enemy-boss-death.png, and more, but nothing seems to work. Please hurry, saliens is already over and Valve could remove the images from their servers any time.


RE: Saliens (Steam Summer sale 2018 game) - Random Talking Bush - 07-04-2018

Uploaded everything I could get my mitts on. Feel free to revise any of 'em if I happen to be missing anything.

https://www.spriters-resource.com/pc_computer/summersaliensfighttheduldrumz/
https://www.sounds-resource.com/pc_computer/summersaliensfighttheduldrumz/

And, uh, icon's kinda just there since this was on such short notice.


RE: Saliens (Steam Summer sale 2018 game) - Superjustinbros - 07-04-2018

Excellent rips, RTB. Smile


RE: Saliens (Steam Summer sale 2018 game) - Random Talking Bush - 07-04-2018

(07-04-2018, 06:47 PM)Superjustinbros Wrote: Excellent rips, RTB. Smile
Heh, they're not so much "rips" as "grabbing website URLs from the coding", but thanks anyway. Tongue


RE: Saliens (Steam Summer sale 2018 game) - madK - 07-04-2018

Here you go. I decided to just download the boss sprites and sounds as a safeture measure so you're gonna have to download the ZIP instead.


RE: Saliens (Steam Summer sale 2018 game) - Random Talking Bush - 07-04-2018

You're a little late there, madK, I already got those too.


RE: Saliens (Steam Summer sale 2018 game) - Nintendo's chosen hero - 07-05-2018

RTB, where did the SalienCryotubes in your "General Sprites" ZIP come from? They aren't in the same directory on the server as most of the other sprites, at least not by that name. Just wondering.


RE: Saliens (Steam Summer sale 2018 game) - Random Talking Bush - 07-06-2018

(07-05-2018, 05:05 PM)Nintendo\s chosen hero Wrote: RTB, where did the SalienCryotubes in your "General Sprites" ZIP come from? They aren't in the same directory on the server as most of the other sprites, at least not by that name. Just wondering.
They are in the same folder, actually.
https://steamcommunity-a.akamaihd.net/public/images/saliengame/SalienCryotube1.png
https://steamcommunity-a.akamaihd.net/public/images/saliengame/SalienCryotube2.png


RE: Saliens (Steam Summer sale 2018 game) - Nintendo's chosen hero - 07-06-2018

OOOOHHHHHH, steamcommunity-a.akamaihd.net, not steamcdn-a.akamaihd.net. THATS why I couldn't find them!