GithubHelp home page GithubHelp logo

Comments (11)

Cherry avatar Cherry commented on August 20, 2024

Thanks for the suggestion! I'd welcome a PR for this, but am unlikely to be able to get to this myself in the near future.

from 3d2d-textscreens.

FrezZyyy avatar FrezZyyy commented on August 20, 2024

@Cherry i actually have an edit where rainbow is an option for textscreens if you wanna take a look at it

from 3d2d-textscreens.

Cherry avatar Cherry commented on August 20, 2024

@FrezZyyy If you'd like to submit a PR with these changes, I'd be happy to take a look!

from 3d2d-textscreens.

KingChris23 avatar KingChris23 commented on August 20, 2024

@FrezZyyy Is there anyway I could test the edit for my darkrp server?

from 3d2d-textscreens.

KennyHarrer avatar KennyHarrer commented on August 20, 2024

Make a per line toggle convar? ex. textscreen_line1_rainbow = 1/0
then you can use hsv and curtime for the rainbow effect

from 3d2d-textscreens.

KennyHarrer avatar KennyHarrer commented on August 20, 2024
local rainbowSpeed = 100
HSVToColor( CurTime() * rainbowSpeed % 360, 1, 1 )

Here is an example of the aforementioned HSV

from 3d2d-textscreens.

KingChris23 avatar KingChris23 commented on August 20, 2024

@KennyHarrer Where would i put this?

from 3d2d-textscreens.

KennyHarrer avatar KennyHarrer commented on August 20, 2024

@KingChris23 You don't put it anywhere. That simply returns a rainbow color. That code was supposed to help @Cherry implement the rainbow (if he decides to).

from 3d2d-textscreens.

TomDotBat avatar TomDotBat commented on August 20, 2024

https://github.com/TomDotBat/3D2D-Textscreens
My version of TextScreens has HSV and donator restrictions built into it (config here). I haven't made it into a PR due to some of the major changes made in my version such as the entity class name change and perma system removal. So only use mine if you're aware of the affect it will have.

from 3d2d-textscreens.

Cherry avatar Cherry commented on August 20, 2024

TomDotBat/3D2D-Textscreens
My version of TextScreens has HSV and donator restrictions built into it (config here). I haven't made it into a PR due to some of the major changes made in my version such as the entity class name change and perma system removal. So only use mine if you're aware of the affect it will have.

This is awesome! If you do find a way to PR any of the useful bits and pieces in your fork, that would be fantastic.

from 3d2d-textscreens.

Cherry avatar Cherry commented on August 20, 2024

Added in #73 thanks to @TomDotBat 🎉

from 3d2d-textscreens.

Related Issues (20)

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.