Coder Social home page Coder Social logo

isaacsetmaxscalehelper's Introduction

IsaacSetMaxScaleHelper

This was part of a POC for the Set Max Scale mod. Setting MaxScale while Isaac is running doesn't do anything by itself. You need to trigger an update by toggling fullscreen or resizing the window. You can toggle fullscreen from Lua code. This was an attempt to resize the window via the SetWindowPos function.

Ultimately, I wasn't very happy with this. I don't think it behaves any better than toggling fullscreen, and it opens up a security risk.

Instructions

  1. Run the IsaacSetMaxScaleHelper program
  2. Run Isaac with --luadebug
  3. Use the following Lua code instead of toggling fullscreen
local socketLoaded, socket = pcall(require, 'socket')

if socketLoaded then
  local tcp = socket.tcp()
  tcp:connect('localhost', 11568)
  tcp:send('IsaacSetMaxScaleHelper')
  tcp:close()
end

isaacsetmaxscalehelper's People

Contributors

laceous avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.