Plazma Burst 2 Map Editor Manual
地图编辑器手册v.5.5.3
地图编辑器手册v.5.5.3
  • 地图编辑器手册v.5.5.3
  • 更新迭代
  • 鸣谢名单
  • 🌎官网
  • 🧑‍🚀Laserguide's 地图工具库(英文)
  • 📑旧版档案
  • 编辑器界面
    • 旧版编辑器
    • 新版编辑器
    • 地图简介
  • 工具栏
    • 箭头工具
      • 快捷键
    • 墙工具
    • 门工具
    • 区域工具
    • 背景工具
    • 施力工具
    • 水域工具
    • 玩家工具
    • 敌人工具
    • 载具工具
    • 装饰物工具
    • 枪械工具
    • 灯光工具
    • 爆炸桶工具
    • 触发器工具
    • 计时器工具
    • 游戏引擎工具
    • 尺寸调整器
    • 音乐工具
  • Tables of Level Editor
    • 角色资料
    • 角色皮肤颜色表
    • 触发器表格
      • Trigger Action Bug Bounty Hunter
      • Basic Movable Tutorial
      • Scenario Tutorial
      • Inventory Info Tutorial
      • URL Request Tutorial
      • Key press tutorial
    • 玩法引擎表
      • 天空表
    • 音效表格
    • 武器库之桌
    • 弹道模型表
    • 文字转语音表
    • 应用表格
  • tables of debug
    • 作弊码表
    • 错误代码之桌
  • Secret Weaponary
    • 战役地图
    • “伪”碰撞元件
    • 隐藏背景“4”
    • 细修改 —— 错位元件
      • 错位元件演化表
    • 在紫色和绿色主题自定义背景
    • 检查地图
    • Phsc 的 图片转成编辑器
    • XML 输出备份
  • 官方认证战役部
    • 官方认证所需条件
    • 自定义装饰品/背景规则
  • Inspirational
    • 制图小技巧
    • Resi Map making inspiration
    • Max Teabag Map making inspiration
    • Reject Map making basics
    • Illijah's Map making experience
  • 占位符
Powered by GitBook
On this page
  • Keywords that PB2 supports to export to your server
  • Understanding URL Trigger Action
  • Defining Errors from URL request
  • Some Interesting URL links:

Was this helpful?

  1. Tables of Level Editor
  2. 触发器表格

URL Request Tutorial

Url Code: 300 Not Completed

A lot of people are asking me that how the URL trigger works. By far with the collaboration with Nyove, we had finally found out a way to making the server read our request and give us output.

Keywords that PB2 supports to export to your server

  1. map_id

  2. user_uid

  3. user_login

Understanding URL Trigger Action

To first understand, we need to understand how HTTP Requests work.

When you type a URL into the address bar and enter, what your computer doing is actually sending a HTTP request to the indicated URL. Think of HTTP Request as just data requesting for webpage. The URL actually refers to some web server, and this web server will return you a HTML file. HTML file are just file your google chrome can be used to display.

Example :

  1. I type www.google.com and hit enter.

  2. My computer sends a HTTP request to www.google.com, which is a web server in google.

  3. The web server responds by sending back a file to me.

  4. Google chrome reads the file and displays it according (A web page is displayed)

When you send a HTTP request to a server, you can put in variables into the request and then send it over to the server. The server may process the variables and return a customized file depending on the variable.

Example :

  1. My computer sends a HTTP request to www.youtube.com, with a variable of v=NFTemk99fLU embedded in the request.

  2. The web server processes the variable and knows that I am requesting for a certain video.

  3. The web server sends back a file containing the video I requested (in the URL)

  4. Google chrome reads the customized file and displays it.

  5. My requested video is now displayed.

Defining Errors from URL request

There also few possible error codes that will replace ''loading...'' once some error will happen:

  • error 1 - Unable to get right to send requests to PB2 server

  • error 3 - IO Error

  • error 4 - URL requests are not supported on player's computer (should not really happen)

  • error 5 - Player who sent request has his account disabled on PB2 website

  • not logged in - Player who sent request is not logged into any account

  • Error: URL needs to start with http:// or https:// (got URL instead)

Variable 'B' will get contents of requested URL if no error happened.

Some Interesting URL links:

PreviousInventory Info TutorialNextKey press tutorial

Last updated 2 years ago

Was this helpful?

I type and hit enter.

-> server check

-> grab the date (requires additional parameters to make it work)

https://www.youtube.com/watch?v=NFTemk99fLU
https://www.plazmaburst2.com/pb2/server.php?rq=srvrs
https://www.plazmaburst2.com/date.php