Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXPORT behaves differently on Windows and HTML platforms #64

Closed
Kinrany opened this issue Mar 6, 2017 · 5 comments
Closed

EXPORT behaves differently on Windows and HTML platforms #64

Kinrany opened this issue Mar 6, 2017 · 5 comments
Assignees
Labels
Milestone

Comments

@Kinrany
Copy link

Kinrany commented Mar 6, 2017

On Windows 7 it creates an .html with preloaded cartridge. On HTML it creates a .gif with spritesheet.

Happens with 0.20 and .html generated by it respectively.

@trelemar
Copy link
Collaborator

trelemar commented Mar 6, 2017

Are you trying to get the .tic file from HTML? That's what the get command does.

@Kinrany
Copy link
Author

Kinrany commented Mar 6, 2017

Huh?

  1. Run tic.exe

  2. Call EXPORT

  3. Save cartridge.html somewhere

  4. Open cartridge.html in browser

  5. Press ESC to exit to console

  6. Call EXPORT again

Expected: a save file dialog with another cartridge.html

Observed: a dialog with .gif spritesheet, sprites successfully exported :)

@trelemar
Copy link
Collaborator

trelemar commented Mar 6, 2017

Do these steps, but at step 6, type "get" then a filename instead of "export". Please report back with results :)

@nesbox
Copy link
Owner

nesbox commented Mar 7, 2017

.html game export works on native builds only
on html version of TIC you can only export sprites, but there is a bug, it should export sprites only by calling export sprites command
will fix

@nesbox nesbox self-assigned this Mar 7, 2017
@nesbox nesbox added the bug label Mar 7, 2017
@nesbox nesbox added this to the 0.21.0 milestone Mar 22, 2017
@nesbox
Copy link
Owner

nesbox commented Mar 22, 2017

spites can be exported only by export sprites command
you'll get message web version doesn't support html or native export if you just type export command in web version
closing on .21

@nesbox nesbox closed this as completed Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants