Code Monkey home page Code Monkey logo

Comments (4)

TeamSpen210 avatar TeamSpen210 commented on August 17, 2024

Lots of things!

  • Multi-game support (Tell it where Portal 2/ any sourcemod games are, and it'll install everything)
  • Independently choose music, voice lines, style, elevator videos
  • Customise Voice Lines (toggle whether each line is able to play)
  • Improved compiler, which allows for a lot more item possibilities
  • Random chamber walls stay the same across recompiles
    • A different algorithm for Old Aperture, to make that look nice
  • Random item variants (Observation rooms will have different furniture, for example)
  • More custom fizzlers (Paint Fizzler, Lp's Death Fizzler, etc)
  • Compile-time instance switching to massively decrease entities
  • Bottomless pit code to make it actually look good
  • Better Sendificators (special antlines for sendificator <> laser, new logic from HMW to handle spheres and frankenturrets, 50s versions)
  • Probably other things I forgot

from bee2.4.

genestrashcan avatar genestrashcan commented on August 17, 2024

I have a few more idea's

  • make it possible to have test chambers play non portal 2 music (something like this: https://www.youtube.com/watch?v=n7cAyZ8jXfs) (this would creep players out if GLaDOS played this in some test chamber)
  • for the bottomless pit create a variant for the overgrown style too (idea: use the intro scene in portal 2 where Wheatley carries the relaxation vault through that area and crashes it into the wall as a template for designing an overgrown pit (area where Wheatley says "not a docking station"))
  • see if you can get the graphics shown in the PTI editor to change depending on the style (show dirty panels in PTI editor for overgrown style)
  • see if you can figure out how to add an option to choose what character will play in a single player test chamber such as chell, bendy, or one of the two robots
  • add an option that lets you choose what portal gun you have such as original, one with potatos, or the one in the upcoming mod "portal stories: Mel"

from bee2.4.

TeamSpen210 avatar TeamSpen210 commented on August 17, 2024

The Extended Relaxation Annex isn't really Overgrown style, it's more Overgrown BTS. Those maps really should use goo pits, the actual maps are 'wetter' than clean pipes because of rain, leaky pipes, etc.

I forgot to mention the different editor models (which I am working on), like these P1 models.
I can switch the player models, I'll probably add that to the compiler options pane. I don't think the styles will change, it'd be a bit excessive making a third entry/exit room.
You need a sourcemod to change to a custom portalgun (PS: Mel, Ap Tag's paintgun). I won't add the option to have PoTaTOS - it wouldn't make any sense story-wise. (Especially if regular GLaDOS is present.) You can choose what portals can be fired though (No gun, both, blue only, orange only).

from bee2.4.

TeamSpen210 avatar TeamSpen210 commented on August 17, 2024

For custom music, it's not difficult to make a package to load it with. You need 3 files in a zip file:
info.txt

"ID"        "ID_FOR_PACKAGE"
"Name"      "The Package Name"
"Music"
    {
    "ID"            "SOME_UNIQUE_ID"
    "Name"          "Put The Full Name Of The Song Here"
    "ShortName"     "Shorter Name"
    "Icon"          "music/music_icon.png"
    "Authors"       "Song Author, Your Name Here"
    "Description"   "Information about the song."
    "SoundScript"   "sound/whatever_your_music_is.wav"
    }

resources/BEE2/music/music_icon.png: A 96x96 png image to show in the BEE2.
resources/sound/whatever_your_music_is.wav: The wav file for your music (You'll need to do some processing to get it to loop correctly.)

See BEE2-items/packages for all the defintions for Valve's music.

from bee2.4.

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.